<- back to runpane.com

glossary

what does "agent-agnostic" mean?

Agent-agnostic means the tool works with any AI coding agent. You're not locked into Claude Code, or Codex, or any one provider. If it runs in a terminal, it runs in Pane.

why this matters

AI agents are changing fast. Six months ago, the landscape looked completely different. If you build your workflow around one specific agent, you're betting that agent stays the best option. That's a risky bet.

Agent-agnostic means your workflow tool survives regardless of which agent wins. Switch from Claude Code to Codex? Your panes, worktrees, and session history stay the same. Try a new agent that just launched? Paste in the terminal command and it works.

how pane does it

Pane is a terminal host. It gives each agent an isolated terminal in an isolated git worktree. That's it. Pane doesn't proxy API calls, doesn't read agent prompts, doesn't talk to the AI provider. The agent handles all of that on its own.

This is the same reason Pane uses a CLI instead of MCP for workspace control. Every agent knows how to run shell commands. Not every agent supports MCP.

agents that work in pane

agentsupport levelwhat that means
Claude CodeBuilt-inDedicated tab, token tracking, session resume
CodexBuilt-inDedicated tab, token tracking, session resume
AiderWorks in terminalFull functionality via terminal panel
GooseWorks in terminalFull functionality via terminal panel
OpenCodeWorks in terminalFull functionality via terminal panel
Any CLI agentCustom commandPass any terminal command when creating a pane

related

- Custom Agents — how to add any CLI agent

- What Is an Agent Manager?

- What Is Agent Orchestration?

Parsa Khazaeepoul

by Parsa Khazaeepoul

Last updated June 24, 2026

frequently asked questions

or
Download*
Windows SmartScreen warningDirect downloads can show a SmartScreen warning while Pane is unsigned. Pane is fully open source, so you can audit the code and build from source yourself.1. Click More info2. Click Run anyway3. Continue the installerThe PowerShell install downloads the official release directly and avoids most browser download friction.npm global install
Paste that in PowerShell.MacLinux