Release prompt queueing to stable#12081
Conversation
Add queue_slash_command and queued_prompts_v2 to app/Cargo.toml's default feature set so prompt queueing ships to all builds (Stable included), and remove FeatureFlag::QueueSlashCommand / QueuedPromptsV2 from DOGFOOD_FLAGS. The enabled_features() bridge in app/src/features.rs already maps these cargo features to their runtime FeatureFlag variants (queued_prompts_v2 transitively enables queue_slash_command). Enabling via default rather than RELEASE_FLAGS keeps rollback a one-line change. 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 promotes prompt queueing flags to the stable default feature set and removes them from the Dogfood-only flag list.
Concerns
- The stable rollout is user-facing, but the provided PR description does not include screenshots or a screen recording demonstrating the queueing flows working end to end.
- No approved or repository spec context was provided, so there is no spec drift to report.
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
| "queue_slash_command", | ||
| "queued_prompts_v2", |
There was a problem hiding this comment.
Description
WISOTT
Agent Mode
CHANGELOG-NEW-FEATURE: Queue multiple follow-up prompts while the agent is working either by using the /queue command, prompt queueing mode (activated via a chip in the warping line), and/or by changing your default prompt submission mode to "Queue until response finishes" in settings.
Conversation: https://staging.warp.dev/conversation/9f00be34-baba-4543-94f4-79f4915048e2
Run: https://oz.staging.warp.dev/runs/019e8907-7c15-7554-86f5-79544f94774b
This PR was generated with Oz.