claude-evolve 1.5.23 → 1.5.25

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
@@ -55,7 +55,7 @@ DEFAULT_MEMORY_LIMIT_MB=12288
55
55
 
56
56
  # Default LLM CLI configuration - use simple variables instead of arrays
57
57
  DEFAULT_LLM_RUN="sonnet gpt5 cursor-sonnet"
58
- DEFAULT_LLM_IDEATE="gemini sonnet-think opus-think sonnet-think gpt5high sonnet-think o3high cursor-opus"
58
+ DEFAULT_LLM_IDEATE="gemini sonnet-think sonnet-think gpt5high sonnet-think o3high"
59
59
 
60
60
  # Load configuration from config file
61
61
  load_config() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.5.23",
3
+ "version": "1.5.25",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",