@mmmbuto/qwen-code-termux 0.6.401 → 0.6.402

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 CHANGED
@@ -24,7 +24,7 @@ pkg update && pkg upgrade -y
24
24
  pkg install nodejs-lts -y
25
25
  npm install -g @mmmbuto/qwen-code-termux
26
26
 
27
- qwen --version # expected: 0.6.401
27
+ qwen --version # expected: 0.6.402
28
28
  ```
29
29
 
30
30
  Build from source:
@@ -82,7 +82,7 @@ export OPENAI_MODEL="gpt-4o" # optional
82
82
  ## Documentation & Fixes
83
83
 
84
84
  - **Test Suite**: [`QWEN_TEST_SUITE.md`](./QWEN_TEST_SUITE.md)
85
- - **Test Report**: [`QWEN_TEST_REPORT_v0.6.401.md`](./QWEN_TEST_REPORT_v0.6.401.md)
85
+ - **Test Report**: [`QWEN_TEST_REPORT_v0.6.402.md`](./QWEN_TEST_REPORT_v0.6.402.md)
86
86
  - **Patches**: [`docs/patches/README.md`](./docs/patches/README.md)
87
87
  - **Termux Fixes**: [`docs/patches/TERMUX_FIXES.md`](./docs/patches/TERMUX_FIXES.md)
88
88
 
@@ -153,7 +153,7 @@ npm install -g @mmmbuto/qwen-code-termux@latest
153
153
 
154
154
  ### Versions
155
155
 
156
- - **latest / stable**: 0.6.401
156
+ - **latest / stable**: 0.6.402
157
157
 
158
158
  ## Benchmark Results
159
159
 
@@ -168,8 +168,7 @@ npm install -g @mmmbuto/qwen-code-termux@latest
168
168
 
169
169
  Looking for a graphical interface?
170
170
 
171
- - [**AionUi**](https://github.com/iOfficeAI/AionUi) A modern GUI for command-line AI tools including Qwen Code
172
- - [**Gemini CLI Desktop**](https://github.com/Piebald-AI/gemini-cli-desktop) A cross-platform desktop/web/mobile UI for Qwen Code
171
+ - Web UI: [NexusCLI](https://github.com/DioNanos/nexuscli) - Optional web interface for Codex/Claude/Gemini
173
172
 
174
173
  ## Troubleshooting
175
174
 
package/dist/cli.js CHANGED
@@ -155008,7 +155008,7 @@ __export(geminiContentGenerator_exports, {
155008
155008
  createGeminiContentGenerator: () => createGeminiContentGenerator
155009
155009
  });
155010
155010
  function createGeminiContentGenerator(config2, gcConfig) {
155011
- const version2 = "0.6.401";
155011
+ const version2 = "0.6.402";
155012
155012
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
155013
155013
  const baseHeaders = {
155014
155014
  "User-Agent": userAgent2
@@ -356998,7 +356998,7 @@ __name(getPackageJson, "getPackageJson");
356998
356998
  // packages/cli/src/utils/version.ts
356999
356999
  async function getCliVersion() {
357000
357000
  const pkgJson = await getPackageJson();
357001
- return "0.6.401";
357001
+ return "0.6.402";
357002
357002
  }
357003
357003
  __name(getCliVersion, "getCliVersion");
357004
357004
 
@@ -365081,7 +365081,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
365081
365081
 
365082
365082
  // packages/cli/src/generated/git-commit.ts
365083
365083
  init_esbuild_shims();
365084
- var GIT_COMMIT_INFO2 = "9a107ed7";
365084
+ var GIT_COMMIT_INFO2 = "89e3ec25";
365085
365085
 
365086
365086
  // packages/cli/src/utils/systemInfo.ts
365087
365087
  async function getNpmVersion() {
@@ -416299,7 +416299,7 @@ var GeminiAgent = class {
416299
416299
  name: APPROVAL_MODE_INFO[mode].name,
416300
416300
  description: APPROVAL_MODE_INFO[mode].description
416301
416301
  }));
416302
- const version2 = "0.6.401";
416302
+ const version2 = "0.6.402";
416303
416303
  return {
416304
416304
  protocolVersion: PROTOCOL_VERSION,
416305
416305
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/qwen-code-termux",
3
- "version": "0.6.401",
3
+ "version": "0.6.402",
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.6.401"
16
+ "sandboxImageUri": "ghcr.io/mmmbuto/qwen-code-termux:0.6.402"
17
17
  },
18
18
  "scripts": {
19
19
  "start": "cross-env node scripts/start.js",
@@ -122,7 +122,7 @@
122
122
  "@lydell/node-pty-linux-x64": "1.1.0",
123
123
  "@lydell/node-pty-win32-arm64": "1.1.0",
124
124
  "@lydell/node-pty-win32-x64": "1.1.0",
125
- "node-pty": "^1.0.0"
125
+ "@lydell/node-pty-linux-arm64": "1.2.0-beta.2"
126
126
  },
127
127
  "lint-staged": {
128
128
  "*.{js,jsx,ts,tsx}": [