CodeTracked since May 19, 2026
Restrict GitHub Copilot model catalog to live-enabled models
This change makes Copilot model selection honor entitlement and policy directly from the live `/models` response: `filterModel` now excludes policy-disabled or non-picker models, and `ModelManagerOptions.dynamicIsAuthoritative=true` forces `resolveProviderModels` to keep only IDs returned by the live API, preventing stale bundled entries from persisting in merged results and cache.
GitHub Copilot/models endpointfilterModelresolveProviderModels