Claude Code Orchestrator v2.2 Released
Just shipped a fix for the biggest usability issue: the orchestrator no longer steals window focus.
What this means:
• Run 4+ parallel Claude Code sessions in iTerm tabs
• Work in your browser, Slack, or editor while they build
• Get notified when everything merges
The technical fix was simple but impactful—replaced AppleScript's `activate` command with iTerm's native `write text`, which sends input to sessions without requiring window focus.
Today I used it to build a complete Appeal Assistant feature:
→ 4 workers spawned in parallel
→ 4 PRs created automatically
→ 4 PRs merged after CI passed
→ ~8,000 lines of code
→ All while I worked on other things
If you're using Claude Code and want to parallelize your workflow, check it out:
github.com/reshashi/claude-orchestrator
Based on Boris Cherny's patterns (creator of Claude Code).
#ClaudeCode #AI #DeveloperTools #Automation
shashimudunuri•3w ago