What problem does it solve? It lets you automate and control the Supacode terminal app from scripts, other applications, or terminals where the supacode CLI is not installed, using the supacode:// URL scheme instead of manual UI interaction. ## Core Features & Use Cases - Worktree Automation: Select, run, stop, archive, pin, and delete worktrees, and create new worktrees from a repository with branch and base parameters. - Tab & Surface Control: Create, rename, focus, split, and destroy tabs and terminal surfaces, optionally passing input commands. - Repository & Settings Access: Open repositories by path and jump directly to specific settings sections such as scripts or developer options. - Use Case: From a CI script running outside Supacode, dispatch open "supacode://worktree/$SUPACODE_WORKTREE_ID/run" to trigger the primary run script for a worktree without any UI interaction. ## Quick Start Ask the AI to run the primary script for the current Supacode worktree using a supacode:// deeplink dispatched with the open command.