#15044: fix: refresh GitHub Copilot default model list
extensions: copilot-proxy
agents
size: XS
Cluster:
AI Provider Enhancements
## Summary
- refresh `src/providers/github-copilot-models.ts` default GitHub Copilot model IDs
- add modern GPT-5, Claude, Gemini, and Grok model IDs including `gpt-5.3-codex` and `claude-opus-4-6-fast`
- remove outdated defaults (`gpt-4o`, `gpt-4.1*`, `o1*`, `o3-mini`) from the Copilot defaults list
## Testing
- pnpm test -- src/auto-reply/thinking.test.ts src/agents/model-auth.test.ts
Closes #15014
<!-- greptile_comment -->
<h2>Greptile Overview</h2>
<h3>Greptile Summary</h3>
This change updates the hard-coded default GitHub Copilot model ID list in `src/providers/github-copilot-models.ts`, adding newer model IDs (GPT‑5, Claude, Gemini, Grok) and removing older defaults. The list is used by the provider layer to decide which Copilot-exposed models are offered/selected by default, so correctness depends on these IDs matching what Copilot actually returns/accepts.
<h3>Confidence Score: 5/5</h3>
- Mergeable now after aligning default Copilot model IDs across provider entry points.
- src/providers/github-copilot-models.ts, extensions/copilot-proxy/index.ts
<sub>Last reviewed commit: 3a6e683</sub>
<!-- greptile_other_comments_section -->
<sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub>
<!-- /greptile_comment -->
Most Similar PRs
#11447: feat(providers): add Claude models to GitHub Copilot provider
by yylonly · 2026-02-07
81.7%
#19311: feat: add github-copilot gpt-5.3-codex with xhigh support (AI-assis...
by mrutunjay-kinagi · 2026-02-17
80.0%
#13505: feat(copilot): add GitHub Enterprise Cloud (GHE.com) support for Co...
by kryptus47 · 2026-02-10
78.1%
#11782: fix: resolve 403 auth error for GithubCopilot imageModel (#10277)
by adamkoncz · 2026-02-08
78.0%
#4364: fix(github-copilot): use gho_ tokens directly without exchange
by RebelSyntax · 2026-01-30
77.4%
#11882: fix: accept openai-codex/gpt-5.3-codex model refs
by jackberger03 · 2026-02-08
77.0%
#8467: fix(github-copilot): add configurable IDE headers + fix null filtering
by ericchansen · 2026-02-04
75.9%
#23532: feat(copilot): add gpt-5.3-codex to GitHub Copilot provider with xh...
by seans-openclawbot · 2026-02-22
75.7%
#20747: feat(copilot): support Claude models with correct context windows (...
by yuf1011 · 2026-02-19
74.5%
#18697: fix: include forward-compat models in model catalog for allowlist val…
by dmitry-orabey · 2026-02-17
73.9%