Purpose
Make an older session active again so new requests continue that context.Syntax
<session> can be:
- session id, such as
1a2b - session token, such as
1a2b-my-project-title
Examples
Behavior and limits
- Resuming does not edit history. It only switches active session pointer.
- Use
/mineclawd sessions listfirst if you are not sure which reference to use.
Common failures
session not found: use exact id or token from list output.cannot switch sessions while a request is running: wait for completion.
