Skip to content

Commit 1828c94

Browse files
Refactor: Update git-committer model to Gemini Flash Lite Preview
This change updates the model used by the git-committer agent configuration to google/gemini-2.5-flash-lite-preview-09-2025. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent fd45f06 commit 1828c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/git-committer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type {
88
const definition: AgentDefinition = {
99
id: 'git-committer',
1010
displayName: 'Mitt the Git Committer',
11-
model: 'openai/gpt-5-nano',
11+
model: 'google/gemini-2.5-flash-lite-preview-09-2025',
1212

1313
publisher,
1414
toolNames: ['read_files', 'run_terminal_command', 'add_message', 'end_turn'],

0 commit comments

Comments
 (0)