Continue Claude Session
claude_continueContinue an ongoing Claude conversation by providing the session ID and your follow-up message. Use to answer clarifying questions from Claude or provide additional context for a complete resolution.
Instructions
Continue an existing Claude conversation. Pass the session_id printed at the end of a previous result plus your follow-up message. Use the same workspace_dir as the original call, or the session will not be found. If Claude's answer ends with a 'Questions for you:' section or the JSON contains questions_for_caller, answer those questions with this tool to unblock a better conclusion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Claude model override: opus, sonnet, haiku, or a full model id. Omit for the configured default. | |
| stance | No | Set to "critical" when continuing an adversarial review or debate so Claude keeps its reviewer discipline instead of drifting agreeable. | |
| message | Yes | Your follow-up message for the same conversation. | |
| session_id | Yes | The session_id printed at the end of a previous result. | |
| workspace_dir | No | Absolute path to the project this relates to; becomes Claude's working directory. Reuse the same value when continuing a session. |