mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
45f62d1487
I keep running into the same couple of issues with subagents: - when I request code analysis, the main agent tends to spawn subagents to read files and output them verbatim to the main chat - when I request to implement a feature, the main agent often spawns subagents that edit the same files and conflict with one another, reverting each other's changes. This PR updates the `spawn_agent` tool description to mitigate those issues.