@openanalystinc/openanalyst-cli 1.0.106 → 1.0.108

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": "1.0.106",
3
+ "version": "1.0.108",
4
4
  "description": "OpenAnalyst CLI — AI-powered code analysis agent with multi-provider LLM support",
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/openanalyst-cli";
10
+ const REPO = "OpenAnalystInc/cli";
11
11
  const NATIVE_DIR = path.join(__dirname, "..", "native");
12
12
 
13
13
  const PLATFORM_MAP = {