Skip to content
All releases

v0.3.7

In-app diffs and agent branch reviews

Released on .

Highlights

Paneflow now reviews code where you already work. v0.3.7 brings a full Git diff viewer inside the app, and lets you hand any branch to a coding agent for review in a real terminal pane, without leaving the window or pasting a diff anywhere.

Git diff viewer

Open the diff viewer from the sidebar and read your changes inside Paneflow, no context switch to a browser or a separate tool. A sidebar lists your projects and branches; pick one or several and each shows as its own column side by side. Files get a folders first tree, sticky headers that keep the current file pinned as you scroll, quick jumps between hunks, line numbers in the gutter, and a per file diffstat. Changes are word level and syntax aware, so what actually moved stands out.

Review a branch with an agent

Click Review on a branch and Paneflow opens a real terminal pane for each agent you pick (Claude Code, Codex, OpenCode, Pi), in that branch's worktree, with a compact review prompt already filled in. You press Enter and watch it run, in a real terminal, nothing hidden. Pick more than one agent for a second opinion and the second one is told to play the skeptic. While a review is running, hover any changed line and click to send that exact line straight into the agent's input.

Copy a hunk as a diff

Ctrl+Shift+C over the diff copies the hunk under your cursor as a clean unified diff, or grab the whole file from the right click menu. The diff is generated by Paneflow itself, so when you paste it into an agent there is never a wrong @@ header to trip it up.

Worktree columns

In the Worktree view, the × on a branch column now deselects that branch instead of leaving it hidden in a "N hidden" state. Re check it in the branches picker and it comes back. Shown or not, nothing in between.

Install

See the Installation section in the README. Existing installs update in place via the title bar pill.

Full Changelog: https://github.com/ArthurDEV44/paneflow/compare/v0.3.6...v0.3.7