claude-evolve 1.6.13 → 1.6.14

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.
@@ -158,11 +158,7 @@ call_ai_for_evolution() {
158
158
  fi
159
159
  fi
160
160
 
161
- # For models that output to stdout (not in-place editors like aider), write the output to the target file.
162
- # Aider-qwen3/qwen3 handles file modification internally, so for those, ai_output will be empty.
163
- if [[ -n "$ai_output" ]]; then
164
- echo "$ai_output" > "$target_file"
165
- fi
161
+
166
162
 
167
163
  # Check if the target file was actually modified
168
164
  local file_was_modified=false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.6.13",
3
+ "version": "1.6.14",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",