AnyAgent

Supported agents

Every coding agent CLI AnyAgent drives, with each adapter’s capabilities side by side and a page per adapter.

These are the agent CLIs AnyAgent supports. detect() scans for all of them in the order below, and each has its own subpath export for targeting it directly. The table is rendered from each adapter’s own Capabilities declaration, so it always matches what the code enforces.

AgentBinaryStreamingModelRead-onlyEffortAuth statusModelsSessionsForkMCPAttachmentsSystem promptStructured outputcwd
Claude Codeclaudenativenativenativenativenativeemulatednativenativenativenativenative
Codexcodexnativenativenativenativenativenativeemulatednativeemulatedemulatednative
opencodeopencodenativenativenativenativeprobednativenativenativenativeemulatedemulatednative
Kilo Codekilonativenativenativenativeprobednativeemulatednativenativeemulatedemulatednative
Pipinativenativenativenativeprobednativeemulatednativenativenativeemulatednative
goosegoosenativenativeprobednativenativeemulatednative
Clineclinenativenativenativeprobedemulatedemulatednative
Gemini CLIgemininativenativenativeprobednativeemulatedemulatednative
Antigravityagynativenativenativeprobednativeemulatedemulatedemulatednative
Cursoragentnativenativenativenativenativenativenativeemulatedemulatednative

In the grid, native means the CLI provides the capability, emulated means AnyAgent provides it identically wherever declared, and means requesting it throws UnsupportedCapability before anything spawns; you ask for an emulated capability exactly as a native one. Auth status and Models answer discovery questions rather than gating runs, where probed means AnyAgent reads credential files and environment variables, a hint rather than a guarantee. Everything else CLI-specific lives on the adapter’s page.

Next steps

  • Run an agent: choose among the agents on the machine and reach native flags the unified interface does not cover
  • Sessions: thread a conversation across turns
  • Adding an adapter: bring another CLI into this list

On this page