kimi_resume
Resume a Kimi Code session to continue analysis with a new prompt, retaining full context up to 256K tokens. Use after an initial scan for deeper code investigation.
Instructions
Resume an existing Kimi Code session with a new prompt. The session retains all previous context (up to 256K tokens). Use kimi_list_sessions to find session IDs first. Ideal for drilling deeper after an initial kimi_analyze scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID to resume (UUID format) | |
| prompt | Yes | New prompt to send in the resumed session | |
| work_dir | Yes | Working directory (must match the original session) | |
| thinking | No | Enable thinking mode (default: true) | |
| detail_level | No | Output verbosity. summary: ~2-5K tokens. normal (default): ~5-15K tokens. detailed: ~15-40K tokens. | |
| max_output_tokens | No | Max tokens in response (~4 chars/token). Default: 15000. | |
| include_thinking | No | Include Kimi internal reasoning. Default: false. |