Skip to content

feat(coding-agent): add /resume slash command for switching sessions - #1069

Closed
praneshnikhar wants to merge 1 commit into
PrimeIntellect-ai:mainfrom
praneshnikhar:fix/679-resume-slash-command
Closed

feat(coding-agent): add /resume slash command for switching sessions#1069
praneshnikhar wants to merge 1 commit into
PrimeIntellect-ai:mainfrom
praneshnikhar:fix/679-resume-slash-command

Conversation

@praneshnikhar

@praneshnikhar praneshnikhar commented Aug 9, 2026

Copy link
Copy Markdown

Closes #679

Adds the /resume slash command to interactive mode, allowing users to switch to a saved session by path or session ID without restarting the process.

  • Added /resume to CANONICAL_BUILTIN_SLASH_COMMANDS with argument hint <path|id>
  • Added dispatch handler in interactive mode that calls the existing handleResumeSession method
  • Added test

Note

Add /resume slash command to switch sessions in interactive mode

Registers /resume <path|id> as a built-in slash command in slash-commands.ts and adds handling in interactive-mode.ts that calls handleResumeSession with the provided argument. Invoking /resume without arguments displays a usage error instead of proceeding.

Macroscope summarized 00074b1.

@ruttybob

ruttybob commented Aug 9, 2026

Copy link
Copy Markdown

I think it's unnecessary because there is an agent view.

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.

/resume slash command does not exist in interactive mode

2 participants