fix(coding-agent): improve subagent parallel summaries closes #4710

This commit is contained in:
Mario Zechner
2026-05-18 22:52:43 +02:00
parent 7670563374
commit 93ecdbea35
3 changed files with 48 additions and 19 deletions

View File

@@ -113,6 +113,8 @@ Use a chain: first have scout find the read tool, then have planner suggest impr
- Shows all tasks with live status (⏳ running, ✓ done, ✗ failed)
- Updates as each task makes progress
- Shows "2/3 done, 1 running" status
- Returns each completed task's final output to the parent model, capped at 50 KB per task
- Returns failure diagnostics from stderr/error messages when a child exits before producing output
**Tool call formatting** (mimics built-in tools):
- `$ command` for bash
@@ -168,5 +170,6 @@ Project agents override user agents with the same name when `agentScope: "both"`
## Limitations
- Output truncated to last 10 items in collapsed view (expand to see all)
- Parallel model-visible output is capped at 50 KB per task; full results remain in tool details
- Agents discovered fresh on each invocation (allows editing mid-session)
- Parallel mode limited to 8 tasks, 4 concurrent