qwen-code/packages/cli/src/nonInteractive/io
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
..
BaseJsonOutputAdapter.test.ts refactor(core): rename TaskTool to AgentTool 2026-03-19 14:55:14 +08:00
BaseJsonOutputAdapter.ts refactor(core): rename TaskTool to AgentTool 2026-03-19 14:55:14 +08:00
JsonOutputAdapter.test.ts fix adapter undefined 2026-01-26 19:53:02 +08:00
JsonOutputAdapter.ts Fix SDK message event pairing and improve content block handling 2026-03-18 18:10:23 +08:00
StreamJsonInputReader.test.ts Headless enhancement: add stream-json as input-format/output-format to support programmatically use (#926) 2025-11-21 09:26:05 +08:00
StreamJsonInputReader.ts Headless enhancement: add stream-json as input-format/output-format to support programmatically use (#926) 2025-11-21 09:26:05 +08:00
StreamJsonOutputAdapter.test.ts Fix SDK message event pairing and improve content block handling 2026-03-18 18:10:23 +08:00
StreamJsonOutputAdapter.ts Fix SDK message event pairing and improve content block handling 2026-03-18 18:10:23 +08:00