Paneflow puts your branch diff and the agents reviewing it in the same workspace. You see every change, send it to one or several agents, and compare their feedback without switching windows or branches.

## Read every change on your branch [#read-every-change-on-your-branch]

Open the Diff view from the sidebar or with `Ctrl+Shift+G`. Paneflow shows every file changed since the branch diverged from its base, uncommitted work included.

You can scroll through hunks, compare additions and deletions, and toggle between a unified view and side by side. File headers stay pinned while you scroll and syntax highlighting runs on [Tree-sitter](https://tree-sitter.github.io/tree-sitter/), the same parser Zed and GitHub use.

## Compare branches without switching worktrees [#compare-branches-without-switching-worktrees]

The project view shows the diff for your current task. Multi-project mode gathers your open repos into tabs. Worktree mode lines sibling branches up side by side, one [git worktree](https://git-scm.com/docs/git-worktree) per branch, so you can read each one's progress without checking them out one by one.

## Ask several agents for a review [#ask-several-agents-for-a-review]

Every branch column has a Review button. Pick Claude Code, Codex, OpenCode, or Pi and Paneflow opens each agent in a real terminal, directly under the diff and in the right directory.

Paneflow stages the review prompt but never sends it without your approval. You read it before pressing Enter. The agent then works through the diff and returns findings tied to specific files and lines.

Launch two agents and the second one gets a more skeptical framing, so you get a genuine second opinion rather than a near-identical echo of the first.

You can also target a specific line or hunk and send it directly to an agent with a focused question.

## Review your next branch in Paneflow [#review-your-next-branch-in-paneflow]

The Diff view and agent review ship in Paneflow 0.3.7, one release after [agent sessions](/blog/agent-sessions). Download the latest build, open a project, and select Diff in the sidebar.