Skip to content

Fix rewind/resume continuation wording across agents#987

Merged
blackgirlbytes merged 2 commits intomainfrom
codex/fix-resume-wording
Apr 20, 2026
Merged

Fix rewind/resume continuation wording across agents#987
blackgirlbytes merged 2 commits intomainfrom
codex/fix-resume-wording

Conversation

@blackgirlbytes
Copy link
Copy Markdown
Contributor

Summary

  • change rewind/resume continuation headers to neutral wording that works for both command-based agents and Cursor
  • shorten the Cursor-specific continuation text to avoid repeating the session wording
  • update the matching resume output tests

Testing

  • mise run test -- -run 'TestCursorAgent_FormatResumeCommand|TestDisplayRestoredSessions|TestPrintMultiSessionResumeCommands' ./cmd/entire/cli/...

@blackgirlbytes blackgirlbytes requested a review from a team as a code owner April 20, 2026 12:33
Copilot AI review requested due to automatic review settings April 20, 2026 12:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR standardizes the “continuation” messaging shown after rewind/resume so it works for both CLI-command agents and GUI agents like Cursor, and updates tests to match the new output.

Changes:

  • Update resume/rewind continuation headers to remove “run:” phrasing and use neutral wording.
  • Shorten Cursor’s resume instruction text.
  • Adjust resume output tests to match updated headers.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
cmd/entire/cli/rewind.go Updates multi/single-session continuation header text for rewind output.
cmd/entire/cli/resume.go Updates restored-session continuation headers across resume paths.
cmd/entire/cli/resume_test.go Updates assertions to match the new continuation header strings.
cmd/entire/cli/agent/cursor/cursor.go Shortens Cursor resume instruction returned by FormatResumeCommand.

@blackgirlbytes blackgirlbytes merged commit 14faa01 into main Apr 20, 2026
9 checks passed
@blackgirlbytes blackgirlbytes deleted the codex/fix-resume-wording branch April 20, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants