claude-evolve 1.5.32 → 1.5.33

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.
Files changed (2) hide show
  1. package/lib/config.sh +1 -1
  2. package/package.json +1 -1
package/lib/config.sh CHANGED
@@ -54,7 +54,7 @@ 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="gpt5 cursor-sonnet deepseek"
57
+ DEFAULT_LLM_RUN="sonnet gpt5 cursor-sonnet deepseek"
58
58
  DEFAULT_LLM_IDEATE="gemini sonnet-think gpt5high o3high glm"
59
59
 
60
60
  # Load configuration from config file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.5.32",
3
+ "version": "1.5.33",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",