Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkg/agent/subturn.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,9 @@ func spawnSubTurn(
} else {
result = &tools.ToolResult{
ForLLM: turnRes.finalContent,
ForUser: turnRes.finalContent,
ForUser: "", // Clear ForUser to prevent direct push;
// the main agent controls delivery via the orchestration path,
// avoiding duplicate messages on async sub-agent completion.
}
}

Expand Down