-
Notifications
You must be signed in to change notification settings - Fork 758
Description
Describe the bug
Please see screenshot. The 0.0.356 is okay, but 0.0.357 is broken.
Affected version
0.0.357
Steps to reproduce the behavior
❯ copilot -v
0.0.357
Commit: 339872d6f
❯ copilot --model gpt-5.1-codex
error: option '--model ' argument 'gpt-5.1-codex' is invalid. Allowed choices are claude-sonnet-4.5, claude-sonnet-4, claude-haiku-4.5, gpt-5.
❯ copilot --model GPT-5.1-Codex
error: option '--model ' argument 'GPT-5.1-Codex' is invalid. Allowed choices are claude-sonnet-4.5, claude-sonnet-4, claude-haiku-4.5, gpt-5.
❯ copilot -v; npm i -g @github/[email protected]; copilot -v
0.0.357
Commit: 339872d6f
0.0.356
Commit: b2b9de5db
❯ copilot --model gpt-5.1-codex
Welcome to GitHub Copilot CLI
Version 0.0.356 · Commit b2b9de5db
Expected behavior
0.0.357 should be able to use gpt-5.1-codex
Additional context
@github/copilot - npm: https://www.npmjs.com/package/@github/copilot?activeTab=versions
0.0.357 published 2 hours ago