-
Notifications
You must be signed in to change notification settings - Fork 4k
Queue mode is ignored when sending code review comments to an in-progress agent #9925
Copy link
Copy link
Open
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:code-reviewGit diff views, review UI, review comments, and PR-focused agent flows.Git diff views, review UI, review comments, and PR-focused agent flows.bugSomething isn't working.Something isn't working.in-app-feedbackFeedback items sourced from in-app feedback flows.Feedback items sourced from in-app feedback flows.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:code-reviewGit diff views, review UI, review comments, and PR-focused agent flows.Git diff views, review UI, review comments, and PR-focused agent flows.bugSomething isn't working.Something isn't working.in-app-feedbackFeedback items sourced from in-app feedback flows.Feedback items sourced from in-app feedback flows.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Summary
Queue mode is not respected when code review comments are submitted to an agent that already has a task in progress. Instead of creating a queued code review action, the submitted review comments are sent immediately and appear to adjust the currently running task.
Problem
When a user has queue mode enabled, new agent requests should wait behind the in-progress task. Code review feedback currently appears to bypass that queueing behavior: sending comments from the Code Review flow immediately forwards the feedback into the active agent run. This makes it difficult to finish the current task unchanged and then handle code review feedback as the next discrete action.
Expected behavior
With queue mode enabled, submitting code review comments while an agent task is in progress should enqueue a separate code review action. The active task should continue without being modified by the review comments until the queued action is processed.
Actual behavior
Submitting code review comments sends them automatically to the agent immediately. The feedback adjusts the in-progress task instead of being queued as a separate code review action.
Reproduction steps or desired workflow
Artifacts
None attached.
Warp version
v0.2026.04.30.08.57.dev_00
Operating system
macOS 26.4.1 (build 25E253)
Possible source references