Skip to content

Fix computer use rejections#9872

Merged
danielpeng2 merged 1 commit intomasterfrom
daniel/fix-local-computer-use-rejection
May 2, 2026
Merged

Fix computer use rejections#9872
danielpeng2 merged 1 commit intomasterfrom
daniel/fix-local-computer-use-rejection

Conversation

@danielpeng2
Copy link
Copy Markdown
Member

@danielpeng2 danielpeng2 commented May 1, 2026

Description

Previously, if you rejected a computer use request, you'd get stuck in the computer use subagent. This is because of a line in https://github.com/warpdotdev/warp-internal/pull/24463 that prevented cancelled actions from being sent in the next request.

I synced with @vkodithala and verified that this line isn't needed for the original fix, so I'm removing.

Linked Issue

  • The linked issue is labeled ready-to-spec or ready-to-implement.
  • Where appropriate, screenshots or a short video of the implementation are included below (especially for user-visible or UI changes).

Screenshots / Videos

https://www.loom.com/share/ea23a90e5db445b0863e993612f817e2

Testing

Tested that:

  • The code review ctrl-c flow still works.
  • Rejecting a computer use request works

@cla-bot cla-bot Bot added the cla-signed label May 1, 2026
Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@danielpeng2 danielpeng2 requested a review from vkodithala May 1, 2026 23:57
@danielpeng2 danielpeng2 marked this pull request as ready for review May 1, 2026 23:57
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 1, 2026

@danielpeng2

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 removes the filter that dropped cancelled action results before prepending completed action results to the next user-submitted request, allowing cancellation/rejection results such as rejected computer-use requests to be sent back to the agent.

Concerns

  • No blocking correctness issues found in the changed hunk.
  • No security findings identified.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

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

@vkodithala vkodithala left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@danielpeng2 danielpeng2 merged commit 429dbf2 into master May 2, 2026
56 of 62 checks passed
@danielpeng2 danielpeng2 deleted the daniel/fix-local-computer-use-rejection branch May 2, 2026 02:04
zerx-lab pushed a commit to zerx-lab/warp that referenced this pull request May 3, 2026
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