qwen-code/packages/cli/src/nonInteractive
tanzhenxin 8891f4219d refactor(core): rename TaskTool to AgentTool
Rename the Task tool to Agent tool for clearer semantics and better
alignment with industry terminology. This change includes:

- Rename TaskTool -> AgentTool, TaskParams -> AgentParams
- Rename TaskResultDisplay -> AgentResultDisplay
- Add 'Explore' built-in agent for read-only codebase exploration
- Add backward compatibility mappings for legacy tool names
- Improve Agent tool description with clearer usage guidelines
- Add case-insensitive agent name matching
- Fallback to built-in agents when subagent loading fails

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-19 14:55:14 +08:00
..
control feat: add --session-id support for CLI and SDK 2026-02-13 21:40:57 +08:00
io refactor(core): rename TaskTool to AgentTool 2026-03-19 14:55:14 +08:00
session.test.ts refactor(debug): replace ConsolePatcher with debugLogger and update error reporting 2026-02-02 17:37:54 +08:00
session.ts fix: prevent AbortSignal listener memory leak 2026-02-12 10:39:19 +08:00
types.ts Fix SDK message event pairing and improve content block handling 2026-03-18 18:10:23 +08:00