Resume a Claude Code agent's most recent conversation using /resume.
Resumes a Claude Code agent's most recent conversation using the /resume slash command. This preserves the full previous conversation context (tool calls, file reads, history) instead of starting a brand new session with a lossy context dump.
/resume to the target agent's Claude Code session via the /deliver endpointbash config/skills/orchestrator/resume-session/execute.sh '{"sessionName":"agent-joe"}'
| Parameter | Required | Description |
|---|---|---|
sessionName |
| Yes |
| Target agent's PTY session name |
JSON confirmation from the deliver and key endpoints.
/resume is treated as a normal message (harmless but no-op).delegate-task with full context when you want to restore an agent's prior conversation rather than start fresh.