Uh oh!
There was an error while loading. Please reload this page.
refactor(opencode): suppress hidden subagent updates - #37899
Conversation
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found. Note: PR #36046 (show permission prompts from nested subagent chains) appears in results and is mentioned in the PR description as potentially requiring a small rebase, but it's not a duplicate—it's a related PR that touches the transport for permission routing. |
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:
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. |
Issue for this PR
Closes#37896
Type of change
What does this PR do?
Suppresses
stream.subagentfooter replacements when an event changes only the accumulated detail of an unselected child. The reducer still retains complete history, and selection immediately emits that history. Tabs, completion, cancellation, errors, permissions, questions, blockers, and selected-child detail remain immediate.A representative 250-delta sequence reduced unselected detail-only snapshots from 251 to 0. This is an event-count result, not an end-to-end timing percentage.
PR #36046 also touches the transport for permission routing but does not implement this suppression, so it may require a small rebase.
How did you verify your code works?
git diff --checkScreenshots / recordings
Not applicable; visible footer state is unchanged.
Checklist