Skip to content

Promote CloudRunners and CloudAgentRunners to stable#14010

Merged
bnavetta merged 1 commit into
masterfrom
ben/promote-cloud-runners-to-stable
Jul 20, 2026
Merged

Promote CloudRunners and CloudAgentRunners to stable#14010
bnavetta merged 1 commit into
masterfrom
ben/promote-cloud-runners-to-stable

Conversation

@bnavetta

Copy link
Copy Markdown
Contributor

Description

Promotes CloudRunners and CloudAgentRunners feature flags to stable so they are enabled for all Warp users, not just dogfood builds.

Changes:

  • app/Cargo.toml: Added cloud_runners and cloud_agent_runners to the default features array; added cloud_agent_runners = [] feature definition
  • app/src/features.rs: Added #[cfg(feature = "cloud_agent_runners")] FeatureFlag::CloudAgentRunners bridge entry
  • crates/warp_features/src/lib.rs: Removed CloudRunners and CloudAgentRunners from DOGFOOD_FLAGS (they're now in default)

Also fixes pre-existing clippy lints in warp_completer/src/completer/engine/argument/v2.rs (collapsible-if and let-and-return warnings) that were blocking the presubmit check.

Linked Issue

N/A

Testing

  • Presubmit clippy and format checks pass (./script/format, cargo clippy per ./script/presubmit)
  • 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

Conversation: https://staging.warp.dev/conversation/6bdfbd6d-ecc3-4633-8336-fb6d400ff3ee
Run: https://oz.staging.warp.dev/runs/019f7ffb-bded-715b-a1be-5664801bbd44

This PR was generated with Oz.

@cla-bot cla-bot Bot added the cla-signed label Jul 20, 2026
@bnavetta
bnavetta marked this pull request as ready for review July 20, 2026 16:26
@oz-for-oss

oz-for-oss Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

@bnavetta

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

- Add 'cloud_runners' and 'cloud_agent_runners' to default features in app/Cargo.toml
- Add cloud_agent_runners Cargo feature definition in app/Cargo.toml
- Add #[cfg(feature = "cloud_agent_runners")] bridge entry in app/src/features.rs
- Remove CloudRunners and CloudAgentRunners from DOGFOOD_FLAGS in warp_features/src/lib.rs

Co-Authored-By: Oz <oz-agent@warp.dev>
@bnavetta
bnavetta force-pushed the ben/promote-cloud-runners-to-stable branch from 986dda6 to 2880fe0 Compare July 20, 2026 16:28
@bnavetta
bnavetta requested a review from advait-m July 20, 2026 16:28

@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 CloudRunners and CloudAgentRunners to stable by enabling their Cargo features by default, wiring CloudAgentRunners into the app feature bridge, removing both flags from dogfood-only runtime defaults, and applying clippy-only completer refactors. No approved spec context was provided, and I did not find separate security concerns in the diff.

Concerns

  • The change exposes runner-related UI and CLI behavior to all stable users, but the PR does not include screenshots or a screen recording demonstrating the user-facing flows end to end, and the manual-test checkbox is unchecked.

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 +700 to +701
"cloud_runners",
"cloud_agent_runners",

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] This promotes runner-related UI and CLI behavior to all stable users, but the PR does not include screenshots or a screen recording demonstrating it working end to end; please attach visual evidence before merge.

@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.

@bnavetta
bnavetta merged commit 8d78811 into master Jul 20, 2026
27 checks passed
@bnavetta
bnavetta deleted the ben/promote-cloud-runners-to-stable branch July 20, 2026 17:00
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