kimi-code/packages/agent-core/test/agent/background
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-timeout.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
foreground-persistence.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
heartbeat-stale.test.ts refactor: background task manager persistence (#285) 2026-06-02 12:48:31 +08:00
helpers.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
ids.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
manager.test.ts feat: add shell mode (!) to the CLI (#1079) 2026-06-25 21:24:53 +08:00
output-access.test.ts fix: dispose process stdio after managed commands (#822) 2026-06-16 22:09:11 +08:00
persist.test.ts ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
persistence-compat.test.ts refactor: background task manager persistence (#285) 2026-06-02 12:48:31 +08:00
reconcile.test.ts refactor: background task manager persistence (#285) 2026-06-02 12:48:31 +08:00
rpc-events.test.ts refactor: standardize telemetry property names (#1184) 2026-06-29 12:34:38 +08:00