On September 10, 2026, Boris Cherny — creator of Claude Code — shipped the review surface many parallel-agent users were missing: /diff is now a persistent pane you can scroll and click, updating in real time while Claude keeps editing.
That lands alongside flexible pane management on Claude Code desktop: pop any pane into its own window, build custom layouts for chats / editors / previews, and run multiple sessions side-by-side. Coding agents are shifting from chat-only to orchestration + review — panes are the layout layer; /diff is the review surface.

TL;DR — what shipped (Sept 10, 2026)
| Question | Answer |
|---|---|
| What's new on desktop? | Pop out any pane; custom multi-window layouts; side-by-side sessions |
What's new for /diff? | Persistent, scrollable, clickable pane with real-time updates |
Who announced /diff? | Boris Cherny (tweet) |
| Why it matters | Review without window-switching while agents keep writing |
| Builds on | Earlier desktop redesigns for parallel agents / subagents |
| Full command map | Claude Code slash commands reference |
What Boris Cherny shipped for /diff
Cherny's post is the primary source for the diff behavior:
Just landed: /diff is now a persistent pane that you can scroll and click. It updates in real-time. For the times when you want to see the code without having to switch windows. Enjoy!
Before this, /diff was already listed in Anthropic's command surface as an interactive viewer for uncommitted and per-turn diffs — explainx.ai's complete slash commands guide documented it that way. The September change is persistence + live updates + click/scroll affordances: the pane stays open as a first-class review surface instead of a momentary switch.
Practitioner read: treat /diff like an IDE diff panel that stays docked (or popped out) while the agent runs — not like a one-shot git diff dump you re-run after every turn.
Flexible panes: multi-monitor orchestration
Community summaries of the desktop update (same news cycle) emphasize layout, not just /diff:
- Pop out any pane into its own OS window
- Custom layouts mixing chats, editors, and previews
- Multiple sessions visible side-by-side
That continues the trajectory from built-in desktop browser (July) and resuming CLI sessions in the desktop app (August): Claude Code desktop is becoming a workspace, not a thin chat wrapper around the CLI.
If you already run subagents and multi-agent workflows or background agents from the 2.1.191 era, side-by-side panes are the UI that matches that concurrency model. Keyboard-heavy CLI users still want the shortcuts reference; desktop users now get spatial layout as the other half of the harness.
Slash commands that matter with panes
Don't duplicate the full commands catalog here — use this as a review stack with panes open, then jump to the slash commands reference for flags and aliases.
| Command | Role next to panes |
|---|---|
/diff | Keep open — persistent live review of uncommitted / per-turn changes |
/code-review | Structured bug + cleanup pass; ultra for cloud multi-agent review |
/simplify | Cleanup-only review (no bug hunt) when you want less noise |
/security-review | Read-only security pass on the branch diff |
/review | Local PR review when the change is already on a PR |
Suggested flow: leave /diff visible on a second monitor or popped window → let Claude implement → skim the live pane → run /code-review or /security-review before you merge. Pair with loop engineering when the agent is on a long /loop or /goal run and you need continuous visibility into what landed.
What people are asking (and complaining about)
Multi-monitor praise. Early reactions highlight the obvious win: chat on one display, diff/preview on another, without alt-tabbing through the agent's turn stream.
Wordiness still bites. Separately from panes, community tips still push "tldr" / shorter replies. That complaint is older than this ship — Anthropic already added a Concise output style in August. Persistent /diff helps because you can read the code instead of waiting for Claude to narrate every hunk.
The "coding is solved" joke. One reply (maria) riffed on Cherny's "see the code" framing: "I thought coding was solved? why do I need to read the code!" — funny, and also the honest product truth. Agents write faster than humans review; the product bet here is making review spatial and continuous, not optional.
Desktop vs CLI. Confirm behavior on your build. Pane pop-out is a desktop-shell feature; /diff's persistent-pane UX is announced in that context. CLI users should check whether their version still shows a transient viewer versus a docked pane — and whether /desktop / /app is the bridge when you need the layout shell.
Honest limitations
- Verify version / app build — Cherny's post is the announcement; exact desktop build numbers and CLI parity are not fully spelled out in the tweet alone. Update the desktop app and re-check
/diffbefore writing team docs. - Review still requires humans — a live pane does not replace
/code-review, tests, or PR scrutiny. It removes friction from looking. - Verbosity ≠ fixed by panes — if Claude still walls of text the chat column, use Concise style / skills; the diff pane is complementary.
- Cowork / browser panes are adjacent, not the same — Claude Cowork's built-in browser and Claude Code's browser pane solve web visibility; this update is about layout + diff review for coding sessions.
Related reading
- Claude Code Commands: Complete Slash Command Reference —
/diffrow updated for persistent-pane behavior - Claude Code desktop built-in browser (July 2026)
- Resume terminal sessions in the Claude Code desktop app
- Claude Code keyboard shortcuts complete reference
- Claude Code 2.1.191: rewind, MCP, background agents
- Claude Code subagents and multi-agent workflows
- Claude Cowork built-in browser
- Loop engineering for coding agents
- Claude Code Concise output style
Primary source: Boris Cherny on X — /diff persistent pane · Claude Code Commands docs · Claude Code desktop docs
Flexible pane pop-out and persistent /diff details reflect Boris Cherny's September 10, 2026 announcement and contemporaneous community summaries. Desktop build numbers, CLI parity, and exact pop-out affordances may change — verify on your installed Claude Code desktop app and /release-notes before relying on this in runbooks.
