@mmmbuto/qwen-code-termux 0.11.1-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 +2 -2
- package/package.json +2 -2
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)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmmbuto/qwen-code-termux",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2-termux",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"url": "git+https://github.com/DioNanos/qwen-code-termux.git"
|
|
14
14
|
},
|
|
15
15
|
"config": {
|
|
16
|
-
"sandboxImageUri": "ghcr.io/mmmbuto/qwen-code-termux:0.11.
|
|
16
|
+
"sandboxImageUri": "ghcr.io/mmmbuto/qwen-code-termux:0.11.2-termux"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
19
|
"start": "cross-env node scripts/start.js",
|