Revert "feat(core): add dynamic swarm worker tool (#3433)" (#3468)

This reverts commit f7ebc372f1.
This commit is contained in:
Shaojin Wen 2026-04-20 16:40:14 +08:00 committed by GitHub
parent 5fedf10419
commit c74d7678cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 2 additions and 1091 deletions

View file

@ -51,7 +51,6 @@ Qwen Code's built-in tools can be broadly categorized as follows:
- **[Memory Tool](./memory.md) (`save_memory`):** For saving and recalling information across sessions.
- **[Todo Write Tool](./todo-write.md) (`todo_write`):** For creating and managing structured task lists during coding sessions.
- **[Task Tool](./task.md) (`task`):** For delegating complex tasks to specialized subagents.
- **[Swarm Tool](./swarm.md) (`swarm`):** For running many independent lightweight workers in parallel and aggregating their results.
- **[Exit Plan Mode Tool](./exit-plan-mode.md) (`exit_plan_mode`):** For exiting plan mode and proceeding with implementation.
Additionally, these tools incorporate: