fix(sessions): keep subagent progress live without navigation - #5117
Open
reachjalil wants to merge 1 commit into
Open
reachjalil wants to merge 1 commit into
reachjalil wants to merge 1 commit into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
Contributor
|
Selected evidence: Incomplete · 12/12 tests · 18/18 assertions · 8 images Commit Coverage gaps: Required verification: incomplete. Selected evidence does not satisfy all required specs. No authenticated current-head required plan is available. |
reachjalil
force-pushed
the
fix/subagent-live-progress
branch
from
September 18, 2026 17:50
5cc39f1 to
55aa594
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
A running sub-agent can stop showing fresh activity in its parent thread until the user opens the child chat. The child transcript has no query observer while only the parent is visible, so normal cache garbage collection can remove the baseline needed to apply subsequent progress deltas.
Change
Existing labels and layout are unchanged. This is a synchronization-only fix.
Validation
Scope and limitations
No running-app or desktop E2E was performed. Tests exercise real sync-event handling, TanStack GC, and parent progress derivation, with child tracking already established. This addresses active transcript eviction; missed initial child discovery and reconnect-history recovery are not changed.