Skip to content

Commit d88f2dc

Browse files
authored
Merge pull request #131 from gotalab/chore/update-gemini-model
Update gemini-cli recommended model to Gemini 3 Flash
2 parents 421eb6a + 30379ad commit d88f2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cc-sdd/src/agents/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const agentDefinitions = {
140140
description:
141141
'Installs kiro prompts in `.gemini/commands/kiro/`, shared settings in `{{KIRO_DIR}}/settings/`, and an AGENTS.md quickstart.',
142142
aliasFlags: ['--gemini-cli', '--gemini'],
143-
recommendedModels: ['Gemini 2.5 Pro or newer'],
143+
recommendedModels: ['Gemini 3 Flash or newer'],
144144
layout: {
145145
commandsDir: '.gemini/commands/kiro',
146146
agentDir: '.gemini',

0 commit comments

Comments
 (0)