Skip to content

Release prompt queueing to stable#12081

Merged
harryalbert merged 1 commit into
masterfrom
oz/release-prompt-queueing-to-prod
Jun 2, 2026
Merged

Release prompt queueing to stable#12081
harryalbert merged 1 commit into
masterfrom
oz/release-prompt-queueing-to-prod

Conversation

@harryalbert
Copy link
Copy Markdown
Contributor

@harryalbert harryalbert commented Jun 2, 2026

Description

WISOTT

Agent Mode

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

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>
@cla-bot cla-bot Bot added the cla-signed label Jun 2, 2026
@harryalbert harryalbert marked this pull request as ready for review June 2, 2026 18:31
@harryalbert harryalbert requested a review from zachbai June 2, 2026 18:31
@harryalbert harryalbert changed the title Release prompt queueing to prod (Stable) Release prompt queueing to stable Jun 2, 2026
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented Jun 2, 2026

@harryalbert

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

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

Comment thread app/Cargo.toml
Comment on lines +673 to +674
"queue_slash_command",
"queued_prompts_v2",
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 prompt queueing flows working end to end.

@harryalbert harryalbert requested a review from moirahuang June 2, 2026 19:14
Copy link
Copy Markdown
Contributor

@moirahuang moirahuang left a comment

Choose a reason for hiding this comment

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

hell yeah

@harryalbert harryalbert merged commit c4b0829 into master Jun 2, 2026
58 checks passed
@harryalbert harryalbert deleted the oz/release-prompt-queueing-to-prod branch June 2, 2026 21:59
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