Skip to content

fix: Codex resume command uses subcommand syntax#49

Merged
lis186 merged 1 commit into
mainfrom
fix/codex-resume-command
Jun 5, 2026
Merged

fix: Codex resume command uses subcommand syntax#49
lis186 merged 1 commit into
mainfrom
fix/codex-resume-command

Conversation

@lis186

@lis186 lis186 commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

The session card copy button generated codex --resume <session_id> which is invalid. Codex CLI uses subcommand syntax: codex resume <session_id>.

Before / After

Before:  codex --resume 019e9585-7067-7e23-ba0e-85ba75027f8a  ← invalid
After:   codex resume 019e9585-7067-7e23-ba0e-85ba75027f8a    ← correct
Claude:  claude --resume ee89450f-...                          ← unchanged

One-line fix in copySessionContinue() and resumeCmd tooltip generation.

Test plan

  • 768 tests pass
  • Manual: click copy button on Codex session card, paste, verify command works

🤖 Generated with Claude Code

Claude Code uses `claude --resume <session_id>` but Codex CLI uses
`codex resume <session_id>` (subcommand, not flag). The session card
copy button and tooltip now generate the correct command per agent.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@lis186 lis186 merged commit 135f8f6 into main Jun 5, 2026
2 checks passed
@lis186 lis186 deleted the fix/codex-resume-command branch June 5, 2026 11:30
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