Commit 5ec74a4
[QUALITY-729] Promote orchestration client flags to stable (#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>1 parent 8f88307 commit 5ec74a4
3 files changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
637 | 641 | | |
638 | 642 | | |
639 | 643 | | |
| |||
917 | 921 | | |
918 | 922 | | |
919 | 923 | | |
| 924 | + | |
| 925 | + | |
920 | 926 | | |
921 | 927 | | |
922 | 928 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2946 | 2946 | | |
2947 | 2947 | | |
2948 | 2948 | | |
| 2949 | + | |
| 2950 | + | |
| 2951 | + | |
| 2952 | + | |
2949 | 2953 | | |
2950 | 2954 | | |
2951 | 2955 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
938 | | - | |
939 | 938 | | |
940 | 939 | | |
941 | 940 | | |
| |||
953 | 952 | | |
954 | 953 | | |
955 | 954 | | |
956 | | - | |
957 | | - | |
958 | | - | |
959 | | - | |
960 | | - | |
961 | 955 | | |
962 | 956 | | |
963 | 957 | | |
| |||
0 commit comments