How to run agent review for uncommitted code for one specific project in the workspace

I only want to run the agent review for the uncommitted code of one specific project in the workspace. How can I do it in Cursor?

Hey, good request. Right now, Agent Review can’t filter to a specific project inside a workspace. It reviews all local changes compared to the main branch.

Here are a few workarounds you can try:

  1. Open only the project you need
    Instead of opening a workspace with multiple projects, open just the folder for the project you want via File > Open Folder. Then Agent Review will only see changes from that project.

  2. Use /agent-review with context
    In the agent, run /agent-review and add a note in the prompt that the review should only cover files in a specific directory. This won’t be perfect filtering, but it can help narrow the scope.

  3. Use the Source Control tab
    If your projects are in separate git repos, Source Control will show changes per repo, and you can run Agent Review from there.

The team knows that scoping Agent Review by project or folder inside a workspace can be improved. For now, the best option is to open the project you need on its own.

Let me know if any of this helps, or share your workspace structure and I can suggest the best approach.