claude-evolve 1.5.31 → 1.5.32
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/config.sh +2 -2
- package/package.json +1 -1
package/lib/config.sh
CHANGED
|
@@ -54,8 +54,8 @@ DEFAULT_MAX_RETRIES=3
|
|
|
54
54
|
DEFAULT_MEMORY_LIMIT_MB=12288
|
|
55
55
|
|
|
56
56
|
# Default LLM CLI configuration - use simple variables instead of arrays
|
|
57
|
-
DEFAULT_LLM_RUN="
|
|
58
|
-
DEFAULT_LLM_IDEATE="gemini sonnet-think
|
|
57
|
+
DEFAULT_LLM_RUN="gpt5 cursor-sonnet deepseek"
|
|
58
|
+
DEFAULT_LLM_IDEATE="gemini sonnet-think gpt5high o3high glm"
|
|
59
59
|
|
|
60
60
|
# Load configuration from config file
|
|
61
61
|
load_config() {
|