Team agents go idle without responding or completing tasks
Resolved 💬 3 comments Opened Feb 26, 2026 by aaronwald Closed Mar 2, 2026
Bug Description
Team agents spawned via Task tool with team_name and run_in_background: true (and also foreground) repeatedly go idle without:
- Sending any messages back to team lead
- Completing their assigned tasks (TaskUpdate)
- Producing any visible output
Reproduction
- Create a team with
TeamCreate - Create tasks with
TaskCreate - Spawn 3 agents via
Tasktool withteam_nameparameter,mode: "dontAsk",subagent_typeset to custom agent types (dlaw:qa-testing-expert,dlaw:security-engineer,dlaw:devops-engineer) - Agents go idle immediately after spawning
- Send messages via
SendMessageasking them to report findings - Agents go idle again without responding
- Tried shutting down and re-spawning as foreground agents — same behavior
- Repeated across 6+ agents, all exhibited the same pattern
Expected Behavior
Agents should read the files specified in their task prompt, perform analysis, send findings back via SendMessage, and mark tasks completed via TaskUpdate.
Actual Behavior
Agents go idle (receive idle_notification) without taking any visible action. No messages sent, no tasks updated, no errors reported. This happened consistently across all agent types tested.
Environment
- Claude Code CLI
- Model: claude-opus-4-6
- Platform: macOS Darwin 25.3.0
- Multiple agent types affected (qa-testing-expert, security-engineer, devops-engineer)
- Team primitives (TeamCreate, TaskCreate, SendMessage) all appeared to work — agents just never responded
Workaround
Performed the review directly in the main conversation context instead of delegating to team agents.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗