You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai-coder/ai-bridge/client-config.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,23 +102,23 @@ Users can generate a long-lived API key from the Coder UI or CLI. Follow the ins
102
102
103
103
The table below shows tested AI clients and their compatibility with AI Bridge. Click each client name for vendor-specific configuration instructions. Report issues or share compatibility updates in the[aibridge](https://github.com/coder/aibridge) issue tracker.
|[Claude Code](https://docs.claude.com/en/docs/claude-code/settings#environment-variables)| -| ✅| Works out of the box and can be preconfigured in templates.|
108
-
| Claude Code (VS Code)| -| ✅| May require signing in once; afterwards respects workspace environment variables.|
109
-
| Cursor| ❌| ❌| Support dropped for`v1/chat/completions` endpoints;`v1/responses` support is in progress[#16](https://github.com/coder/aibridge/issues/16)|
110
-
|[Roo Code](https://docs.roocode.com/features/api-configuration-profiles#creating-and-managing-profiles)| ✅| ✅| Use the**OpenAI Compatible** provider with the legacy format to avoid`/v1/responses`.|
111
-
|[Codex CLI](https://github.com/openai/codex/blob/main/docs/config.md#model_providers)|✅| N/A|`gpt-5-codex` support is[in progress](https://github.com/coder/aibridge/issues/16).|
112
-
|[GitHub Copilot (VS Code)](https://code.visualstudio.com/docs/copilot/customization/language-models#_add-an-openaicompatible-model)| ✅| ❌| Requires the pre-release extension. Anthropic endpoints are not supported.|
|[Claude Code](https://docs.claude.com/en/docs/claude-code/settings#environment-variables)| -| ✅| Works out of the box and can be preconfigured in templates.|
108
+
| Claude Code (VS Code)| -| ✅| May require signing in once; afterwards respects workspace environment variables.|
109
+
| Cursor| ❌| ❌| Support dropped for`v1/chat/completions` endpoints;`v1/responses` support is in progress[#16](https://github.com/coder/aibridge/issues/16)|
110
+
|[Roo Code](https://docs.roocode.com/features/api-configuration-profiles#creating-and-managing-profiles)| ✅| ✅| Use the**OpenAI Compatible** provider with the legacy format to avoid`/v1/responses`.|
111
+
|[Codex CLI](https://github.com/openai/codex/blob/main/docs/config.md#model_providers)|⚠️| N/A|• Use v0.58.0 (`npm install -g @openai/codex@0.58.0`). Newer versions have a[bug](https://github.com/openai/codex/issues/8107) breaking the request payload. <br/>•`gpt-5-codex` support is[in progress](https://github.com/coder/aibridge/issues/16).|
112
+
|[GitHub Copilot (VS Code)](https://code.visualstudio.com/docs/copilot/customization/language-models#_add-an-openaicompatible-model)| ✅| ❌| Requires the pre-release extension. Anthropic endpoints are not supported.|