@xagent/x-cli 1.1.36 → 1.1.38
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 +4 -2
- package/dist/index.js.map +1 -1
- package/docs/assets/logos/README.md +70 -0
- package/docs/assets/logos/favicon.svg +8 -0
- package/docs/assets/logos/github-social-preview.svg +39 -0
- package/docs/assets/logos/x-cli-logo-large.svg +8 -0
- package/docs/assets/logos/x-cli-logo-small.svg +8 -0
- package/docs/assets/logos/x-cli-logo.svg +8 -0
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## 1.1.
|
|
1
|
+
## 1.1.38 – Repository Migration Complete
|
|
2
2
|
|
|
3
3
|
This release includes latest updates and automated publishing via GitHub Actions.
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ This release includes latest updates and automated publishing via GitHub Actions
|
|
|
20
20
|
A conversational AI CLI tool powered by Grok with **Claude Code-level intelligence** and advanced tool capabilities.
|
|
21
21
|
|
|
22
22
|
<div align="center">
|
|
23
|
-
<img src="docs/
|
|
23
|
+
<img src="docs/assets/logos/x-cli-logo-large.svg" alt="X CLI Logo" width="120" />
|
|
24
24
|
</div>
|
|
25
25
|
|
|
26
26
|
## 🔗 Quick Links
|
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.38",
|
|
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",
|
|
@@ -9398,10 +9398,12 @@ var package_default = {
|
|
|
9398
9398
|
url: "https://github.com/x-cli-team/x-cli/issues"
|
|
9399
9399
|
},
|
|
9400
9400
|
homepage: "https://grokcli.dev",
|
|
9401
|
+
icon: "docs/assets/logos/x-cli-logo.svg",
|
|
9401
9402
|
files: [
|
|
9402
9403
|
"dist/**/*",
|
|
9403
9404
|
"README.md",
|
|
9404
|
-
"LICENSE"
|
|
9405
|
+
"LICENSE",
|
|
9406
|
+
"docs/assets/logos/**/*"
|
|
9405
9407
|
],
|
|
9406
9408
|
publishConfig: {
|
|
9407
9409
|
access: "public"
|