Skip to content

[codex] remove responses command#19640

Merged
tibo-openai merged 2 commits intomainfrom
codex/remove-responses-command
Apr 26, 2026
Merged

[codex] remove responses command#19640
tibo-openai merged 2 commits intomainfrom
codex/remove-responses-command

Conversation

@tibo-openai
Copy link
Copy Markdown
Collaborator

@tibo-openai tibo-openai commented Apr 26, 2026

This removes the hidden codex responses CLI subcommand after confirming no downstream callers rely on it, deleting the raw Responses passthrough implementation, unregistering the subcommand, and dropping the now-unused CLI dependencies on codex-api and codex-model-provider.

@tibo-openai tibo-openai marked this pull request as ready for review April 26, 2026 05:54
@tibo-openai tibo-openai enabled auto-merge (squash) April 26, 2026 05:54
Copy link
Copy Markdown
Collaborator

@andmis andmis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Comment thread codex-rs/cli/src/main.rs

let cli = MultitoolCli::try_parse_from(["codex", "responses"]).expect("parse");
assert!(matches!(cli.subcommand, Some(Subcommand::Responses(_))));
fn responses_subcommand_is_not_registered() {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really think this is needed.

@tibo-openai tibo-openai merged commit 87bc724 into main Apr 26, 2026
25 checks passed
@tibo-openai tibo-openai deleted the codex/remove-responses-command branch April 26, 2026 06:10
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants