@nexagent-cli/cli 0.7.0 → 0.7.1

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.
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ import '../index.js';
3
+ //# sourceMappingURL=nexagent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nexagent.d.ts","sourceRoot":"","sources":["../../src/bin/nexagent.ts"],"names":[],"mappings":";AAMA,OAAO,aAAa,CAAC"}
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env node
2
+ // ============================================================
3
+ // Entry: nexagent — Core technical agent CLI
4
+ // Imports index.ts which auto-detects "nexagent" from argv[1]
5
+ // ============================================================
6
+ import '../index.js';
7
+ //# sourceMappingURL=nexagent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nexagent.js","sourceRoot":"","sources":["../../src/bin/nexagent.ts"],"names":[],"mappings":";AACA,+DAA+D;AAC/D,6CAA6C;AAC7C,8DAA8D;AAC9D,+DAA+D;AAE/D,OAAO,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@nexagent-cli/cli",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "NexAgent — locally-runnable AI agent CLI with file editing, tools, and beautiful TUI",
5
5
  "bin": {
6
- "nexagent": "./dist/index.js",
6
+ "nexagent": "./dist/bin/nexagent.js",
7
7
  "sophie": "./dist/bin/sophie.js",
8
8
  "amarax": "./dist/bin/amarax.js"
9
9
  },
@@ -30,13 +30,15 @@
30
30
  "test:watch": "vitest",
31
31
  "lint": "eslint src/",
32
32
  "clean": "rm -rf dist/",
33
- "prepublishOnly": "pnpm run build"
33
+ "prepublishOnly": "pnpm run build",
34
+ "validate:bin": "node --import tsx scripts/validate-bin-map.ts",
35
+ "smoke:pack": "node --import tsx scripts/smoke-pack.ts"
34
36
  },
35
37
  "dependencies": {
36
38
  "@anthropic-ai/sdk": "^0.29.0",
37
39
  "@google/generative-ai": "^0.19.0",
38
40
  "@inquirer/prompts": "^5.0.0",
39
- "@nexagent-cli/shared": "^0.7.0",
41
+ "@nexagent-cli/shared": "^0.7.1",
40
42
  "better-sqlite3": "^11.0.0",
41
43
  "boxen": "^8.0.0",
42
44
  "chalk": "^5.3.0",