mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
- Update tool name aliases to map 'task' to 'agent' as legacy alias - Add proper 'agent' tool name aliases (Agent, AgentTool) - Update canonical-to-rule display mapping from 'task' to 'Agent' - Update tests to expect 'agent' instead of 'task' - Fix debug log message from [TaskTool] to [Agent] This completes the tool renaming from "task" to "agent" for clarity, as "agent" better describes the tool's purpose of delegating to subagents. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| abort-and-lifecycle.test.ts | ||
| configuration-options.test.ts | ||
| mcp-server.test.ts | ||
| message-event-pairing.test.ts | ||
| multi-turn.test.ts | ||
| permission-control.test.ts | ||
| sdk-mcp-server.test.ts | ||
| session-id.test.ts | ||
| single-turn.test.ts | ||
| subagents.test.ts | ||
| system-control.test.ts | ||
| test-helper.ts | ||
| tool-control.test.ts | ||