erosolar-cli 1.6.8 → 1.6.11

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/README.md +22 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
  >
7
7
  > As for [Gemini CLI](https://docs.cloud.google.com/gemini/docs/codeassist/gemini-cli)... maybe one day it'll work well enough to deserve a thank you note.
8
8
 
9
+ ![Gemini](https://raw.githubusercontent.com/ErosolarAI/erosolar-by-bo/main/Gemini.png)
10
+
9
11
  A unified AI agent framework for the command line. Multi-provider support with schema-driven tools, code intelligence, competitive RL, and transparent reasoning.
10
12
 
11
13
  [![npm version](https://img.shields.io/npm/v/erosolar-cli.svg)](https://www.npmjs.com/package/erosolar-cli)
@@ -967,3 +969,23 @@ MIT
967
969
  ## Research
968
970
 
969
971
  Alpha Zero 2 Research: See `src/alpha-zero/` (TypeScript) and `python-bo-cli/erosolar_cli/alpha_zero/` (Python)
972
+
973
+ ---
974
+
975
+ ## AI Coding Agent Comparison
976
+
977
+ A comparison of AI coding agents for building complete projects from scratch:
978
+
979
+ | Agent | Screenshot |
980
+ |-------|------------|
981
+ | **Claude Code** | ![Claude](https://raw.githubusercontent.com/ErosolarAI/erosolar-by-bo/main/Claude.png) |
982
+ | **OpenAI Codex CLI** | ![Codex](https://raw.githubusercontent.com/ErosolarAI/erosolar-by-bo/main/Codex.png) |
983
+ | **Erosolar CLI** | ![Erosolar](https://raw.githubusercontent.com/ErosolarAI/erosolar-by-bo/main/Erosolar.png) |
984
+
985
+ ### Current State
986
+
987
+ **Claude Code** currently delivers the best results for creating complete projects from scratch. It successfully built a CS50 final project end-to-end and launched it without manual intervention.
988
+
989
+ **OpenAI Codex CLI** provides solid coding assistance but requires more human guidance for complex multi-step project creation.
990
+
991
+ **Erosolar CLI** is actively being developed by Bo Shang to match and eventually exceed these capabilities. The goal is to achieve the same level of autonomous project creation, constrained only by the underlying model's limits—not by the CLI tooling itself. This work is ongoing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erosolar-cli",
3
- "version": "1.6.8",
3
+ "version": "1.6.11",
4
4
  "description": "Unified AI agent framework for the command line - Multi-provider support with schema-driven tools, code intelligence, and transparent reasoning",
5
5
  "main": "dist/bin/erosolar-optimized.js",
6
6
  "type": "module",