@openanalystinc/openanalyst-cli 2.0.2 → 2.0.3

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 (1) hide show
  1. package/package.json +31 -19
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@openanalystinc/openanalyst-cli",
3
- "version": "2.0.2",
4
- "description": "OpenAnalyst CLI — AI-powered code analysis agent with multi-provider LLM support",
3
+ "version": "2.0.3",
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
  },
8
8
  "scripts": {
9
- "postinstall": "node scripts/postinstall.js",
10
- "build": "node scripts/build.js"
9
+ "postinstall": "node scripts/postinstall.js"
11
10
  },
12
11
  "files": [
13
12
  "bin/",
@@ -19,16 +18,34 @@
19
18
  "keywords": [
20
19
  "cli",
21
20
  "ai",
21
+ "agent",
22
22
  "openanalyst",
23
- "code-analysis",
24
23
  "llm",
25
- "agent"
24
+ "terminal",
25
+ "tui",
26
+ "code-assistant",
27
+ "ai-agent",
28
+ "anthropic",
29
+ "claude",
30
+ "openai",
31
+ "gpt",
32
+ "gemini",
33
+ "grok",
34
+ "multi-provider",
35
+ "code-analysis",
36
+ "developer-tools",
37
+ "coding-agent",
38
+ "mcp"
26
39
  ],
27
- "author": "OpenAnalyst Inc",
40
+ "author": {
41
+ "name": "OpenAnalyst Inc",
42
+ "email": "support@openanalyst.com",
43
+ "url": "https://openanalyst.com"
44
+ },
28
45
  "license": "MIT",
29
46
  "repository": {
30
47
  "type": "git",
31
- "url": "git+https://github.com/OpenAnalystInc/openanalyst-cli.git"
48
+ "url": "git+https://github.com/OpenAnalystInc/cli.git"
32
49
  },
33
50
  "publishConfig": {
34
51
  "access": "public",
@@ -42,17 +59,12 @@
42
59
  "linux",
43
60
  "win32"
44
61
  ],
45
- "main": "index.js",
46
- "directories": {
47
- "doc": "docs",
48
- "test": "tests"
49
- },
62
+ "cpu": [
63
+ "x64",
64
+ "arm64"
65
+ ],
50
66
  "bugs": {
51
- "url": "https://github.com/OpenAnalystInc/openanalyst-cli/issues"
67
+ "url": "https://github.com/OpenAnalystInc/cli/issues"
52
68
  },
53
- "homepage": "https://github.com/OpenAnalystInc/openanalyst-cli#readme",
54
- "dependencies": {
55
- "@playwright/test": "1.52",
56
- "playwright": "1.52"
57
- }
69
+ "homepage": "https://openanalyst.com"
58
70
  }