refactor(core): 移除 todoread 工具

todowrite 工具返回值已包含完整列表,todoread 工具多余
This commit is contained in:
2025-12-17 14:00:22 +08:00
parent 6b3d62b4d6
commit fe6ef9be9b
12 changed files with 1 additions and 70 deletions
@@ -31,7 +31,6 @@ const TOOL_CATEGORY_MAP: Record<string, string> = {
git_checkout: 'git',
git_stash: 'git',
// todo
todo_read: 'todo',
todo_write: 'todo',
// plan
ask_user_question: 'plan',