explainx.ai0k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsmdx readeragentsllmsdesignsdictionaryagi trackerfelony benchranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — what shipped (Sept 10, 2026)
  • What Boris Cherny shipped for /diff
  • Flexible panes: multi-monitor orchestration
  • Slash commands that matter with panes
  • What people are asking (and complaining about)
  • Honest limitations
  • Related reading
← Back to blog

explainx / blog

Claude Code Desktop Flexible Panes + Persistent /diff (Sept 2026)

Claude Code, Anthropic, Desktop App, Slash Commands, Developer Tools

Boris Cherny (Sept 10, 2026): Claude Code desktop gets flexible pane pop-out and a persistent /diff pane that scrolls, clicks, and updates in real time.

Sep 11, 2026·5 min read·Yash Thakker
add explainx.ai
go deep
Claude Code Desktop Flexible Panes + Persistent /diff (Sept 2026)

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.

Claude Code slash commands and review workflow hero

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

TL;DR — what shipped (Sept 10, 2026)

table · 2 cols
QuestionAnswer
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 mattersReview without window-switching while agents keep writing
Builds onEarlier desktop redesigns for parallel agents / subagents
Full command mapClaude 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!

XSource postOpen on X ↗

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.

table · 2 cols
CommandRole next to panes
/diffKeep open — persistent live review of uncommitted / per-turn changes
/code-reviewStructured bug + cleanup pass; ultra for cloud multi-agent review
/simplifyCleanup-only review (no bug hunt) when you want less noise
/security-reviewRead-only security pass on the branch diff
/reviewLocal 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

  1. 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 /diff before writing team docs.
  2. Review still requires humans — a live pane does not replace /code-review, tests, or PR scrutiny. It removes friction from looking.
  3. Verbosity ≠ fixed by panes — if Claude still walls of text the chat column, use Concise style / skills; the diff pane is complementary.
  4. 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 — /diff row 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.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jul 4, 2026

What Is Claude Code /radio? Claude FM, Lo-Fi, and the Pixel Art Easter Egg

@ClaudeDevs posted "/radio" with a strawberry-and-sun pixel art clip — and 400K+ developers asked the same question. It is not FM radio in your terminal. It is Claude FM: a built-in slash command that opens Anthropic's lo-fi stream while you code.

Jun 11, 2026

Claude Code Commands: Complete Slash Command Reference (2026)

Claude Code exposes 90+ slash commands for setup, parallel agents, review, memory, and shipping. This is the complete reference: what each command does, when to use it, and how they fit a typical workflow.

Sep 8, 2026

Addy Osmani Joins Anthropic to Work on Claude Code

Addy Osmani, the longtime Google Chrome engineer and widely-read web performance and developer-tools educator, announced on September 8, 2026 that he's joined Anthropic to work on Claude Code. Here's his background, why the hire is notable, and what it might signal about Claude Code's direction.