-
Notifications
You must be signed in to change notification settings - Fork 296
Promote Google Gemini CLI from experimental to GA #17656
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
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -6899,7 +6899,7 @@ | |||||
| { | ||||||
| "type": "string", | ||||||
| "enum": ["claude", "codex", "copilot", "gemini"], | ||||||
| "description": "Simple engine name: 'claude' (default, Claude Code), 'copilot' (GitHub Copilot CLI), 'codex' (OpenAI Codex CLI), or 'gemini' (Google Gemini CLI - experimental)" | ||||||
| "description": "Simple engine name: 'claude' (default, Claude Code), 'copilot' (GitHub Copilot CLI), 'codex' (OpenAI Codex CLI), or 'gemini' (Google Gemini CLI)" | ||||||
|
||||||
| "description": "Simple engine name: 'claude' (default, Claude Code), 'copilot' (GitHub Copilot CLI), 'codex' (OpenAI Codex CLI), or 'gemini' (Google Gemini CLI)" | |
| "description": "Simple engine name: 'claude' (Claude Code), 'copilot' (default, GitHub Copilot CLI), 'codex' (OpenAI Codex CLI), or 'gemini' (Google Gemini CLI)" |
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.
These generated frontmatter comments say the engine defaults to
copilot(line 1250) but then describe Option 1 as'claude' (default, Claude Code)which contradicts both the docs and actual default behavior. Please update the Option 1 description to markcopilotas the default engine (and consider aligning the exampleengine: "claude"if it’s intended to demonstrate the default).See below for a potential fix: