erosolar-cli 1.5.7 → 1.5.9

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
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
4
  >
5
- > Thank you to OpenAI for allowing me to use ChatGPT initially, then Codex CLI.
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
6
  >
7
- > As for Gemini CLI... maybe one day it'll work well enough to deserve a thank you note.
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
9
  A unified AI agent framework for the command line. Multi-provider support with schema-driven tools, code intelligence, competitive RL, and transparent reasoning.
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erosolar-cli",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
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",