Skip to content

[QUALITY-729] Promote orchestration client flags to stable#11040

Merged
cephalonaut merged 2 commits into
masterfrom
matthew/prod-flag-flips
May 16, 2026
Merged

[QUALITY-729] Promote orchestration client flags to stable#11040
cephalonaut merged 2 commits into
masterfrom
matthew/prod-flag-flips

Conversation

@cephalonaut

@cephalonaut cephalonaut commented May 15, 2026

Copy link
Copy Markdown
Contributor

Description

Promotes orchestration client flags to stable defaults: orchestration v2, orchestration pill bar, shared-session viewer pill bar, and the run_agents tool call UI. Adds missing Cargo feature declarations and runtime bridges for viewer pill bar and run_agents so stable builds enable the corresponding FeatureFlags. Removes these flags from Preview/Dogfood runtime lists now that they are enabled by default.

Testing

  • cargo fmt --check --manifest-path /Users/matthew/src/prod-flag-flips/warp/Cargo.toml --package warp
  • cargo check --manifest-path /Users/matthew/src/prod-flag-flips/warp/Cargo.toml -p warp_features
  • git --no-pager -C /Users/matthew/src/prod-flag-flips/warp diff --check origin/master...HEAD

Not manually tested with ./script/run; this is a feature-flag promotion/configuration change.

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

Agent Mode conversation: https://staging.warp.dev/conversation/b829bb7c-66d9-4f95-ada5-8d3efe85b94a

Co-Authored-By: Oz oz-agent@warp.dev

Changelog Entries for Stable

CHANGELOG-OZ: Agent orchestration enabled for Stable.

cephalonaut and others added 2 commits May 15, 2026 15:34
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 15, 2026
@cephalonaut cephalonaut marked this pull request as ready for review May 15, 2026 19:47
@oz-for-oss

oz-for-oss Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

@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

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

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.

Overview

This PR promotes orchestration client feature flags to stable defaults and adds compile-time feature bridges for the shared-session viewer pill bar and run_agents tool UI.

Concerns

  • The change enables user-facing orchestration UI in stable, but the PR does not include screenshots or a screen recording demonstrating the behavior end to end.

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

Comment thread app/Cargo.toml
Comment on lines +634 to +637
"orchestration_v2",
"orchestration_pill_bar",
"orchestration_viewer_pill_bar",
"run_agents_tool",

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 stable rollout, please include screenshots or a screen recording demonstrating the orchestration UI working end to end.

@cephalonaut cephalonaut changed the title Promote orchestration client flags to stable [QUALITY-729] Promote orchestration client flags to stable May 15, 2026

@advait-m advait-m left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@advait-m

advait-m commented May 15, 2026

Copy link
Copy Markdown
Member

Description

Promotes orchestration client flags to stable defaults: orchestration v2, orchestration pill bar, shared-session viewer pill bar, and the run_agents tool call UI. Adds missing Cargo feature declarations and runtime bridges for viewer pill bar and run_agents so stable builds enable the corresponding FeatureFlags. Removes these flags from Preview/Dogfood runtime lists now that they are enabled by default.

Testing

  • cargo fmt --check --manifest-path /Users/matthew/src/prod-flag-flips/warp/Cargo.toml --package warp
  • cargo check --manifest-path /Users/matthew/src/prod-flag-flips/warp/Cargo.toml -p warp_features
  • git --no-pager -C /Users/matthew/src/prod-flag-flips/warp diff --check origin/master...HEAD

Not manually tested with ./script/run; this is a feature-flag promotion/configuration change.

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

Agent Mode conversation: https://staging.warp.dev/conversation/b829bb7c-66d9-4f95-ada5-8d3efe85b94a

Co-Authored-By: Oz oz-agent@warp.dev

oh we should add a changelog line into this PR description for Stable @cephalonaut though I'm guessing we'll manually edit channel-versions later too

@cephalonaut

Copy link
Copy Markdown
Contributor Author

Done

@cephalonaut cephalonaut merged commit 5ec74a4 into master May 16, 2026
58 checks passed
@cephalonaut cephalonaut deleted the matthew/prod-flag-flips branch May 16, 2026 03:40
lawsmd pushed a commit to lawsmd/cortex that referenced this pull request May 22, 2026
…v#11040)

## Description
Promotes orchestration client flags to stable defaults: orchestration
v2, orchestration pill bar, shared-session viewer pill bar, and the
run_agents tool call UI. Adds missing Cargo feature declarations and
runtime bridges for viewer pill bar and run_agents so stable builds
enable the corresponding FeatureFlags. Removes these flags from
Preview/Dogfood runtime lists now that they are enabled by default.

## Testing
- [x] `cargo fmt --check --manifest-path
/Users/matthew/src/prod-flag-flips/warp/Cargo.toml --package warp`
- [x] `cargo check --manifest-path
/Users/matthew/src/prod-flag-flips/warp/Cargo.toml -p warp_features`
- [x] `git --no-pager -C /Users/matthew/src/prod-flag-flips/warp diff
--check origin/master...HEAD`

Not manually tested with `./script/run`; this is a feature-flag
promotion/configuration change.

## Agent Mode
- [x] Warp Agent Mode - This PR was created via Warp's AI Agent Mode

Agent Mode conversation:
https://staging.warp.dev/conversation/b829bb7c-66d9-4f95-ada5-8d3efe85b94a

Co-Authored-By: Oz <oz-agent@warp.dev>

## Changelog Entries for Stable
CHANGELOG-OZ: Agent orchestration enabled for Stable.

Co-authored-by: Oz <oz-agent@warp.dev>
Stoica-Mihai pushed a commit to Stoica-Mihai/warp that referenced this pull request Jun 5, 2026
…v#11040)

## Description
Promotes orchestration client flags to stable defaults: orchestration
v2, orchestration pill bar, shared-session viewer pill bar, and the
run_agents tool call UI. Adds missing Cargo feature declarations and
runtime bridges for viewer pill bar and run_agents so stable builds
enable the corresponding FeatureFlags. Removes these flags from
Preview/Dogfood runtime lists now that they are enabled by default.

## Testing
- [x] `cargo fmt --check --manifest-path
/Users/matthew/src/prod-flag-flips/warp/Cargo.toml --package warp`
- [x] `cargo check --manifest-path
/Users/matthew/src/prod-flag-flips/warp/Cargo.toml -p warp_features`
- [x] `git --no-pager -C /Users/matthew/src/prod-flag-flips/warp diff
--check origin/master...HEAD`

Not manually tested with `./script/run`; this is a feature-flag
promotion/configuration change.

## Agent Mode
- [x] Warp Agent Mode - This PR was created via Warp's AI Agent Mode

Agent Mode conversation:
https://staging.warp.dev/conversation/b829bb7c-66d9-4f95-ada5-8d3efe85b94a

Co-Authored-By: Oz <oz-agent@warp.dev>

## Changelog Entries for Stable
CHANGELOG-OZ: Agent orchestration enabled for Stable.

Co-authored-by: Oz <oz-agent@warp.dev>
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