mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-31 02:14:58 +00:00
- add wire.jsonl transcript reader (readWireRecords, readWireTranscript, reduceWireRecords)\n- rewrite MessageService to use wire log instead of live context history\n- add createdAtMsOverride to toProtocolMessage for wire-derived timestamps\n- add transcript cache with LRU eviction and mtime-based invalidation\n- append unflushed live tail when memory is ahead of the wire file\n- degrade to live context view on wire read/parse failures\n- add comprehensive tests for compaction, undo, clear, blob rehydration |
||
|---|---|---|
| .. | ||
| approval-adapter.test.ts | ||
| coreProcessService.test.ts | ||
| interfaces.test.ts | ||
| message-service.test.ts | ||
| message-transcript.test.ts | ||
| model-catalog-service.test.ts | ||
| oauth-service.test.ts | ||
| prompt-service.test.ts | ||
| question-adapter.test.ts | ||
| session-service.test.ts | ||
| task-service.test.ts | ||
| terminal-service.test.ts | ||
| tool-service.test.ts | ||