remind_resume
Turns a Claude session ID into the full resume command with working directory and git branch, so you can continue a past conversation.
Instructions
Resolve a (full or 8-char prefix) session id into a ready-to-run claude --resume <id> command, plus the session's cwd and git branch.
When to use: only when you already have a sessionId in hand and need just the resume command. remind_search already returns resumeCommand on every hit, so prefer that. This tool exists for cases where the user pastes a bare sessionId or a previous tool flow stored only the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Full or prefix of the Claude session UUID. |