@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/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -14655,7 +14655,7 @@ ${guardrail.createdFrom ? `- Created from incident: ${guardrail.createdFrom}` :
|
|
|
14655
14655
|
var package_default = {
|
|
14656
14656
|
type: "module",
|
|
14657
14657
|
name: "@xagent/x-cli",
|
|
14658
|
-
version: "1.1.
|
|
14658
|
+
version: "1.1.63",
|
|
14659
14659
|
description: "An open-source AI agent that brings the power of Grok directly into your terminal.",
|
|
14660
14660
|
main: "dist/index.js",
|
|
14661
14661
|
module: "dist/index.js",
|
|
@@ -14679,7 +14679,7 @@ var package_default = {
|
|
|
14679
14679
|
scripts: {
|
|
14680
14680
|
build: "tsup",
|
|
14681
14681
|
"build:tsc": "tsc",
|
|
14682
|
-
dev: "npm run build && node dist/index.js",
|
|
14682
|
+
dev: "npm run build && node dist/index.js --prompt 'Development test: Hello X-CLI!'",
|
|
14683
14683
|
"dev:node": "tsx src/index.ts",
|
|
14684
14684
|
"dev:watch": "npm run build && node --watch dist/index.js",
|
|
14685
14685
|
start: "node dist/index.js",
|