Per-Agent Review

Review Each Agent's Work Separately

When five agents modify fifty files, reviewing everything at once is overwhelming. AgentsRoom tracks which agent changed which files. Filter by agent, review their work in isolation, and commit each contribution separately.

How Per-Agent Review Works

Every tool you need to review multi-agent code changes without losing track of who did what.

Agent Filter Tabs

When two or more agents have modified files, tabs appear at the top of the review panel. Each tab shows the agent's avatar, name, and file count. Click a tab to see only that agent's changes.

Automatic File Attribution

AgentsRoom uses two tracking methods in parallel. Terminal output parsing catches every Edit, Write, and NotebookEdit call. Git snapshot diffing catches changes made through Bash commands. Together, they attribute every modified file to the right agent.

Scoped Commits Per Agent

When an agent filter is active, the commit action only stages that agent's files. Each agent's work gets its own commit with a clear message. Your git history stays organized by contributor, even when agents work in parallel.

Filtered Keyboard Navigation

Navigate through the filtered file list with arrow keys or j/k shortcuts. The progress bar updates to reflect only the files in the current filter. Mark files as reviewed one by one until the filtered set is complete.

Auto-Follow Active Agent

Switch to an agent's terminal and the file list auto-filters to show that agent's recent changes. No need to manually select the filter. Override at any time by clicking a different tab.

File-Level Attribution

Every file in the changes panel shows which agent modified it. When multiple agents touch the same file, both are listed. You always know who changed what, with no ambiguity.

From Parallel Work to Clean Commits

Four steps from multi-agent chaos to an organized git history.

1

Agents work in parallel

Multiple Claude Code agents run simultaneously on your project. Each agent focuses on its assigned task and modifies the files it needs.

2

AgentsRoom tracks every change

As each agent works, AgentsRoom records which files it touches. Terminal parsing and git snapshot diffing capture every modification, including changes made through shell commands.

3

Filter by agent in review mode

Open review mode and click an agent's tab. The file list narrows to show only that agent's modifications. Review their diffs, ask questions about specific changes, and mark files as reviewed.

4

Commit per agent

Once you have reviewed an agent's files, commit only their changes. The commit stages just those files. Repeat for each agent to build a clean, well-attributed git history.

AgentsRoom per-agent review: filtering code changes by individual AI agent with scoped commit tabs

FAQ

How does AgentsRoom know which agent modified which file?+
AgentsRoom uses two complementary methods. First, it parses terminal output to detect Claude tool calls like Edit, Write, and NotebookEdit. Second, it takes a git snapshot before each agent starts working and diffs it when the agent finishes. This dual approach catches every modification, including changes made through Bash scripts or shell commands.
Can I review all changes at once, without filtering?+
Yes. The first tab in review mode is always 'All files', which shows every modification across all agents. Agent filtering is optional. You can review everything together and still commit all changes in a single commit.
What happens if two agents modify the same file?+
The file appears under both agents' tabs. When you filter by Agent A, you see the full diff for that file. The attribution panel shows both agents contributed to it. You can decide which agent's commit should include the file, or commit it with all changes at once.
Does this work with any number of agents?+
Yes. Agent filter tabs appear as soon as two or more agents have attributed files. The system works the same with 2 agents or 12. Each agent gets its own tab with an accurate file count.
Can I commit all agents' changes together instead of separately?+
Yes. Select the 'All files' tab and commit from there. All modified files are staged together in a single commit. Per-agent commits are an option, not a requirement.

Review Multi-Agent Code With Clarity

Download AgentsRoom and see exactly what each AI agent changed in your codebase. Free for up to 3 projects.

FreeDownload AgentsRoom

Companion app: monitor your agents on the go

Compatible with any Claude plan (Free, Pro, Max, Team, Enterprise)