feat: add gemini-acp provider, update docs on subscription models + improvements to codex (#8000)

Signed-off-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
Michael Neale
2026-03-19 13:20:45 +11:00
committed by GitHub
parent 4e7a572497
commit 5be96c1ab2
12 changed files with 269 additions and 18 deletions
+1 -1
View File
@@ -589,7 +589,7 @@ impl ProviderDef for ClaudeCodeProvider {
ProviderMetadata::new(
CLAUDE_CODE_PROVIDER_NAME,
"Claude Code CLI",
"Requires claude CLI installed, no MCPs. Use Anthropic provider for full features.",
"[Deprecated: use claude-acp instead] Requires claude CLI installed, no MCPs. Use claude-acp for ACP support with extensions.",
CLAUDE_CODE_DEFAULT_MODEL,
// Only a few agentic choices; fetched dynamically via fetch_supported_models.
vec![],