docs(docs/ai-coder/ai-gateway/clients): update VS Code to reflect 1.122 Custom Endpoint support#26126
Open
matifali wants to merge 2 commits into
Open
docs(docs/ai-coder/ai-gateway/clients): update VS Code to reflect 1.122 Custom Endpoint support#26126matifali wants to merge 2 commits into
matifali wants to merge 2 commits into
Conversation
Docs preview📖 View docs preview for |
…22 Custom Endpoint support - Replace deprecated customoai vendor with customendpoint provider - Add apiType field (responses for OpenAI, messages for Anthropic) - Add Anthropic provider setup using Messages API type - Note that GitHub sign-in is not required (air-gapped environments) - Add limitation callout for inline suggestions - Reflect UI-first flow for API key entry (stored securely by VS Code) - Update compatibility table: Anthropic now supported
a7c62a3 to
75e7442
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the VS Code AI Gateway client docs to reflect the Custom Endpoint provider introduced in VS Code 1.121 (Insiders) and promoted to Stable in 1.122.
Changes
docs/ai-coder/ai-gateway/clients/vscode.mdcustomoaivendor withcustomendpointapiTypefield (responsesfor OpenAI,messagesfor Anthropic)…/aibridge/anthropic)docs/ai-coder/ai-gateway/clients/index.md❌ → ✅Research notes
customoai) provider which is now deprecated.apiType: "messages"+ base URL…/api/v2/aibridge/anthropic(Coder's gateway accepts the Coder session token asx-api-key).apiType: "responses"+ base URL…/api/v2/aibridge/openai.${input:chat.lm.secret.XXXXX}in the JSON.