Skip to Content
Custom Agents

Pane is agent-agnostic. Open a terminal, run your agent.

Terminal — my-feature
$ your-agent --flag
Agent started...
Reading project files...
✓ Task complete
$

Any CLI agent — Aider, Goose, Amp, Devin CLI, your own script — runs inside a Pane worktree the same way it runs in a plain terminal. The agent gets an isolated branch, the diff view tracks its changes, and you commit and push with the same shortcuts.

Custom Shortcuts

Assign keyboard shortcuts to the commands you run most often.

  1. Open Settings → Shortcuts with ++/ (macOS) or Ctrl++/ (Windows/Linux)
  2. Click Add Shortcut
  3. Fill in a key, a label, and the command to run
  4. Press ++<key> in any pane’s terminal to paste that command instantly

Custom shortcuts paste the command text into the active terminal — they don’t execute it automatically. Press Enter to run.

Example shortcuts

LabelKeyCommand
Launch Aider1aider --model gpt-4o
Launch Amp2amp
Reset & retryRgit checkout -- . && your-agent
If you want Pane to have first-class support for your agent (dedicated panel, token tracking, session resume), contributions are welcome.See ADDING_NEW_CLI_TOOLS.md in the Pane repository for the integration spec.
Last updated on