Skip to content

Rename empty orchestration environment label#11324

Merged
cephalonaut merged 1 commit into
masterfrom
oz-agent/empty-environment-label
May 19, 2026
Merged

Rename empty orchestration environment label#11324
cephalonaut merged 1 commit into
masterfrom
oz-agent/empty-environment-label

Conversation

@cephalonaut
Copy link
Copy Markdown
Contributor

Description

Rename the shared orchestration empty-environment picker entry from (no environment) to Empty environment so the run agents card and plan card match the Oz web wording.

Testing

  • cargo fmt --manifest-path /workspace/warp/Cargo.toml --all

  • cargo test --manifest-path /workspace/warp/app/Cargo.toml --lib orchestration_controls

  • cargo clippy --manifest-path /workspace/warp/app/Cargo.toml --lib --all-features --tests -- -D warnings (fails on existing warpui_core clippy errors unrelated to this change)

  • I have manually tested my changes locally with ./script/run

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent 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.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 19, 2026
@cephalonaut cephalonaut requested a review from szgupta May 19, 2026 17:55
@cephalonaut cephalonaut marked this pull request as ready for review May 19, 2026 19:08
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 19, 2026

@cephalonaut

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 /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@cephalonaut cephalonaut enabled auto-merge (squash) May 19, 2026 19:09
Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] For this user-facing change, please include screenshots or a screen recording demonstrating the updated empty-environment option in the affected orchestration picker surfaces end to end.

@cephalonaut cephalonaut merged commit 910f756 into master May 19, 2026
43 checks passed
@cephalonaut cephalonaut deleted the oz-agent/empty-environment-label branch May 19, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants