kimi-code/packages/agent-core/test
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
..
agent feat(agent-core): add thinkingLevel to compaction telemetry (#954) 2026-06-22 12:09:29 +08:00
base/common feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
config refactor: simplify LLM request logging (#823) 2026-06-16 21:13:31 +08:00
di feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
errors feat(protocol): extract shared protocol package from agent-core (#612) 2026-06-10 14:03:38 +08:00
fixtures refactor(kaos): move Environment into kaos, slim package API (#147) 2026-05-28 16:50:10 +08:00
flags fix: allow obsolete experimental config entries (#584) 2026-06-09 17:00:48 +08:00
harness feat(goal): support guided goal authoring (#839) 2026-06-18 18:48:23 +08:00
hooks refactor(agent-core): move HookEngine to sessions (#165) 2026-05-28 21:35:42 +08:00
logging fix(agent-core): route session logs exclusively to session sink (#102) 2026-05-27 13:00:17 +08:00
loop fix: classify OAuth token refresh errors by cause (#838) 2026-06-17 18:34:42 +08:00
mcp mcp suport sse (#744) 2026-06-14 18:04:26 +08:00
plugin mcp suport sse (#744) 2026-06-14 18:04:26 +08:00
profile refactor: decouple agent skill registry (#784) 2026-06-15 20:39:29 +08:00
rpc feat(config): tolerate invalid config.toml sections instead of failing startup (#689) 2026-06-12 15:56:13 +08:00
services feat(web): add session search (#895) 2026-06-18 19:23:23 +08:00
session feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
skill refactor: decouple agent skill registry (#784) 2026-06-15 20:39:29 +08:00
tools feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
utils fix: cancel active turns during session shutdown (#661) 2026-06-11 20:52:50 +08:00
prompt-placeholders.test.ts feat: agent swarm (#424) 2026-06-08 14:26:56 +08:00