-
Notifications
You must be signed in to change notification settings - Fork 34
docs: update model references to latest versions #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -101,14 +101,11 @@ droid exec --auto high "Run tests, commit, and push changes" | |
| | :---------------------------- | :--------------------------- | :-------------------------------- | :---------------- | | ||
| | `claude-opus-4-5-20251101` | Claude Opus 4.5 (default) | Yes (Off/Low/Medium/High) | off | | ||
| | `gpt-5.1-codex-max` | GPT-5.1-Codex-Max | Yes (Low/Medium/High/Extra High) | medium | | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [P1] Don’t list unsupported reasoning level This table says |
||
| | `gpt-5.1-codex` | GPT-5.1-Codex | Yes (Low/Medium/High) | medium | | ||
| | `gpt-5.1` | GPT-5.1 | Yes (None/Low/Medium/High) | none | | ||
| | `gpt-5.2` | GPT-5.2 | Yes (Low/Medium/High) | low | | ||
| | `gpt-5.2-codex` | GPT-5.2-Codex | Yes (None/Low/Medium/High/Extra High) | medium | | ||
| | `gpt-5.2` | GPT-5.2 | Yes (Off/Low/Medium/High/Extra High) | low | | ||
| | `claude-sonnet-4-5-20250929` | Claude Sonnet 4.5 | Yes (Off/Low/Medium/High) | off | | ||
| | `claude-haiku-4-5-20251001` | Claude Haiku 4.5 | Yes (Off/Low/Medium/High) | off | | ||
| | `gemini-3-pro-preview` | Gemini 3 Pro | Yes (Low/High) | high | | ||
| | `gemini-3-flash-preview` | Gemini 3 Flash | Yes (Minimal/Low/Medium/High) | high | | ||
| | `glm-4.6` | Droid Core (GLM-4.6) | None only | none | | ||
| | `gemini-3-pro-preview` | Gemini 3 Pro | Yes (None/Low/Medium/High) | high | | ||
|
|
||
| Custom models configured via [BYOK](/cli/configuration/byok) use the format: `custom:<alias>` | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[P1] Don’t claim GPT-5.2 defaults to
lowreasoning without verifyingThis changes the stated default from
mediumtolow; if the actual CLI/model default is stillmedium(or model-dependent), this is user-facing incorrect behavior guidance that will lead to confusing mismatches when people follow the docs.