Find Recent Kimi Session
kimi_find_recent_sessionSearch recent Kimi sessions by title, status, or working directory to recover interrupted work or dedupe sessions when the exact ID is unknown. Read-only results include next-step guidance.
Instructions
Find recent Kimi sessions whose titles contain a requested substring, optionally constrained by status and working directory. Use for interruption recovery or dedupe when the exact session ID is unknown; prefer session-ID-based tools once a match is known. This is read-only and returns matching candidates plus status-aware next-step guidance without creating or modifying a session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory used to constrain matches to the same workspace. Recommended for safe recovery/dedupe. | |
| status | No | Optional exact Kimi session-status filter, such as running, idle, awaiting_approval, awaiting_question, aborted, or failed. | |
| pageSize | No | Maximum number of recent sessions to inspect. Defaults to 20. | |
| matchAnyCwd | No | Set true only when intentionally allowing a title match from any working directory. Defaults to false when cwd is provided. | |
| excludeEmpty | No | Whether sessions with no messages should be excluded from the search. | |
| titleContains | Yes | Case-insensitive substring that must appear in the Kimi session title. Leading and trailing whitespace is ignored. | |
| includeArchive | No | Whether archived Kimi sessions should be included in the search. | |
| includeSummary | No | Fetch message count and latest meaningful user/assistant messages for candidates. Adds latency; leave false unless recovery context is needed. |