Skip to content

fix(tui): #2760 correct sessions resume footer#2761

Merged
Hmbown merged 1 commit into
codex/v0.9.0-stewardshipfrom
codex/harvest-2760-session-resume-footer
Jun 5, 2026
Merged

fix(tui): #2760 correct sessions resume footer#2761
Hmbown merged 1 commit into
codex/v0.9.0-stewardshipfrom
codex/harvest-2760-session-resume-footer

Conversation

@Hmbown
Copy link
Copy Markdown
Owner

@Hmbown Hmbown commented Jun 5, 2026

Summary

  • Harvests fix(tui): correct resume command in sessions footer #2760 by @sximelon into the v0.9.0 integration track.
  • Changes the codewhale sessions footer from codewhale --resume <session-id> to the valid codewhale resume <session-id> subcommand.
  • Adds a focused parser/footer regression test and records credit in the changelogs/execution map.

Fixes #2758.

Contributor credit

  • Commit includes Harvested from PR #2760 by @sximelon.
  • Commit includes Co-authored-by: sximelon <15710511+sximelon@users.noreply.github.com>.
  • @sximelon is credited as both reporter and PR author in changelog/community notes.

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
  • python3 scripts/check-coauthor-trailers.py --range origin/codex/v0.9.0-stewardship..HEAD

Release boundary

No tag, publish, GitHub Release, version bump, or release artifact push was performed.

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>
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

Hmbown has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

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.

@Hmbown Hmbown merged commit 32be8a3 into codex/v0.9.0-stewardship Jun 5, 2026
2 checks passed
@Hmbown Hmbown deleted the codex/harvest-2760-session-resume-footer branch June 5, 2026 01:58
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