You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
- Updates successful orchestration send/receive messages to render as
transcript-style rows with the agent avatar beside the message content
instead of boxed status cards.
- Uses the orchestrator avatar for the lead/parent agent, existing
harness/provider logos for known child agents, and distinct fallback
child avatars for Oz/unknown child agents.
- Persists child harness metadata so orchestration avatars can be
restored consistently.
## Linked Issue
- Linear: [QUALITY-594 Send message/received message
UI](https://linear.app/warpdotdev/issue/QUALITY-594/send-messagereceived-message-ui)
- [ ] The linked issue is labeled `ready-to-spec` or
`ready-to-implement`.
- [ ] Where appropriate, screenshots or a short video of the
implementation are included below (especially for user-visible or UI
changes).
## Screenshots / Videos
Not included.
## Testing
- `cargo fmt`
- `cargo fmt --check`
- `git --no-pager diff --check`
- `cargo test -p warp orchestration --lib`
- `cargo test -p warp hidden_child --lib`
- `cargo clippy --workspace --all-targets --all-features --tests -- -D
warnings`
## Agent Mode
- [x] Warp Agent Mode - This PR was created via Warp's AI Agent Mode
- Conversation:
https://app.warp.dev/conversation/1b48f020-21b0-4b7b-a0e5-7274863bab36
- Plan: https://app.warp.dev/drive/notebook/R5oEvNd2TWKKGqNoBVs9zE
Co-Authored-By: Oz <oz-agent@warp.dev>
---------
Co-authored-by: Oz <oz-agent@warp.dev>
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Link the GitHub issue this PR addresses. Before opening this PR, please confirm:
12
12
<!--
13
13
How did you test this change? What automated tests did you add? If you didn't add any new tests, what's your justification for not adding any?
14
14
15
-
Manual testing is required for changes that can be manually tested, and almost all changes can be manually tested. If your change can be manually tested, please include screenshots or a screen recording that show it working end to end.
15
+
Manual testing is required for changes that can be manually tested, and almost all changes can be manually tested. If your change can be manually tested, please include screenshots or a screen recording that show it working end to end.
16
16
17
-
You can run the app locally using `./script/run` - see WARP.md for more details on how to get set up.
17
+
You can run the app locally using `./script/run` - see WARP.md for more details on how to get set up.
18
18
-->
19
19
20
20
-[ ] I have manually tested my changes locally with `./script/run`
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ cargo run # build and run Warp
141
141
Tests are required for most code changes:
142
142
143
143
### Manual Testing
144
-
Manual testing is required for changes that can be manually tested, and almost all changes can be manually tested. If your change can be manually tested, please include screenshots or a screen recording that show it working end to end in the PR description.
144
+
Manual testing is required for changes that can be manually tested, and almost all changes can be manually tested. If your change can be manually tested, please include screenshots or a screen recording that show it working end to end in the PR description.
145
145
146
146
You can run the app locally using `./script/run` - see [WARP.md](WARP.md) for more details on how to get set up.
0 commit comments