argus-ai 0.5.3 → 0.5.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.
Files changed (2) hide show
  1. package/bin/argus +1 -1
  2. package/package.json +1 -1
package/bin/argus CHANGED
@@ -13,7 +13,7 @@ if (process.platform === "win32") {
13
13
 
14
14
  if (!fs.existsSync(binary)) {
15
15
  console.error(
16
- "argus binary not found. Run `npm install` or `npx argus-ai` to download it."
16
+ "argus binary not found. Run `npm install -g argus-ai` or `npx argus-ai` to download it."
17
17
  );
18
18
  process.exit(1);
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "argus-ai",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "AI-powered code review tool — multi-provider, self-hosted, open-source",
5
5
  "license": "MIT",
6
6
  "repository": {