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.
- package/README.md +8 -8
- package/bundle/shellx.js +17123 -16996
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
4
4
|
[](https://nodejs.org/)
|
|
5
5
|
|
|
6
|
-
**ShellX CLI** is a powerful command-line interface that combines
|
|
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
|
-
- **
|
|
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
|
|
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
|
|
93
|
-
│ ├── core/ # Core functionality
|
|
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
|
|
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
|
|
178
|
-
- 🐛 [GitHub Issues](https://github.com/10cl/shellx
|
|
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
|