feat(runtime): open linked subagents while agent_spawn is still running - #2472
Merged
Conversation
Astro-Han
force-pushed
the
feat/midflight-subagent-open-v2
branch
from
August 8, 2026 13:03
067a399 to
dc2914e
Compare
Astro-Han
marked this pull request as ready for review
August 8, 2026 13:28
Emit live-only tool_result_preview open-facts when a child session becomes ready so SubagentPreview can show Open mid-flight without waiting for the blocking agent_spawn tool_result. Wire RH continuity retain/rejoin seed and live-turn materialization onto the existing tool-group visual.
…d paths Seed retained tool_result_preview at the open nextSequence so rejoin no longer trips sequence_gap. Require childSessionId on open-facts, keep RH empty tool_result from wiping Open, drop unreachable swarm skip, and cover continuity retain/clear plus contract tests.
Astro-Han
force-pushed
the
feat/midflight-subagent-open-v2
branch
from
August 8, 2026 13:29
4b5a7eb to
8d61405
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.
Summary
Make linked subagent sessions available while
agent_spawnis still running, then render every linked child as an Astryx-native tool row.Verification
npm ciapplies the Astryx dependency patch successfully.npm run format:checkpasses.