Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can also authenticate using a fine-grained PAT with the "Copilot Requests" p

Launch `copilot` in a folder that contains code you want to work with.

By default, `copilot` utilizes Claude Sonnet 4.5. Run the `/model` slash command to choose from other available models, including Claude Sonnet 4 and GPT-5.
By default, `copilot` utilizes Claude Sonnet 4.6. Run the `/model` slash command to choose from other available models, including Claude Sonnet 4 and GPT-5.
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README now states the CLI’s default model is Claude Sonnet 4.6, but the changelog only notes “Add support for Claude Sonnet 4.6 model” (0.0.411) and does not mention switching the default. To avoid conflicting documentation, either (a) update the wording here to indicate 4.6 is supported/available via /model, or (b) update the changelog/release notes to explicitly record the default-model change (and ensure that’s actually true for the shipped CLI).

Suggested change
By default, `copilot` utilizes Claude Sonnet 4.6. Run the `/model` slash command to choose from other available models, including Claude Sonnet 4 and GPT-5.
By default, `copilot` uses its standard model. Run the `/model` slash command to choose from available models, including Claude Sonnet 4.6, Claude Sonnet 4, and GPT-5.

Copilot uses AI. Check for mistakes.

### Experimental Mode

Expand Down
Loading