kimi-code/packages/agent-core/test/tools
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
..
background feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
cron feat(cron): render scheduled reminders in TUI and expose fired events (#204) 2026-06-01 11:34:35 +08:00
fixtures fix: propagate kaos env overlays (#654) 2026-06-11 17:21:32 +08:00
planning fix: require AgentSwarm to run alone (#643) 2026-06-11 13:58:35 +08:00
policies feat: rework permission decision policies (#26) 2026-05-27 20:07:24 +08:00
providers Kimi For Coding 2026-05-22 15:54:50 +08:00
agent.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
ask-user.test.ts feat: release experimental features (#569) 2026-06-09 11:42:50 +08:00
bash-env.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
bash-windows-kill.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
bash.test.ts feat(tui): detach foreground tasks to background with Ctrl+B (#976) 2026-06-22 20:59:24 +08:00
builtin-current.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
edit.test.ts feat(agent-core): strengthen Edit-over-Write preference in tool prompts (#540) 2026-06-10 12:22:25 +08:00
enter-plan-mode.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
exit-plan-mode-options.test.ts chore: use raw query imports for prompt sources (#682) 2026-06-12 11:47:44 +08:00
exit-plan-mode.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
fetch-url.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
file-type.test.ts refactor(agent-core): unify image extension sniff-failed detection (#974) 2026-06-22 19:31:48 +08:00
glob.test.ts feat: pursue a goal autonomously (#270) 2026-06-02 22:52:23 +08:00
goal.test.ts feat(goal): support guided goal authoring (#839) 2026-06-18 18:48:23 +08:00
grep.test.ts fix: dispose process stdio after managed commands (#822) 2026-06-16 22:09:11 +08:00
input-schema-io.test.ts feat: Add persistent experimental feature toggles and a TUI panel (#420) 2026-06-04 18:35:41 +08:00
list-directory.test.ts feat(agent-core): refine system prompt context (#777) 2026-06-15 18:38:42 +08:00
path-guard.test.ts feat: add workspace add-dir support (#812) 2026-06-22 19:42:13 +08:00
plan-mode-hard-block.test.ts fix: require AgentSwarm to run alone (#643) 2026-06-11 13:58:35 +08:00
read-file.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
read-media-desc.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
read-media.test.ts fix(agent-core): reject image extensions whose bytes fail to sniff (#970) 2026-06-22 19:07:34 +08:00
read.test.ts perf(kaos): optimize large file reads (#971) 2026-06-23 15:07:40 +08:00
result-builder.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
rg-locator.test.ts refactor: unify path normalization with pathe (#84) 2026-05-27 11:53:24 +08:00
shell-cancel.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
shell-quoting.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
skill-tool-dispatch.test.ts refactor: decouple agent skill registry (#784) 2026-06-15 20:39:29 +08:00
skill-tool.test.ts fix: surface skill directory in the loaded-skill context block (#785) 2026-06-15 22:29:00 +08:00
todo-list.test.ts feat: add todo list reminder injection (#333) 2026-06-02 18:12:38 +08:00
web-search.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
write.test.ts feat: auto-create missing parent directories when writing files (#1065) 2026-06-24 14:05:27 +08:00