@xagent/x-cli 1.1.38 → 1.1.39
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 +13 -9
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
## 1.1.
|
|
1
|
+
## 1.1.39 – 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
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
5
|
+
This release includes corrected logo assets and complete automated publishing pipeline.
|
|
6
|
+
|
|
7
|
+
- ✅ **Corrected Logo Design**: Updated all assets to use proper black X logo
|
|
8
|
+
- ✅ **NPM Package Live**: Full publication to npm registry with automated version management
|
|
9
|
+
- ✅ **Logo Assets Included**: All variants (standard, small, large, favicon, social preview) in distribution
|
|
10
|
+
- ✅ **Automated Publishing**: GitHub Actions pipeline fully operational with quality gates
|
|
9
11
|
|
|
10
12
|
---
|
|
11
13
|
|
|
12
14
|
# X CLI
|
|
13
15
|
|
|
14
16
|
[](https://www.npmjs.com/package/@xagent/x-cli)
|
|
15
|
-
[](https://github.com/x-cli-team/x-cli/releases)
|
|
16
18
|
[](https://www.npmjs.com/package/@xagent/x-cli)
|
|
17
|
-
[](https://github.com/x-cli-team/x-cli/blob/main/LICENSE)
|
|
18
20
|
[](https://discord.com/channels/1315720379607679066/1315822328139223064)
|
|
19
21
|
|
|
20
22
|
A conversational AI CLI tool powered by Grok with **Claude Code-level intelligence** and advanced tool capabilities.
|
|
@@ -889,7 +891,9 @@ This project is built upon the excellent foundation of the original [Grok CLI](h
|
|
|
889
891
|
**Founder**: [Ismail Pelaseyed](https://github.com/homanp)
|
|
890
892
|
**Organization**: [Superagent.ai](https://github.com/superagent-ai)
|
|
891
893
|
|
|
892
|
-
|
|
894
|
+
X CLI extends the original with advanced file operations, enhanced tool systems, and comprehensive automation while maintaining the core vision of bringing AI-powered terminal intelligence to developers.
|
|
895
|
+
|
|
896
|
+
**🚀 Now live on NPM**: Install globally with `npm install -g @xagent/x-cli` and start using `xcli` immediately!
|
|
893
897
|
|
|
894
898
|
## 👥 Contributors
|
|
895
899
|
|
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.39",
|
|
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",
|