@qwen-code/qwen-code 0.2.2-nightly.20251119.97bf48b1 → 0.2.2

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
@@ -182766,7 +182766,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
182766
182766
  };
182767
182767
  }
182768
182768
  async function createContentGenerator(config, gcConfig, sessionId2, isInitialAuth) {
182769
- const version2 = "0.2.2-nightly.20251119.97bf48b1";
182769
+ const version2 = "0.2.2";
182770
182770
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
182771
182771
  const baseHeaders = {
182772
182772
  "User-Agent": userAgent2
@@ -339294,7 +339294,7 @@ __name(getPackageJson, "getPackageJson");
339294
339294
  // packages/cli/src/utils/version.ts
339295
339295
  async function getCliVersion() {
339296
339296
  const pkgJson = await getPackageJson();
339297
- return "0.2.2-nightly.20251119.97bf48b1";
339297
+ return "0.2.2";
339298
339298
  }
339299
339299
  __name(getCliVersion, "getCliVersion");
339300
339300
 
@@ -340981,7 +340981,7 @@ import { execSync as execSync4 } from "node:child_process";
340981
340981
 
340982
340982
  // packages/cli/src/generated/git-commit.ts
340983
340983
  init_esbuild_shims();
340984
- var GIT_COMMIT_INFO2 = "4ae6ae35";
340984
+ var GIT_COMMIT_INFO2 = "97bf48b1";
340985
340985
 
340986
340986
  // packages/cli/src/utils/systemInfo.ts
340987
340987
  async function getNpmVersion() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.2.2-nightly.20251119.97bf48b1",
3
+ "version": "0.2.2",
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.2.2-nightly.20251119.97bf48b1"
22
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.2"
23
23
  },
24
24
  "dependencies": {
25
25
  "tiktoken": "^1.0.21"