@openanalystinc/openanalyst-cli 2.0.4 → 2.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openanalystinc/openanalyst-cli",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
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"
@@ -7,7 +7,7 @@ const os = require("os");
7
7
  const https = require("https");
8
8
 
9
9
  const PACKAGE_VERSION = require("../package.json").version;
10
- const REPO = "OpenAnalystInc/cli";
10
+ const REPO = "AnitChaudhry/openanalyst-cli";
11
11
  const NATIVE_DIR = path.join(__dirname, "..", "native");
12
12
 
13
13
  const PLATFORM_MAP = {