Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

feat(cli): add session resume/history and upgrade command - #11768

Merged
cte merged 1 commit into
mainfrom
cte/cli-session-history-upgrade
Feb 26, 2026
Merged

feat(cli): add session resume/history and upgrade command#11768
cte merged 1 commit into
mainfrom
cte/cli-session-history-upgrade

Conversation

@cte

@ctecte commented Feb 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add --session-id and --continue (-c) resume flows in CLI runtime/host wiring
  • add roo list sessions with reusable task-history filesystem reader in @roo-code/core
  • add roo upgrade to check latest CLI release and run the install script when an update is available
  • add/update tests for extension host resume behavior, session listing, core task-history parsing, and upgrade logic

Validation

  • pnpm --filter @roo-code/core test -- src/task-history/tests/task-history.spec.ts
  • pnpm --filter @roo-code/cli test -- src/commands/cli/tests/list.test.ts
  • pnpm --filter @roo-code/cli test -- src/commands/cli/tests/upgrade.test.ts
  • pnpm --filter @roo-code/core check-types
  • pnpm --filter @roo-code/core lint
  • pnpm --filter @roo-code/cli check-types
  • pnpm --filter @roo-code/cli lint

Interactively review PR in Roo Code Cloud

@dosubotdosubotBot added size:XL This PR changes 500-999 lines, ignoring generated files. Enhancement New feature or request labels Feb 26, 2026
@cte
cte merged commit de0e363 into mainFeb 26, 2026
15 checks passed
@cte
cte deleted the cte/cli-session-history-upgrade branch February 26, 2026 21:55
@github-actionsgithub-actionsBot mentioned this pull request Mar 4, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

EnhancementNew feature or requestsize:XLThis PR changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@cte