kimi-code/packages/agent-core/src
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(managed-kimi-code): support Anthropic-compatible protocol (#1170) 2026-06-28 13:04:03 +08:00
di feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
errors feat(agent-core): add config hint to max-steps-per-turn error (#1097) 2026-06-25 15:49:44 +08:00
flags feat: release experimental features (#569) 2026-06-09 11:42:50 +08:00
logging fix: add minor improvements for Mira (#649) 2026-06-11 15:50:33 +08:00
loop feat: add shell mode (!) to the CLI (#1079) 2026-06-25 21:24:53 +08:00
mcp fix: preserve long tool output (#1062) 2026-06-24 14:42:11 +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: support hooks in plugins (#1127) 2026-06-26 17:02:14 +08:00
services feat(web): hide empty sessions from the session list (#1166) 2026-06-28 13:38:46 +08:00
session feat(managed-kimi-code): support Anthropic-compatible protocol (#1170) 2026-06-28 13:04:03 +08:00
skill feat: add shell mode (!) to the CLI (#1079) 2026-06-25 21:24:53 +08:00
tools feat: Harden the default system prompt and built-in tool descriptions (#1102) 2026-06-26 16:56:40 +08:00
utils feat: cap completion tokens to remaining context window for chat-completions (#1131) 2026-06-26 19:12:04 +08:00
errors.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
index.ts feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
plugin.ts feat: add plugin manager and official plugins (#119) 2026-05-27 22:47:33 +08:00
prompt-modules.d.ts chore: use raw query imports for prompt sources (#682) 2026-06-12 11:47:44 +08:00
telemetry.ts feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
version.ts Kimi For Coding 2026-05-22 15:54:50 +08:00