shellx-cli 0.0.15 → 0.0.17

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.
Files changed (3) hide show
  1. package/README.md +8 -8
  2. package/bundle/shellx.js +17123 -16996
  3. package/package.json +7 -5
package/README.md CHANGED
@@ -3,12 +3,12 @@
3
3
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4
4
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org/)
5
5
 
6
- **ShellX CLI** is a powerful command-line interface that combines the intelligence of Google's Gemini AI with advanced Android device automation capabilities. It provides seamless shell command execution, UI automation, and AI-powered assistance for Android development and testing.
6
+ **ShellX CLI** is a powerful command-line interface that combines advanced AI intelligence with Android device automation capabilities. It provides seamless shell command execution, UI automation, and AI-powered assistance for Android development and testing.
7
7
 
8
8
  ## ✨ Features
9
9
 
10
10
  ### 🤖 AI-Powered Assistance
11
- - **Gemini Integration**: Direct access to Google's Gemini AI models through an intuitive CLI
11
+ - **AI Integration**: Direct access to advanced AI models through an intuitive CLI
12
12
  - **Code Generation**: Generate code, scripts, and automation workflows
13
13
  - **Smart Debugging**: AI-assisted troubleshooting and error analysis
14
14
  - **Natural Language Commands**: Execute complex tasks using natural language
@@ -46,7 +46,7 @@ npm install -g shellx-cli
46
46
 
47
47
  #### From Source
48
48
  ```bash
49
- git clone https://github.com/10cl/shellx-cli.git
49
+ git clone https://github.com/10cl/shellx.git
50
50
  cd shellx-cli
51
51
  npm install
52
52
  npm run build
@@ -89,8 +89,8 @@ This is a monorepo containing several key packages:
89
89
  ```
90
90
  shellx-cli/
91
91
  ├── packages/
92
- │ ├── cli/ # Main CLI interface (@google/gemini-cli)
93
- │ ├── core/ # Core functionality (@google/gemini-cli-core)
92
+ │ ├── cli/ # Main CLI interface
93
+ │ ├── core/ # Core functionality
94
94
  │ ├── shellx-ai/ # Android automation library
95
95
  │ ├── a2a-server/ # Agent-to-Agent server
96
96
  │ ├── phone-agent/ # Phone automation agent
@@ -113,7 +113,7 @@ shellx-cli/
113
113
 
114
114
  1. **Clone the repository**:
115
115
  ```bash
116
- git clone https://github.com/10cl/shellx-cli.git
116
+ git clone https://github.com/10cl/shellx.git
117
117
  cd shellx-cli
118
118
  ```
119
119
 
@@ -174,8 +174,8 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS
174
174
 
175
175
  ## 🆘 Support
176
176
 
177
- - 📚 [Documentation](https://github.com/10cl/shellx-cli)
178
- - 🐛 [GitHub Issues](https://github.com/10cl/shellx-cli/issues)
177
+ - 📚 [Documentation](https://github.com/10cl/shellx)
178
+ - 🐛 [GitHub Issues](https://github.com/10cl/shellx/issues)
179
179
  - 📧 [Email Support](mailto:notice@toscl.com)
180
180
 
181
181
  ## 🙏 Acknowledgments