Skip to content

Queue mode is ignored when sending code review comments to an in-progress agent #9925

@vkodithala

Description

@vkodithala

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

  1. Start an agent task and leave it in progress.
  2. Enable queue mode.
  3. Open the Code Review flow for the agent-generated changes.
  4. Add one or more code review comments.
  5. Submit/send the code review comments to the agent while the original task is still in progress.
  6. Observe that the comments are sent immediately to the active task rather than queued.

Artifacts

None attached.

Warp version

v0.2026.04.30.08.57.dev_00

Operating system

macOS 26.4.1 (build 25E253)

Possible source references

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:code-reviewGit diff views, review UI, review comments, and PR-focused agent flows.bugSomething isn't working.in-app-feedbackFeedback items sourced from in-app feedback flows.os:macmacOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions