What we built: Scape is a macOS menu bar app that sits on top of Claude Code and gives you:
- One-click worktrees: click a button, get a new git worktree with a Claude session already working on it. Develop in parallel without leaving your current branch. - Toolkit: per-session actions like "Create PR", "Commit & Push", "Run & Fix Tests." Add your own with bash scripts or prompts. - Orchestrators: auto-answer questions, auto-approve tools, set custom instructions. Sessions run autonomously while you work on something else.
It monitors all your Claude Code sessions across iTerm2 terminals, so you always know what's happening at a glance.
Privacy: Everything is stored locally at ~/.claude/scape/. No code or terminal content leaves your machine.
We'd love feedback, especially on what workflows you'd want to automate. We're planning to add A LOT more over the coming weeks, specifically around embedded terminals and more automation.
macOS 14+ only for now (more terminal & agent model support coming).
jhorman•29m ago
Wrapping worktrees + sessions into one place with some common actions actually seems pretty useful. Curious to try it out and see how it feels in practice.