kimi-code/packages/agent-core/test
7Sageer 49e93893a6
refactor: standardize telemetry property names (#1184)
Align outlier telemetry events with the conventions already used by
tool_call, api_error, permission_approval_result, and the plan events:

- duration / latency_ms / duration_s -> duration_ms
- success boolean -> outcome enum ('success' | 'error')
- bare type -> provider_type

The exit event switches from seconds to milliseconds to match the
duration_ms convention, so its numeric scale changes accordingly.
2026-06-29 12:34:38 +08:00
..
agent refactor: standardize telemetry property names (#1184) 2026-06-29 12:34:38 +08:00
base/common feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
config feat: add workspace add-dir support (#812) 2026-06-22 19:42:13 +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(managed-kimi-code): support Anthropic-compatible protocol (#1170) 2026-06-28 13:04:03 +08:00
hooks feat: support hooks in plugins (#1127) 2026-06-26 17:02:14 +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 ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
plugin feat: support hooks in plugins (#1127) 2026-06-26 17:02:14 +08:00
profile feat: Harden the default system prompt and built-in tool descriptions (#1102) 2026-06-26 16:56:40 +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): hide empty sessions from the session list (#1166) 2026-06-28 13:38:46 +08:00
session ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
skill ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
tools feat: Harden the default system prompt and built-in tool descriptions (#1102) 2026-06-26 16:56:40 +08:00
utils ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
prompt-placeholders.test.ts feat: Harden the default system prompt and built-in tool descriptions (#1102) 2026-06-26 16:56:40 +08:00