claude-evolve 1.8.25 → 1.8.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ai-cli.sh +1 -1
- package/package.json +1 -1
package/lib/ai-cli.sh
CHANGED
|
@@ -112,7 +112,7 @@ $prompt"
|
|
|
112
112
|
gemini-pro)
|
|
113
113
|
local ai_output
|
|
114
114
|
# Gemini needs longer timeout as it streams output while working (20 minutes)
|
|
115
|
-
ai_output=$(timeout -k 30 1800 gemini -y -m gemini-
|
|
115
|
+
ai_output=$(timeout -k 30 1800 gemini -y -m gemini-3-pro-preview -p "$prompt" 2>&1)
|
|
116
116
|
local ai_exit_code=$?
|
|
117
117
|
;;
|
|
118
118
|
gemini-flash)
|