Claude Code Desktop App Redesigned - Run parallel coding agents from one desktop workspace

by
Claude Code's desktop app is redesigned for parallel agentic coding. Run sessions across multiple repos, review diffs, edit files, and ship without leaving the app. Built for developers running Claude Code on Pro, Max, Team, or Enterprise.

Add a comment

Replies

Best

the summary view mode is the most underrated part of this.  been running claude code for months — verbose output is the constant friction. you end up reading claude's narration instead of the diff. having that as a first-class toggle at the session level, not a system prompt hack, changes the actual workflow.

Will there be a Linux version? 🤞

awesome!!

useful stuff ! i like it , what programing language is it native in?

  Mostly python if my memory serves.

is this mac only

I've been using primarily Claude Code CLI so this will be very interesting to try out later this week. Having everything visible in one window sounds like a treat. I might find I needed this more than I could have anticipated, as someone that's used to the CLI and Linux Terminal I look forward to exploring this. Thank you

Just upgraded v1.3036.0. If you set any

env vars for terminal use (API keys, model overrides, custom base URLs), the Desktop app will pick them up and break with cryptic 400 errors.

Fix: move terminal-only vars to .zshrc (interactive shells only) and clear the macOS launchd cache:

launchctl setenv YOUR_VAR_NAME ""  

Then Cmd+Q and relaunch.

Fixed the env bug in 15 minutes. Upgraded to Opus 4.7. Back to building.

This is interesting, can I use it on the MAC? Is there a display option for UI config instead of CLI?

Is this a blog post title or a product launch? who cares?

parallel agents in one workspace is the part i'm most curious about — how do you handle merge conflicts when two sessions touch the same file? does it surface them or just let the last write win?

 git worktrees 🤔

12
Next
Last