claude-evolve 1.5.26 → 1.5.27

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/ai-cli.sh +1 -1
  2. package/package.json +1 -1
package/lib/ai-cli.sh CHANGED
@@ -68,7 +68,7 @@ $prompt"
68
68
  ;;
69
69
  cursor-sonnet)
70
70
  local ai_output
71
- ai_output=$(timeout 300 cursor-agent sonnet -p "$prompt" 2>&1)
71
+ ai_output=$(timeout 300 cursor-agent sonnet-4.5 -p "$prompt" 2>&1)
72
72
  local ai_exit_code=$?
73
73
  ;;
74
74
  cursor-opus)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.5.26",
3
+ "version": "1.5.27",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",