mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-30 03:24:59 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
770 B
770 B
@moonshot-ai/transcript
0.0.1
Patch Changes
- #1888
5ae60faThanks @sailist! - Add a unified, agent-granular transcript rendering data layer and serve it from the v2 server: clients can fetch turn-paginated transcripts viaGET /sessions/{id}/transcriptand subscribe to per-agent transcript updates over the v1 WebSocket with per-connection granularity control (off / turn / block / delta). All transcript wire types are owned by the transcript package itself.turn.startednow carries the turn's prompt text so live transcripts render the user input as soon as the turn opens.