Rename empty orchestration environment label#11324
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR renames the empty orchestration environment picker label from (no environment) to Empty environment, affecting the shared picker used by orchestration controls.
Concerns
- This is a user-facing copy change, but the PR description does not include screenshots or a screen recording showing the updated picker label end to end in the affected surfaces.
- No security findings.
- No approved or repository spec context was available for comparison.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
|
|
||
| pub const ORCHESTRATION_WARP_WORKER_HOST: &str = "warp"; | ||
| pub const ORCHESTRATION_ENV_NONE_LABEL: &str = "(no environment)"; | ||
| pub const ORCHESTRATION_ENV_NONE_LABEL: &str = "Empty environment"; |
There was a problem hiding this comment.
Description
Rename the shared orchestration empty-environment picker entry from
(no environment)toEmpty environmentso the run agents card and plan card match the Oz web wording.Testing
cargo fmt --manifest-path /workspace/warp/Cargo.toml --allcargo test --manifest-path /workspace/warp/app/Cargo.toml --lib orchestration_controlscargo clippy --manifest-path /workspace/warp/app/Cargo.toml --lib --all-features --tests -- -D warnings(fails on existingwarpui_coreclippy errors unrelated to this change)I have manually tested my changes locally with
./script/runAgent Mode
CHANGELOG-NONE
Co-Authored-By: Oz oz-agent@warp.dev
Conversation: https://staging.warp.dev/conversation/da7a0d5a-8778-4d14-8754-18c944c83617
Run: https://oz.staging.warp.dev/runs/019e4149-eb76-73e5-b8ea-9de14de7e8cd
This PR was generated with Oz.