claude-evolve 1.5.12 → 1.5.13

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.
@@ -559,14 +559,14 @@ print(f'max_desc=\"{desc_escaped}\"')
559
559
  done
560
560
  fi
561
561
 
562
- # Add novel candidates
563
- if [[ -s "$novel_file" ]] && [[ $(wc -l < "$novel_file") -gt 1 ]]; then
564
- if [[ $gen_plots_added -gt 0 ]]; then
565
- plot_cmd="$plot_cmd, \\"$'\n'
566
- fi
567
- plot_cmd="${plot_cmd} \"$novel_file\" using 1:3 with points pointtype 8 pointsize $winner_dot_size linecolor rgb \"#ff1493\" title \"Novel Candidates\""
568
- ((gen_plots_added++))
569
- fi
562
+ # Add novel candidates - DISABLED to reduce chart clutter
563
+ # if [[ -s "$novel_file" ]] && [[ $(wc -l < "$novel_file") -gt 1 ]]; then
564
+ # if [[ $gen_plots_added -gt 0 ]]; then
565
+ # plot_cmd="$plot_cmd, \\"$'\n'
566
+ # fi
567
+ # plot_cmd="${plot_cmd} \"$novel_file\" using 1:3 with points pointtype 8 pointsize $winner_dot_size linecolor rgb \"#cccccc\" title \"Novel Candidates\""
568
+ # ((gen_plots_added++))
569
+ # fi
570
570
 
571
571
  # Add winner point
572
572
  if [[ -n $max_id && -s "$winner_file" ]]; then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",