Continue Kimi Session
kimi_continue_taskResume a Kimi session with follow-up instructions while preserving its context, enabling corrections, further work, or recovery after interruptions without creating duplicate sessions.
Instructions
Submit follow-up instructions to an existing Kimi session while preserving its prior context. Use for corrections, additional work, or recovery after a failed/aborted task instead of creating an unnecessary duplicate session. The continuation may run commands and modify files, and optional model, thinking, and swarm settings are applied before prompt submission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | Optional ordered steps for the follow-up work. | |
| task | Yes | Follow-up instruction, correction, or additional work to perform in the existing session. | |
| model | No | Configured Kimi model alias. In the managed ai& deployment omit this field to keep the centrally configured model binding. | |
| thinking | No | Optional Kimi thinking setting. Omit to keep the bridge default. | |
| sessionId | Yes | Existing Kimi session ID whose context should be preserved for the follow-up task. | |
| swarmMode | No | Optional swarm-mode setting to verify before the continuation prompt. Set true only when the follow-up should allow native AgentSwarm. | |
| acceptanceCriteria | No | Optional verifiable conditions for the follow-up work. |