claude-evolve 1.8.36 → 1.8.37
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
|
@@ -190,7 +190,7 @@ $prompt"
|
|
|
190
190
|
codex-oss-local)
|
|
191
191
|
# Codex-OSS via Codex CLI with Ollama backend
|
|
192
192
|
local ai_output
|
|
193
|
-
ai_output=$(timeout -k 30 2400 codex exec --dangerously-bypass-approvals-and-sandbox --skip-git-repo-check --oss "$prompt" 2>&1)
|
|
193
|
+
ai_output=$(timeout -k 30 2400 codex exec --dangerously-bypass-approvals-and-sandbox --skip-git-repo-check --oss --local-provider=ollama "$prompt" 2>&1)
|
|
194
194
|
local ai_exit_code=$?
|
|
195
195
|
;;
|
|
196
196
|
deepseek-v3-llamacloud)
|