@mmmbuto/qwen-code-termux 0.11.0-termux → 0.11.2-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 +4 -3
- package/dist/cli.js +4470 -6170
- package/package.json +5 -11
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Termux Edition focuses on:
|
|
|
33
33
|
- **Android PTY support** via `node-pty-android-arm64` (optional dependency)
|
|
34
34
|
- **Termux runtime patches** (polyfills/quirks, clipboard behavior)
|
|
35
35
|
- **Termux-safe install** (avoid node-gyp/husky pitfalls where possible)
|
|
36
|
-
- **Tested on-device** — see [test-reports/0.11.
|
|
36
|
+
- **Tested on-device** — see [test-reports/0.11.2-termux/](test-reports/0.11.2-termux/README.md)
|
|
37
37
|
|
|
38
38
|
## Installation (Termux / Android)
|
|
39
39
|
|
|
@@ -74,7 +74,7 @@ qwen /auth # Authentication
|
|
|
74
74
|
|
|
75
75
|
## Resources
|
|
76
76
|
|
|
77
|
-
- **Test Reports**: [test-reports/0.11.
|
|
77
|
+
- **Test Reports**: [test-reports/0.11.2-termux/](test-reports/0.11.2-termux/README.md)
|
|
78
78
|
- **Patches**: [patches/](patches/README.md)
|
|
79
79
|
- **Build**: [docs/developers/BUILDING.md](docs/developers/BUILDING.md)
|
|
80
80
|
- **Config**: [docs/users/configuration.md](docs/users/configuration.md)
|
|
@@ -110,7 +110,8 @@ This project is based on [Google Gemini CLI](https://github.com/google-gemini/ge
|
|
|
110
110
|
|
|
111
111
|
## License
|
|
112
112
|
|
|
113
|
-
Apache License 2.0 (upstream Qwen Code) with Termux-port maintenance by Davide A. Guglielmi.<br>
|
|
114
113
|
Original project by Qwen Team: https://github.com/QwenLM/qwen-code<br>
|
|
114
|
+
Apache License 2.0 (upstream Qwen Code)<br>
|
|
115
|
+
Termux-port maintenance by WellaNet.Dev<br>
|
|
115
116
|
See [LICENSE](./LICENSE) for details and upstream terms.<br>
|
|
116
117
|
Made in Italy 🇮🇹
|