Conversation
Contributor
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This PR adds a new Lineage stop workflow that can interrupt active app-owned runs or native Codex provider turns through new cross-layer command, orchestration, and effect plumbing. The asynchronous provider-control side effects and shared infrastructure changes warrant human review despite additive contracts and focused tests. You can add or adjust custom eligibility rules. Learn more. |
This branch has not been deployed
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.
Lineage shows active subagents and their elapsed time, but gives no way to stop one there.
Add a stop button over the timer on hover or keyboard focus. It interrupts T3-owned child runs and native Codex child turns without opening the child thread. The button is hidden for settled agents and native providers without a targeted stop path.
Verified with 77 focused tests, type checks for the server, web, client runtime, and contracts, plus targeted lint and formatting.
Limit: Native per-child stop is available for Codex only. The after image uses fake local subagent data.
Before and after
Before (reported Lineage timer):
After (stop button on hover):
Model: GPT-6 in the native Codex harness.