Everything below is optional.
pane.json
Drop a pane.json in your project root to automate setup, dev server, and cleanup.
{
"scripts": {
"setup": "npm install",
"run": "npm run dev",
"archive": "npm run cleanup"
}
}- setup — runs once when a new worktree is created
- run — runs when you press Play
- archive — runs before a pane is deleted
Project Settings
Open via the gear icon next to any project in the sidebar.
- System Prompt — instructions prepended to every agent session. Repo-specific rules, coding style, context.
- Main Branch — defaults to
main. Change if you usestagingordevelop. - Run Script — override
pane.jsonfrom the UI.
Notifications
On by default. You get alerted the moment an agent finishes or needs input.
Settings → Notifications — toggle sound, status changes, waiting, and completion alerts individually.
Worktree File Sync
Gitignored files like .env are automatically copied into every new worktree. Your pane is ready to run the moment it’s created — no missing credentials, no manual copying.
Last updated on