fix(tui): #2760 correct sessions resume footer#2761
Conversation
Harvested from PR #2760 by @sximelon Fixes #2758 Show the canonical 'codewhale resume <session-id>' subcommand in the sessions footer instead of the invalid dispatcher form, and add a parser/footer regression test tying the hint to the actual Resume command. Verification: cargo fmt --all -- --check; git diff --check; ./scripts/release/check-versions.sh; cargo test -p codewhale-tui --bin codewhale-tui --locked sessions_footer_points_to_resume_subcommand -- --nocapture; cargo clippy -p codewhale-tui --bin codewhale-tui --locked -- -D warnings. Co-authored-by: sximelon <15710511+sximelon@users.noreply.github.com>
There was a problem hiding this comment.
Hmbown has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
Code Review
This pull request corrects the footer of the codewhale sessions command to display the valid subcommand codewhale resume <session-id> instead of the invalid codewhale --resume <session-id>. It introduces a helper function sessions_resume_command, updates the session listing output, adds a corresponding unit test, and updates the changelogs and execution map documentation. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
codewhale sessionsfooter fromcodewhale --resume <session-id>to the validcodewhale resume <session-id>subcommand.Fixes #2758.
Contributor credit
Harvested from PR #2760 by @sximelon.Co-authored-by: sximelon <15710511+sximelon@users.noreply.github.com>.Verification
cargo fmt --all -- --checkgit diff --check./scripts/release/check-versions.shcargo test -p codewhale-tui --bin codewhale-tui --locked sessions_footer_points_to_resume_subcommand -- --nocapturecargo clippy -p codewhale-tui --bin codewhale-tui --locked -- -D warningspython3 scripts/check-coauthor-trailers.py --range origin/codex/v0.9.0-stewardship..HEADRelease boundary
No tag, publish, GitHub Release, version bump, or release artifact push was performed.