-
Notifications
You must be signed in to change notification settings - Fork 7.6k
tui: add feature-gated /plan slash command to switch to Plan mode #10103
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
|
@codex review this |
|
Codex Review: Didn't find any major issues. Bravo. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
2439412 to
d1bd5dc
Compare
|
@codex review this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d1bd5dc14b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 82ee4bc672
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Adds a simple
/planslash command in the TUI that switches the active collaboration mode to Plan mode. The command is only available when thecollaboration_modesfeature is enabled.Changes
plan_maskhelper incodex-rs/tui/src/collaboration_modes.rsSlashCommand::Planmetadata incodex-rs/tui/src/slash_command.rs/plandispatch incodex-rs/tui/src/chatwidget.rs/planwhen collaboration modes are disabled incodex-rs/tui/src/bottom_pane/slash_commands.rscodex-rs/tui/src/bottom_pane/command_popup.rs/planincodex-rs/tui/src/chatwidget/tests.rsBehavior notes
/planis now a no-op ifFeature::CollaborationModesis disabled./planswitches directly to Plan mode without opening the picker.Codex author
codex resume 019c05da-d7c3-7322-ae2c-3ca38d0ef702