kimi-code/packages/agent-core/test
qer b253a82a7a
feat(agent-core): add Interrupt hook for user-interrupted turns (#607)
Fires an observation-only Interrupt event when a turn is aborted by the user (e.g. pressing Esc). Previously neither Stop nor StopFailure fired on interrupt, so external tooling that tracks status from hooks stayed stuck on a working state.
2026-06-10 15:35:25 +08:00
..
agent feat(agent-core): add Interrupt hook for user-interrupted turns (#607) 2026-06-10 15:35:25 +08:00
config fix: allow obsolete experimental config entries (#584) 2026-06-09 17:00:48 +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 fix(skill): clarify active skill prompts (#598) 2026-06-10 12:46: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 feat: pursue a goal autonomously (#270) 2026-06-02 22:52:23 +08:00
mcp fix: restore goal resume state from agent records (#552) 2026-06-09 10:02:19 +08:00
plugin feat(plugin): install plugins from a GitHub repository URL (#221) 2026-05-29 22:18:16 +08:00
profile fix: honor KIMI_CODE_HOME for global agent resources (#544) 2026-06-08 17:42:03 +08:00
rpc fix: align datasource plugin environment (#595) 2026-06-10 12:42:27 +08:00
session feat: release experimental features (#569) 2026-06-09 11:42:50 +08:00
skill feat: custom color themes (#484) 2026-06-09 18:55:15 +08:00
tools fix(skill): clarify active skill prompts (#598) 2026-06-10 12:46:23 +08:00
utils feat: agent swarm (#424) 2026-06-08 14:26:56 +08:00
prompt-placeholders.test.ts feat: agent swarm (#424) 2026-06-08 14:26:56 +08:00