[REMOTE-2409] Make spawned-agent activity and conversation access clear - #14549
Draft
warp-agent-staging[bot] wants to merge 2 commits into
Draft
[REMOTE-2409] Make spawned-agent activity and conversation access clear#14549warp-agent-staging[bot] wants to merge 2 commits into
warp-agent-staging[bot] wants to merge 2 commits into
Conversation
Show a status activity indicator and labeled View control on spawned-agent transcript rows, and keep parent Warping... visible via orchestration-aware active-work status while children are still running (REMOTE-2409). Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
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.
Description
Makes spawned-agent activity and navigation explicit in orchestration transcripts.
Viewaction that opens or focuses the child conversation, while keeping disclosure expansion on the chevron and preserving avatar navigation.Warping...signal visible while descendant agents are still working by reusing orchestration-aware status aggregation.Linked Issue
Testing
./script/formatcargo clippy --workspace --exclude warp_completer --all-targets --tests -- -D warningscargo clippy -p warp --all-targets --tests -- -D warningscargo clippy -p warp_completer --all-targets --tests -- -D warningscargo nextest run -p warp --lib --test-threads=1 -E 'test(orchestration_topology::tests) + test(block::view_impl::orchestration::tests)'— 41 passedcargo build --bin warpAgent Mode
CHANGELOG-IMPROVEMENT: Spawned agents now show active status, keep orchestration progress visible, and provide a direct View action for opening child conversations.
Co-Authored-By: Oz oz-agent@warp.dev
Computer-use screenshots
Computer-use video recordings
View video recording: Starting an agent-mode conversation in the Warp dogfood client that delegates two independent read-only repository questions to child agents, then observing the parent conversation's progress indicator and spawned-agent transcript rows while children are active.
Conversation: https://staging.warp.dev/conversation/43fedaf1-5dc3-4a90-bd51-0533c7dce08d
Run: https://oz.staging.warp.dev/runs/019fb3fc-32e3-77ce-87cf-7e21f0621170
Plans:
This PR was generated with Oz.