@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 CHANGED
@@ -1,20 +1,22 @@
1
- ## 1.1.38Repository Migration Complete
1
+ ## 1.1.39Logo Assets & NPM Publication Complete
2
2
 
3
- This release includes latest updates and automated publishing via GitHub Actions.
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
- - Fixes all Read/Update tool reliability issues
6
- - Ensures consistent FS imports (`node:` namespace)
7
- - Adds proper Node shebang for global installs
8
- - Temporarily removes experimental features (e.g. compress)
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
  [![NPM Version](https://img.shields.io/npm/v/@xagent/x-cli?style=for-the-badge&logo=npm&color=CB3837)](https://www.npmjs.com/package/@xagent/x-cli)
15
- [![GitHub Release](https://img.shields.io/github/v/release/hinetapora/x-cli-hurry-mode?style=for-the-badge&logo=github&color=181717)](https://github.com/x-cli-team/x-cli/releases)
17
+ [![GitHub Release](https://img.shields.io/github/v/release/x-cli-team/x-cli?style=for-the-badge&logo=github&color=181717)](https://github.com/x-cli-team/x-cli/releases)
16
18
  [![Downloads](https://img.shields.io/npm/dm/@xagent/x-cli?style=for-the-badge&logo=npm&color=CB3837)](https://www.npmjs.com/package/@xagent/x-cli)
17
- [![License](https://img.shields.io/github/license/hinetapora/x-cli-hurry-mode?style=for-the-badge&color=green)](https://github.com/x-cli-team/x-cli/blob/main/LICENSE)
19
+ [![License](https://img.shields.io/github/license/x-cli-team/x-cli?style=for-the-badge&color=green)](https://github.com/x-cli-team/x-cli/blob/main/LICENSE)
18
20
  [![Discord](https://img.shields.io/badge/Discord-xAI_Community-5865F2?style=for-the-badge&logo=discord)](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
- This "Hurry Mode" fork 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.
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.38",
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",