File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Query every configured LLM simultaneously. Responses fan out in parallel (latenc
3333
3434| Provider | Type | Streaming | Tool Use | Reasoning | Auth |
3535| ----------| ------| -----------| ----------| -----------| ------|
36- | ** Anthropic Claude** | ` anthropic ` | SSE | Function calling | Extended thinking | API key, OAuth |
36+ | ** Anthropic Claude** | ` anthropic ` | SSE | Function calling | Extended thinking | API key |
3737| ** OpenAI (GPT, o-series)** | ` openai ` | SSE | Function calling | reasoning_effort | API key |
3838| ** Google Gemini** | ` google ` | SSE | Function calling | thinkingBudget | API key, OAuth |
3939| ** OpenAI-compatible** | ` openai_compatible ` | SSE | Function calling | reasoning_effort | API key, none |
@@ -101,7 +101,7 @@ The consensus output can drive coding actions, just like single-model assistants
101101
102102- ** API keys** stored in your OS keyring (macOS Keychain, Linux secret-service)
103103- ** Encrypted file fallback** when keyring is unavailable
104- - ** OAuth 2.0 device flow** for providers that support it (Claude, Gemini)
104+ - ** OAuth 2.0 device flow** for providers that support it (Gemini)
105105- ** Automatic token refresh** — expired OAuth tokens are refreshed using stored refresh tokens before queries fail
106106- ** No-auth mode** for local models (Ollama, etc.)
107107
You can’t perform that action at this time.
0 commit comments