erosolar-cli 1.5.6 → 1.5.8
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/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# erosolar-cli
|
|
2
2
|
|
|
3
|
-
> Thank you to Anthropic for allowing me to use Claude Code to build erosolar-cli.
|
|
3
|
+
> Thank you to [Anthropic](https://www.anthropic.com/) for allowing me to use [Claude Code](https://www.claude.com/product/claude-code) to build erosolar-cli.
|
|
4
|
+
>
|
|
5
|
+
> Thank you to [OpenAI](https://openai.com) for allowing me to use [ChatGPT](https://chatgpt.com) initially, then [Codex CLI](https://developers.openai.com/codex/cli/).
|
|
6
|
+
>
|
|
7
|
+
> As for Gemini CLI... maybe one day it'll work well enough to deserve a thank you note.
|
|
4
8
|
|
|
5
9
|
A unified AI agent framework for the command line. Multi-provider support with schema-driven tools, code intelligence, competitive RL, and transparent reasoning.
|
|
6
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "erosolar-cli",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.8",
|
|
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",
|