diff --git a/packages/ai/README.md b/packages/ai/README.md index 2b3715a2..b97638cf 100644 --- a/packages/ai/README.md +++ b/packages/ai/README.md @@ -1096,7 +1096,7 @@ const response = await complete(model, { **Note**: The OAuth token expires and needs periodic refresh. The coding agent handles this automatically. For standalone usage, you would need to implement token refresh using the refresh token stored alongside the access token. -Some GitHub Copilot models require explicit enablement in your GitHub settings before use. If you get "The requested model is not supported" error, enable the model at: https://github.com/settings/copilot/features +Some GitHub Copilot models require explicit enablement before use. If you get "The requested model is not supported" error, enable the model in VS Code: open Copilot Chat, click the model selector, select the model (marked with a warning icon), and click "Enable" to accept the terms. ## License diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index 76921d1b..1878998b 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -134,9 +134,12 @@ pi During login, you'll be prompted for an enterprise domain. Press Enter to use github.com, or enter your GitHub Enterprise Server domain (e.g., `github.mycompany.com`). -Some models require explicit enablement before use. If you get "The requested model is not supported" error, enable the model at: +Some models require explicit enablement before use. If you get "The requested model is not supported" error: -**https://github.com/settings/copilot/features** +1. Open VS Code with GitHub Copilot Chat extension +2. Open the Copilot Chat panel and click the model selector +3. Select the model (marked with a warning icon) +4. Click "Enable" to accept the terms For enterprise users, check with your organization's Copilot administrator for model availability and policies.