@qwen-code/qwen-code 0.1.3 → 0.1.4-nightly.20251105.7e827833

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.
Files changed (2) hide show
  1. package/cli.js +3 -3
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -182628,7 +182628,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
182628
182628
  };
182629
182629
  }
182630
182630
  async function createContentGenerator(config, gcConfig, sessionId2) {
182631
- const version2 = "0.1.3";
182631
+ const version2 = "0.1.4-nightly.20251105.7e827833";
182632
182632
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
182633
182633
  const baseHeaders = {
182634
182634
  "User-Agent": userAgent2
@@ -316267,7 +316267,7 @@ init_esbuild_shims();
316267
316267
 
316268
316268
  // packages/cli/src/generated/git-commit.ts
316269
316269
  init_esbuild_shims();
316270
- var GIT_COMMIT_INFO2 = "45f1000d";
316270
+ var GIT_COMMIT_INFO2 = "3e589949";
316271
316271
 
316272
316272
  // packages/cli/src/ui/components/AboutBox.tsx
316273
316273
  var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
@@ -338344,7 +338344,7 @@ __name(getPackageJson, "getPackageJson");
338344
338344
  // packages/cli/src/utils/version.ts
338345
338345
  async function getCliVersion() {
338346
338346
  const pkgJson = await getPackageJson();
338347
- return "0.1.3";
338347
+ return "0.1.4-nightly.20251105.7e827833";
338348
338348
  }
338349
338349
  __name(getCliVersion, "getCliVersion");
338350
338350
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.1.3",
3
+ "version": "0.1.4-nightly.20251105.7e827833",
4
4
  "description": "Qwen Code - AI-powered coding assistant",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "LICENSE"
20
20
  ],
21
21
  "config": {
22
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.3"
22
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.4-nightly.20251105.7e827833"
23
23
  },
24
24
  "dependencies": {
25
25
  "tiktoken": "^1.0.21"