Skip to content

fix(session): notify parent when subagents finish - #35041

Closed
opencode-agent[bot] wants to merge 1 commit into
devfrom
subagent-notify
Closed

fix(session): notify parent when subagents finish#35041
opencode-agent[bot] wants to merge 1 commit into
devfrom
subagent-notify

Conversation

@opencode-agent

@opencode-agentopencode-agentBot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • emit a synthetic task result into the parent when any child session finishes
  • suppress that parent notification for foreground task calls while their job is still owned by the tool result
  • remove task-tool-specific background result injection so background completion flows through child-session completion

Fixes#35066

Tests

  • bun test test/session/prompt.test.ts test/tool/task.test.ts
  • bun typecheck

@github-actions

Copy link
Copy Markdown
Contributor

Automated PR Cleanup

Thank you for contributing to opencode.

Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions.

This PR was closed because it matched the following cleanup criteria:

  • The PR was created more than 1 month ago
  • The PR had fewer than 2 positive reactions
  • Positive reactions are counted as thumbs-up, heart, celebration, or rocket reactions on the PR

PRs created within the last month are not affected by this cleanup.

If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate.

Thanks again for taking the time to contribute.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(session): notify parent when subagent sessions finish

1 participant

@thdxr