claude-evolve 1.8.40 → 1.8.42
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/lib/config.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.
|
|
153
|
+
ai_output=$(timeout -k 30 600 opencode -m openrouter/deepseek/deepseek-v3.2-speciale run "$prompt" 2>&1)
|
|
154
154
|
local ai_exit_code=$?
|
|
155
155
|
;;
|
|
156
156
|
grok-code-fast-openrouter)
|
package/lib/config.sh
CHANGED
|
@@ -60,7 +60,7 @@ DEFAULT_WORKER_MAX_CANDIDATES=3
|
|
|
60
60
|
# Default LLM CLI configuration
|
|
61
61
|
DEFAULT_LLM_RUN="glm-zai kimi-coder glm-zai kimi-coder glm-zai kimi-coder codex-oss-local haiku"
|
|
62
62
|
# Ideate: Commercial models for idea generation + local fallback
|
|
63
|
-
DEFAULT_LLM_IDEATE="opus-think kimi-k2-openrouter gemini-3-pro-preview
|
|
63
|
+
DEFAULT_LLM_IDEATE="opus-think kimi-k2-openrouter gemini-3-pro-preview gpt5high grok-4-openrouter deepseek-openrouter glm-zai kimi-coder"
|
|
64
64
|
|
|
65
65
|
# Load configuration from a YAML file and update variables
|
|
66
66
|
_load_yaml_config() {
|