@xagent/x-cli 1.1.40 → 1.1.42
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 +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## 1.1.
|
|
1
|
+
## 1.1.42 – 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
|
|
|
@@ -112,7 +112,7 @@ A conversational AI CLI tool powered by Grok with **Claude Code-level intelligen
|
|
|
112
112
|
- **📚 Task/TodoWrite**: Specialized agent delegation and comprehensive task management
|
|
113
113
|
- **🚀 Read/Write/Edit**: Claude Code-standard file operations at high speed
|
|
114
114
|
|
|
115
|
-
🌐 **Visit [
|
|
115
|
+
🌐 **Visit [xcli.org](https://xcli.org)** for complete documentation and guides.
|
|
116
116
|
|
|
117
117
|
### 🤖 **Core AI Capabilities**
|
|
118
118
|
|
package/dist/index.js
CHANGED
|
@@ -9287,7 +9287,7 @@ EOF`;
|
|
|
9287
9287
|
var package_default = {
|
|
9288
9288
|
type: "module",
|
|
9289
9289
|
name: "@xagent/x-cli",
|
|
9290
|
-
version: "1.1.
|
|
9290
|
+
version: "1.1.42",
|
|
9291
9291
|
description: "An open-source AI agent that brings the power of Grok directly into your terminal.",
|
|
9292
9292
|
main: "dist/index.js",
|
|
9293
9293
|
module: "dist/index.js",
|