claude-evolve 1.9.9 → 1.9.10
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 +2 -2
- package/package.json +1 -1
package/lib/ai-cli.sh
CHANGED
|
@@ -145,13 +145,13 @@ $prompt"
|
|
|
145
145
|
;;
|
|
146
146
|
glm-openrouter)
|
|
147
147
|
local ai_output
|
|
148
|
-
ai_output=$(timeout -k 30 600 opencode -m openrouter/z-ai/glm-4.
|
|
148
|
+
ai_output=$(timeout -k 30 600 opencode -m openrouter/z-ai/glm-4.7 run "$prompt" 2>&1)
|
|
149
149
|
local ai_exit_code=$?
|
|
150
150
|
;;
|
|
151
151
|
glm-zai)
|
|
152
152
|
# GLM -- can be slow sometimes
|
|
153
153
|
local ai_output
|
|
154
|
-
ai_output=$(timeout -k 30 1800 opencode -m zai-coding-plan/glm-4.
|
|
154
|
+
ai_output=$(timeout -k 30 1800 opencode -m zai-coding-plan/glm-4.7 run "$prompt" 2>&1)
|
|
155
155
|
local ai_exit_code=$?
|
|
156
156
|
;;
|
|
157
157
|
deepseek-openrouter)
|