Skip to content

Interactive Code Review

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Review agent-generated code, leave inline comments, and have Warp's native agent or any supported third-party CLI agent apply your feedback.

Interactive Code Review lets you review, annotate, and refine code generated by any supported agent, whether that’s Warp’s native Agent or a third-party CLI agent running in Warp. Instead of relying on an AI to review another AI’s output, Warp keeps the developer in control.

You can inspect diffs, leave inline comments, batch feedback, and send all requested changes back to the agent in a single pass.

Interactive Code Review builds on Warp’s existing Code Review panel. For details on diff views, reverting hunks, opening files, and all available entry points, see the Code Review documentation.

Interactive Code Review works with any supported agent running in Warp:

  • Warp’s native Agent — the built-in agent in Agent Mode
  • Third-party CLI agents — Claude Code, OpenAI Codex, OpenCode, Amp, Auggie, Copilot CLI, Cursor CLI, Gemini CLI, Droid, and Pi

For the full feature matrix and setup details for each CLI agent, see Third-Party CLI Agents.


When an agent modifies files, Warp automatically gathers those edits into a diff. Opening the Code Review panel shows you every change the agent made.

From there, you can leave comments on specific lines or blocks, review your comment list, and submit all feedback to the agent at once. The agent applies the requested updates and returns an updated diff for further review.

This gives you a familiar pull-request style workflow inside Warp without switching editors or tools.

Select any changed line or block and add a comment describing what you want adjusted. Warp anchors each comment to the relevant file and line so the agent understands exactly what to fix.

Adding an inline comment on a changed line in the Code Review panel.

Add as many comments as you need before submitting them. The agent receives your entire batch of feedback, applies the changes in one iteration, and returns an updated diff for verification.

Adding comments directly in the Code Review view.

In the example from Kevin on the Warp team, you’ll see how to:

  • open the Code Review panel after an agent produces changes
  • browse the diffs for each edited file
  • add multiple inline comments
  • review all comments in the list view
  • send those comments to the agent for resolution
  • inspect the updated diffs once the agent applies the changes

This workflow can be repeated until the code matches your expectations.


Once you’re comfortable reviewing agent code locally, try running agents in the cloud for longer or parallel tasks.

  • Cloud Agents quickstart - Run agents on Warp’s infrastructure for background tasks like PR review, issue triage, and dependency updates.
  • Skills - Turn successful agent workflows into reusable, shareable instructions.