kimi-code/packages
haozhe.yang 19f90dff27 feat(agent-core): track agent live phase in a single runtime model field
- add an Agent-scope runtime domain that holds the whole live phase as one discriminated-union field (idle, running, streaming, tool_call, retrying, awaiting_approval, interrupted, ended)
- drive it from existing turn, step, delta, tool, retry, interrupt and approval events, edge-triggered with reference-equality dedup so delta bursts do not flood the wire log
- carry the phase on the existing agent.status.updated channel and add the AgentPhase type/schema to the protocol (backward compatible)
2026-07-08 15:02:47 +08:00
..
acp-adapter Merge remote-tracking branch 'origin/main' into HEAD 2026-07-06 23:47:51 +08:00
agent-core chore: fix lint issues across packages 2026-07-07 23:37:34 +08:00
agent-core-v2 feat(agent-core): track agent live phase in a single runtime model field 2026-07-08 15:02:47 +08:00
kaos fix(kaos): enrich PATH from the user's login shell at startup (#1339) 2026-07-03 15:20:38 +08:00
kap-server fix(server): cold-load persisted sessions for v1 session commands 2026-07-08 14:19:54 +08:00
kosong feat(kosong): honor explicit anthropic max output override (#1465) 2026-07-07 15:23:42 +08:00
migration-legacy chore(agent-core): remove experimental micro compaction (#1317) 2026-07-02 19:50:51 +08:00
minidb chore: fix lint issues across packages 2026-07-07 23:37:34 +08:00
node-sdk chore: fix lint issues across packages 2026-07-07 23:37:34 +08:00
oauth feat: add model alias overrides (#1262) 2026-07-01 19:57:13 +08:00
pi-tui ci: release packages (#1378) 2026-07-06 23:18:32 +08:00
protocol feat(agent-core): track agent live phase in a single runtime model field 2026-07-08 15:02:47 +08:00
server chore: fix lint issues across packages 2026-07-07 23:37:34 +08:00
server-e2e chore: fix lint issues across packages 2026-07-07 23:37:34 +08:00
telemetry fix(telemetry): gate unsafe numeric telemetry values (#1478) 2026-07-07 20:32:02 +08:00