fix(agents): surface native runs in Agents panel - #1
Closed
LordMerc wants to merge 1 commit into
Closed
Conversation
5 tasks
Owner
|
Reviewed and integrated—thank you. The core change is now on the target branch as ab6d31f with your authorship preserved. I added 61e0858 on top to preserve Effect interruption in the best-effort activity projection and to label native follow-up activations as turns, avoiding two different |
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.
What changed
Native T3-managed AgentRuns now publish their lifecycle into the existing parent-thread Agents panel path.
This is a stacked fix for pingdotgg#5632 and targets
agent/native-agent-orchestration.Why
The first-class
agent_spawnpath persists AgentRuns separately from provider-nativetask.*activities. The Agents panel only folds parent-thread task activities, so successful T3-managed child runs previously rendered as “No agents yet.”UI evidence
Before
After
Evidence is published on a separate branch so binary artifacts do not enter the product diff.
Verification
vp test run apps/server/src/agents/AgentOrchestrationLive.test.ts apps/server/src/agents/run/AgentRunReactor.test.ts packages/client-runtime/src/state/subagentRuntime.test.ts— 76 tests passedgit diff --checkpassedenvironment/sol-smoke-test; Agents panel showedgpt-5.6-sol · profile sol-smoke-test · run 91a6da73; child completed successfullyImplemented with GPT-5.6 through the Codex harness in T3 Code.