@openanalystinc/openanalyst-cli 2.0.6 → 2.0.7

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # OpenAnalyst CLI
1
+ # [OpenAnalyst CLI](https://openanalystinc.github.io/cli/)
2
2
 
3
3
  **The Universal AI Agent for Your Terminal.**
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openanalystinc/openanalyst-cli",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "OpenAnalyst CLI — The Universal AI Agent for Your Terminal. 7 LLM providers (OpenAnalyst, Anthropic Claude, OpenAI GPT, Google Gemini, xAI Grok, OpenRouter, Amazon Bedrock), 65+ slash commands, 24 built-in tools, smart model routing, multi-agent orchestration, knowledge base RAG, voice input, and TUI with full tool execution.",
5
5
  "bin": {
6
6
  "openanalyst": "bin/cli.js"