@xagent/x-cli 1.1.79 → 1.1.81

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,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@xagent/x-cli",
4
- "version": "1.1.79",
4
+ "version": "1.1.81",
5
5
  "description": "An open-source AI agent that brings advanced AI capabilities directly into your terminal.",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "dev:node": "tsx src/index.ts",
30
30
  "dev:watch": "npm run build && node --watch dist/index.js",
31
31
  "start": "node dist/index.js",
32
- "local": "npm run build > /dev/null 2>&1 && npm link > /dev/null 2>&1 && node dist/index.js",
32
+ "local": "node scripts/local.js",
33
33
  "test:workflow": "node scripts/test-workflow.js",
34
34
  "start:bun": "bun run dist/index.js",
35
35
  "lint": "eslint . --ext .js,.jsx,.ts,.tsx --ignore-pattern 'dist/**'",