kimi-code/packages/services/test
haozhe.yang 03e994257c feat(services): restore full message history from wire log for compacted sessions
- 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
2026-06-12 11:10:22 +08:00
..
approval-adapter.test.ts feat: bootstrap local daemon with REST/WS gateway, DI, and protocol/services packages 2026-06-11 10:14:44 +08:00
coreProcessService.test.ts refactor(services,daemon,agent-core): align service registry bootstrap and expand DI lifecycle primitives 2026-06-11 10:14:45 +08:00
interfaces.test.ts refactor(services,protocol): remove node-sdk dependency 2026-06-11 10:14:46 +08:00
message-service.test.ts feat(daemon,web): expand daemon APIs and web client 2026-06-11 10:14:45 +08:00
message-transcript.test.ts feat(services): restore full message history from wire log for compacted sessions 2026-06-12 11:10:22 +08:00
model-catalog-service.test.ts feat(daemon,web): expand daemon APIs and web client 2026-06-11 10:14:45 +08:00
oauth-service.test.ts refactor(services,protocol): remove node-sdk dependency 2026-06-11 10:14:46 +08:00
prompt-service.test.ts feat(native,server): embed web assets and enrich lifecycle output 2026-06-11 20:59:22 +08:00
question-adapter.test.ts feat: bootstrap local daemon with REST/WS gateway, DI, and protocol/services packages 2026-06-11 10:14:44 +08:00
session-service.test.ts feat(session): broadcast session.created event to all live connections 2026-06-11 13:39:11 +08:00
task-service.test.ts feat(daemon,web): expand daemon APIs and web client 2026-06-11 10:14:45 +08:00
terminal-service.test.ts feat(server): add server-managed PTY terminal APIs and WebSocket controls 2026-06-11 20:07:44 +08:00
tool-service.test.ts feat(daemon,web): expand daemon APIs and web client 2026-06-11 10:14:45 +08:00