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.


Replies
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?
@tijogaucher git worktrees 🤔
Running Claude Code solo on Sorti means I context-switch constantly between writing features, debugging, and reviewing , which is not what it was designed for. The parallel session management is the thing I didn't know to ask for. What I'm really curious about is the diff review UX: when you're reviewing changes from multiple agents at once, how does the app surface conflicts or dependencies between their edits? That seems like the genuinely hard problem
been running 2-3 parallel claude code sessions manually for months and the context switching kills focus. if this actually solves isolation + visibility it's a day-1 install for me
Parallel agent sessions is the part most teams will underestimate — running 2–3 Claude Code instances manually, the kill-shot is losing track of which session edited what. Curious: does the diff review UI group changes by agent or by file, and can you replay a session's reasoning chain when auditing?