claude-evolve 1.8.44 → 1.8.46
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
|
@@ -150,7 +150,7 @@ $prompt"
|
|
|
150
150
|
;;
|
|
151
151
|
deepseek-openrouter)
|
|
152
152
|
local ai_output
|
|
153
|
-
ai_output=$(timeout -k 30 600 opencode -m openrouter/deepseek/deepseek-v3.2
|
|
153
|
+
ai_output=$(timeout -k 30 600 opencode -m openrouter/deepseek/deepseek-v3.2 run "$prompt" 2>&1)
|
|
154
154
|
local ai_exit_code=$?
|
|
155
155
|
;;
|
|
156
156
|
grok-code-fast-openrouter)
|