-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add iFlow CLI to supported tools in README #303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…sion-AI#268)) Add iFlow to the Native Slash Commands table in the README. iFlow support was implemented but was missing from the documentation.
Added iFlow CLI commands and documentation link.
WalkthroughAdds iFlow support: README entry, an Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant CLI as CLI / README
participant Registry as ConfiguratorRegistry
participant IflowCfg as IflowConfigurator
participant SlashCfg as IflowSlashConfigurator
participant Template as TemplateManager
participant FS as FileSystemUtils
CLI->>Registry: request configurator for "iflow"
Registry->>IflowCfg: return IflowConfigurator
IflowCfg->>Template: fetch Claude template for IFLOW.md
Template-->>IflowCfg: template content
IflowCfg->>FS: update IFLOW.md between OPENSPEC_MARKERS
FS-->>IflowCfg: write result
CLI->>Registry: request slash configurator for "iflow"
Registry->>SlashCfg: return IflowSlashConfigurator
SlashCfg->>Template: fetch slash command templates
Template-->>SlashCfg: command content/frontmatter
SlashCfg->>FS: create/update `.iflow/commands/...` with markers
FS-->>SlashCfg: write result
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-11-17T12:07:21.701ZApplied to files:
🔇 Additional comments (1)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@ydai-hub Do you guys want to create a selectable option here? I'm only getting a chance now to get around to reviewing the PR's. Let me know if you still want to go through this: #268 If it's all good, I'm happy with just the docs change. (My concern is just someone doing |
Hello @TabishB. Could you help sign off this PR #268? I tested the change in that PR and found that it does work for iflow. And I will abandone this one. Thanks! |
|
Hey @ydai-hub That PR currently has some conflicts and is missing some tests for the init/update flow |
got it. Thank you for pointing it out |
|
Hope to support 'iflow-cli' soon, thank you |
|
hello @TabishB , I merged the conflicts and add UT in this PR, could you help review again. Thanks! |


Added iFlow CLI commands and documentation link.
we have already supported openSpec in iFLOW CLI, https://platform.iflow.cn/agents/workflow-detail?id=114.
Summary by CodeRabbit
New Features
Documentation
Tests
✏️ Tip: You can customize this high-level summary in your review settings.