Summary
ax-code providers login -p claude-code (and -p gemini-cli, -p codex-cli) errors out with Unknown provider "claude-code". The CLI-bridge providers defined in packages/ax-code/src/provider/loaders.ts (CUSTOM_LOADERS) are not surfaced in the providers login command.
Workaround today: connect via the TUI /connect dialog, or hit PUT /auth/claude-code on ax-code serve directly with {type:"api",key:"cli"}.
Expected
providers login -p claude-code should accept the CLI provider id, perform the binary + auth probe (checkClaudeAuth), and store the marker.
Repro
ax-code providers login -p claude-code
# ■ Unknown provider "claude-code"
Environment
Summary
ax-code providers login -p claude-code(and-p gemini-cli,-p codex-cli) errors out withUnknown provider "claude-code". The CLI-bridge providers defined inpackages/ax-code/src/provider/loaders.ts(CUSTOM_LOADERS) are not surfaced in theproviders logincommand.Workaround today: connect via the TUI
/connectdialog, or hitPUT /auth/claude-codeonax-code servedirectly with{type:"api",key:"cli"}.Expected
providers login -p claude-codeshould accept the CLI provider id, perform the binary + auth probe (checkClaudeAuth), and store the marker.Repro
Environment