kimi-code/packages/transcript
7Sageer 683db918e0 feat(transcript): mark user-cancelled turns with an interruption marker
Project the deliberate user interrupt onto the transcript timeline: the
live projector emits an 'interruption' marker when a turn ends with
interruptReason 'user_cancelled', and the cold fold consumes the
persisted turn.cancel reason into the same marker. Programmatic aborts
keep surfacing through their own outlets (errors, goal/task state), and
queued cancels that left no visible residue are skipped.
2026-07-30 15:42:48 +08:00
..
src feat(transcript): mark user-cancelled turns with an interruption marker 2026-07-30 15:42:48 +08:00
test feat(transcript): mark user-cancelled turns with an interruption marker 2026-07-30 15:42:48 +08:00
CHANGELOG.md ci: release packages (#1946) 2026-07-20 22:57:20 +08:00
package.json ci: release packages (#1946) 2026-07-20 22:57:20 +08:00
tsconfig.json feat(transcript): add unified transcript layer, drop the /api/v2 RPC surface (#1888) 2026-07-20 15:33:05 +08:00
tsdown.config.ts feat(transcript): add unified transcript layer, drop the /api/v2 RPC surface (#1888) 2026-07-20 15:33:05 +08:00
vitest.config.ts feat(transcript): add unified transcript layer, drop the /api/v2 RPC surface (#1888) 2026-07-20 15:33:05 +08:00