kimi-code/packages/transcript/CHANGELOG.md
github-actions[bot] efacf0452d
ci: release packages (#1946)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-20 22:57:20 +08:00

770 B

@moonshot-ai/transcript

0.0.1

Patch Changes

  • #1888 5ae60fa Thanks @sailist! - Add a unified, agent-granular transcript rendering data layer and serve it from the v2 server: clients can fetch turn-paginated transcripts via GET /sessions/{id}/transcript and 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.started now carries the turn's prompt text so live transcripts render the user input as soon as the turn opens.