Gemini fixes (#1349)

* Fix gemini yolo

* limit diff unchanged lines context to 3 lines

* fix shell command parsing

* remove the GeminiModel struct
This commit is contained in:
Solomon
2025-11-20 16:38:28 +00:00
committed by GitHub
parent 1933bb463c
commit 37f8f3c74f
10 changed files with 99 additions and 151 deletions

View File

@@ -27,13 +27,18 @@
"GEMINI": {
"DEFAULT": {
"GEMINI": {
"model": "default",
"yolo": true
}
},
"FLASH": {
"GEMINI": {
"model": "flash",
"model": "gemini-2.5-flash",
"yolo": true
}
},
"PRO": {
"GEMINI": {
"model": "gemini-3-pro-preview",
"yolo": true
}
}