kimi-code/packages/agent-core/test
7Sageer 4b837d6bfb
feat: auto-create missing parent directories when writing files (#1065)
The Write tool previously failed when a parent directory was missing, forcing a manual mkdir round trip. It now creates missing parents recursively before writing.
2026-06-24 14:05:27 +08:00
..
agent fix(agent-core): realign mid-history interrupted tool calls on resume (#1027) 2026-06-23 22:39:19 +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 fix(acp): read workspace local config via local fs at session start (#992) 2026-06-23 11:19:20 +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 fix: classify OAuth token refresh errors by cause (#838) 2026-06-17 18:34:42 +08:00
mcp fix: use session cwd for stdio MCP servers (#1057) 2026-06-24 13:40:56 +08:00
plugin mcp suport sse (#744) 2026-06-14 18:04:26 +08:00
profile feat: replace silent AGENTS.md truncation with a visible warning (#1040) 2026-06-24 12:26:17 +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: replace silent AGENTS.md truncation with a visible warning (#1040) 2026-06-24 12:26:17 +08:00
session feat: add workspace add-dir support (#812) 2026-06-22 19:42:13 +08:00
skill fix(agent-core): mark truncated skill descriptions with an ellipsis (#1064) 2026-06-24 13:20:48 +08:00
tools feat: auto-create missing parent directories when writing files (#1065) 2026-06-24 14:05:27 +08:00
utils fix: cancel active turns during session shutdown (#661) 2026-06-11 20:52:50 +08:00
prompt-placeholders.test.ts feat: agent swarm (#424) 2026-06-08 14:26:56 +08:00