kimi-code/packages/agent-core/src/agent/compaction
7Sageer 3443a00a43
feat(agent-core): add thinkingLevel to compaction telemetry (#954)
Report the effective thinking effort (off/low/medium/high/xhigh/max) on
compaction_finished, compaction_failed, and micro_compaction_finished events.
The value matches the thinking level applied to the compaction provider, so we
can analyze how thinking mode affects compaction token usage, duration, and
failures.
2026-06-22 12:09:29 +08:00
..
compaction-instruction.md fix: clarify compaction summary output target (#766) 2026-06-15 12:06:56 +08:00
full.ts feat(agent-core): add thinkingLevel to compaction telemetry (#954) 2026-06-22 12:09:29 +08:00
index.ts feat: implement MicroCompaction (#219) 2026-06-01 14:31:50 +08:00
micro.ts feat(agent-core): add thinkingLevel to compaction telemetry (#954) 2026-06-22 12:09:29 +08:00
render-messages.ts feat: flatten tool call records (#25) 2026-05-25 23:02:25 +08:00
strategy.ts fix: continue compaction while context remains blocked (#813) 2026-06-16 16:48:27 +08:00
types.ts fix(agent-core): compaction edge cases, error handling, and truncated output (#120) 2026-05-28 16:47:38 +08:00