@xagent/x-cli 1.1.62 → 1.1.63
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/README.md +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@xagent/x-cli",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.63",
|
|
5
5
|
"description": "An open-source AI agent that brings the power of Grok directly into your terminal.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build": "tsup",
|
|
27
27
|
"build:tsc": "tsc",
|
|
28
|
-
"dev": "npm run build && node dist/index.js",
|
|
28
|
+
"dev": "npm run build && node dist/index.js --prompt 'Development test: Hello X-CLI!'",
|
|
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",
|