-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
[Bug]: Subagent completion direct announce fails with no visible reply #82803
Copy link
Copy link
Closed
Labels
P1High-priority user-facing bug, regression, or broken workflow.High-priority user-facing bug, regression, or broken workflow.bugSomething isn't workingSomething isn't workingclawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.maintainerMaintainer-authored PRMaintainer-authored PR
Metadata
Metadata
Assignees
Labels
P1High-priority user-facing bug, regression, or broken workflow.High-priority user-facing bug, regression, or broken workflow.bugSomething isn't workingSomething isn't workingclawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.maintainerMaintainer-authored PRMaintainer-authored PR
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug type
Behavior bug (incorrect output/state without crash)
Beta release blocker
No
Summary
Completed subagent announcements can be marked undelivered when the direct completion agent finishes with no visible payload, leaving the requester with no visible completion reply.
Steps to reproduce
deliverSubagentAnnouncementreturns a direct delivery failure instead of surfacing the available child completion result.Expected behavior
The requester should receive a visible completion update when a single completed subagent has a captured child result, even if the direct completion agent produces no visible payload.
Actual behavior
The direct completion path rejects the announcement with
completion agent did not produce a visible reply, and the caller logsSubagent completion direct announce failed.OpenClaw version
Current
mainbefore the fix: c2e9091Operating system
NOT_ENOUGH_INFO
Install method
pnpm dev / gateway development logs
Model
NOT_ENOUGH_INFO
Provider / routing chain
NOT_ENOUGH_INFO
Additional provider/model setup details
NOT_ENOUGH_INFO
Logs, screenshots, and evidence
Impact and severity
Affected: requester sessions waiting for completed subagent results.
Severity: High, because completed child work may not be visible to the requester.
Frequency: 83 observed log lines in the available gateway log evidence.
Consequence: missing summaries/results and follow-up queue errors after child runs finish.
Additional information
Related broader tracking: #44925.
Related open PRs in the same delivery area: #79059 and #80223. This report is narrower: it covers the current-main path where the completion-agent handoff returns no visible payload for a single completed subagent result.