claude-evolve 1.6.2 → 1.6.4

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 CHANGED
@@ -57,7 +57,7 @@ DEFAULT_MEMORY_LIMIT_MB=12288
57
57
  # Run: 100% local with qwen3 via Ollama
58
58
  DEFAULT_LLM_RUN="aider-qwen3"
59
59
  # Ideate: Commercial models for idea generation
60
- DEFAULT_LLM_IDEATE="gemini sonnet-think gpt5high o3high glm"
60
+ DEFAULT_LLM_IDEATE="gemini sonnet-think gpt5high o3high glm grok-4"
61
61
 
62
62
  # Load configuration from config file
63
63
  load_config() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.6.2",
3
+ "version": "1.6.4",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",
@@ -73,7 +73,7 @@ llm_cli:
73
73
  # Default configuration: 100% local code generation, commercial ideation
74
74
  # Commented out because these change over time; uncomment to override
75
75
  #run: aider-qwen3
76
- #ideate: gemini sonnet-think gpt5high o3high
76
+ #ideate: gemini sonnet-think gpt5high o3high glm grok-4
77
77
 
78
78
  # Available models:
79
79
  # - sonnet: Claude 3.5 Sonnet via Claude CLI