mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-18 13:15:51 +00:00
- task: idle terminal notifications now use activeOrNewTurn admission, launching their own turn instead of waiting for the next user prompt (matches v1 turn.steer) - workspaceRegistry: createOrTouch rejects missing or non-directory roots with fs.path_not_found, so a phantom cwd never reaches session creation - kap-server: map FS_PATH_NOT_FOUND to protocol error 40409 on the session and RPC surfaces - server-e2e: migrate the v2 smoke test from the local ServerClient to the typed Klient - misc: switch loop/prompt clear() iteration to .slice(), align terminal event handler names, and tidy klient examples |
||
|---|---|---|
| .. | ||
| report | ||
| v2 | ||
| client.test.ts | ||
| log.ts | ||
| prompt-queue-steer.test.ts | ||
| refresh-replay.test.ts | ||
| report.test.ts | ||
| send-and-cancel.test.ts | ||
| session-resume.test.ts | ||