@xagent/x-cli 1.1.53 → 1.1.54

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.53 – Logo Assets & NPM Publication Complete
1
+ ## 1.1.54 – 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
@@ -9293,7 +9293,7 @@ EOF`;
9293
9293
  var package_default = {
9294
9294
  type: "module",
9295
9295
  name: "@xagent/x-cli",
9296
- version: "1.1.53",
9296
+ version: "1.1.54",
9297
9297
  description: "An open-source AI agent that brings the power of Grok directly into your terminal.",
9298
9298
  main: "dist/index.js",
9299
9299
  module: "dist/index.js",
@@ -15104,6 +15104,8 @@ function useInputHandler({
15104
15104
  { command: "/help", description: "Show help information" },
15105
15105
  { command: "/clear", description: "Clear chat history" },
15106
15106
  { command: "/models", description: "Switch Grok Model" },
15107
+ { command: "/verbosity", description: "Control output verbosity (quiet/normal/verbose)" },
15108
+ { command: "/explain", description: "Control operation explanations (off/brief/detailed)" },
15107
15109
  { command: "/upgrade", description: "Check for updates and upgrade CLI" },
15108
15110
  { command: "/version", description: "Show version information" },
15109
15111
  { command: "/switch", description: "Switch to specific version" },