Skip to content

Remove /collab and make /plan a toggle#12012

Closed
aibrahim-oai wants to merge 1 commit into
mainfrom
codex/remove-collab-command
Closed

Remove /collab and make /plan a toggle#12012
aibrahim-oai wants to merge 1 commit into
mainfrom
codex/remove-collab-command

Conversation

@aibrahim-oai
Copy link
Copy Markdown
Collaborator

Summary

  • Remove the legacy /collab slash command.
  • Make /plan toggle between Plan and default collaboration modes.
  • Update slash command filtering and popup tests.

etraut-openai added a commit that referenced this pull request May 13, 2026
## Summary
`/collab` was intentionally removed in
[#12012](#12012), but the
TUI/app-server migration accidentally brought that slash-command path
back. This restores the earlier product decision so the TUI no longer
advertises or dispatches `/collab`. This command was redundant because
it did the same thing as `/plan` but in a less-intuitive way.

## What Changed
- Remove `SlashCommand::Collab` from the TUI slash-command surface.
- Delete the picker and app-event plumbing that only existed to service
`/collab`.
- Remove obsolete TUI test coverage for the deleted picker flow.
agogo233 pushed a commit to agogo233/codex that referenced this pull request May 15, 2026
## Summary
`/collab` was intentionally removed in
[openai#12012](openai#12012), but the
TUI/app-server migration accidentally brought that slash-command path
back. This restores the earlier product decision so the TUI no longer
advertises or dispatches `/collab`. This command was redundant because
it did the same thing as `/plan` but in a less-intuitive way.

## What Changed
- Remove `SlashCommand::Collab` from the TUI slash-command surface.
- Delete the picker and app-event plumbing that only existed to service
`/collab`.
- Remove obsolete TUI test coverage for the deleted picker flow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant