@xagent/x-cli 1.1.62 → 1.1.64

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## 1.1.62 – Logo Assets & NPM Publication Complete
1
+ ## 1.1.64 – Logo Assets & NPM Publication Complete
2
2
 
3
3
  ✅ **Live on NPM**: [@xagent/x-cli](https://www.npmjs.com/package/@xagent/x-cli) - Fully published and ready for global installation
4
4
 
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.62",
14658
+ version: "1.1.64",
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",