Skip to main content

AxiOwl Provider Docs

Each provider page describes one provider surface. The status source of truth is Provider Support Matrix.

Why Provider Pages Are Surface-Specific

Provider support is not just brand support. A brand can expose an editor integration, an agent window, a CLI, and a VSIX-backed chat surface. Those surfaces can require different installs, patches, metadata, delivery proof, and failure handling.

Plain English version: codex:agents and codex:cli are not the same thing. cursor:agents and a hypothetical Cursor CLI are not the same thing. Treating them as the same creates bad tests and bad installs.

Provider Pages

Provider surfacePageCurrent status
Codex agentsCodex Agentssupported
Codex CLICodex CLIsupported
VS Code CopilotVS Code Copilotsupported
VS Code nativeVS Code Nativesupported
Cursor agentsCursor Agentssupported
Antigravity agentsAntigravity Agentssupported
Antigravity CLIAntigravity CLItarget
Claude Code CLIClaude Code CLItarget
OpenCode CLIOpenCode CLItarget
Copilot CLICopilot CLItarget
RemoteRemoteunsupported for local-provider remediation

Provider Page Contract

Every provider page should answer:

  1. Is this surface supported, target, experimental, unsupported, or removed?
  2. How does AxiOwl deliver a message?
  3. What does the installer do?
  4. What patch, extension, MCP config, or CLI config is required?
  5. What test proof exists?
  6. What risks are known?
  7. Why is this architecture the right current choice?