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
fix: use OpenAI-compatible format for all Copilot models and add required headers
Switch from @ai-sdk/anthropic to @ai-sdk/openai-compatible for all models
since the Copilot API only supports OpenAI chat completions format. Add
required Copilot headers (Editor-Plugin-Version, User-Agent, openai-intent,
x-github-api-version) and update default model to claude-sonnet-4.6.
0 commit comments