@mmmbuto/qwen-code-termux 0.10.3-termux → 0.11.0-termux
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 +12 -4
- package/dist/cli.js +6170 -4470
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
[](./LICENSE)
|
|
5
5
|
[](https://nodejs.org/)
|
|
6
6
|
[](https://www.npmjs.com/package/@mmmbuto/qwen-code-termux)
|
|
7
|
-
[](https://ko-fi.com/dionanos)
|
|
8
7
|
|
|
9
8
|
**An open-source AI agent that lives in your terminal — Termux Edition (Android).**
|
|
10
9
|
|
|
@@ -31,10 +30,10 @@ Upstream Qwen Code targets macOS/Linux/Windows. On Android/Termux, installs may
|
|
|
31
30
|
|
|
32
31
|
Termux Edition focuses on:
|
|
33
32
|
|
|
34
|
-
- **Android PTY support** via
|
|
33
|
+
- **Android PTY support** via `node-pty-android-arm64` (optional dependency)
|
|
35
34
|
- **Termux runtime patches** (polyfills/quirks, clipboard behavior)
|
|
36
35
|
- **Termux-safe install** (avoid node-gyp/husky pitfalls where possible)
|
|
37
|
-
- **Tested on-device** — see [test-reports/0.
|
|
36
|
+
- **Tested on-device** — see [test-reports/0.11.0-termux/](test-reports/0.11.0-termux/README.md)
|
|
38
37
|
|
|
39
38
|
## Installation (Termux / Android)
|
|
40
39
|
|
|
@@ -75,7 +74,7 @@ qwen /auth # Authentication
|
|
|
75
74
|
|
|
76
75
|
## Resources
|
|
77
76
|
|
|
78
|
-
- **Test Reports**: [test-reports/0.
|
|
77
|
+
- **Test Reports**: [test-reports/0.11.0-termux/](test-reports/0.11.0-termux/README.md)
|
|
79
78
|
- **Patches**: [patches/](patches/README.md)
|
|
80
79
|
- **Build**: [docs/developers/BUILDING.md](docs/developers/BUILDING.md)
|
|
81
80
|
- **Config**: [docs/users/configuration.md](docs/users/configuration.md)
|
|
@@ -106,3 +105,12 @@ If this Termux edition helps you, you can support the project on Ko-fi:
|
|
|
106
105
|
## Acknowledgments
|
|
107
106
|
|
|
108
107
|
This project is based on [Google Gemini CLI](https://github.com/google-gemini/gemini-cli). We acknowledge and appreciate the excellent work of the Gemini CLI team. Our main contribution focuses on parser-level adaptations to better support Qwen-Coder models.
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## License
|
|
112
|
+
|
|
113
|
+
Apache License 2.0 (upstream Qwen Code) with Termux-port maintenance by Davide A. Guglielmi.<br>
|
|
114
|
+
Original project by Qwen Team: https://github.com/QwenLM/qwen-code<br>
|
|
115
|
+
See [LICENSE](./LICENSE) for details and upstream terms.<br>
|
|
116
|
+
Made in Italy 🇮🇹
|