@qwen-code/qwen-code 0.3.0-nightly.20251201.c9af7481 → 0.3.0-nightly.20251202.c9af7481

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
@@ -145670,7 +145670,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
145670
145670
  };
145671
145671
  }
145672
145672
  async function createContentGenerator(config, gcConfig, sessionId2, isInitialAuth) {
145673
- const version2 = "0.3.0-nightly.20251201.c9af7481";
145673
+ const version2 = "0.3.0-nightly.20251202.c9af7481";
145674
145674
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
145675
145675
  const baseHeaders = {
145676
145676
  "User-Agent": userAgent2
@@ -308208,7 +308208,7 @@ __name(getPackageJson, "getPackageJson");
308208
308208
  // packages/cli/src/utils/version.ts
308209
308209
  async function getCliVersion() {
308210
308210
  const pkgJson = await getPackageJson();
308211
- return "0.3.0-nightly.20251201.c9af7481";
308211
+ return "0.3.0-nightly.20251202.c9af7481";
308212
308212
  }
308213
308213
  __name(getCliVersion, "getCliVersion");
308214
308214
 
@@ -312193,7 +312193,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
312193
312193
 
312194
312194
  // packages/cli/src/generated/git-commit.ts
312195
312195
  init_esbuild_shims();
312196
- var GIT_COMMIT_INFO2 = "c7697a77";
312196
+ var GIT_COMMIT_INFO2 = "3a0a6b34";
312197
312197
 
312198
312198
  // packages/cli/src/utils/systemInfo.ts
312199
312199
  async function getNpmVersion() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.3.0-nightly.20251201.c9af7481",
3
+ "version": "0.3.0-nightly.20251202.c9af7481",
4
4
  "description": "Qwen Code - AI-powered coding assistant",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "locales"
21
21
  ],
22
22
  "config": {
23
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.3.0-nightly.20251201.c9af7481"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.3.0-nightly.20251202.c9af7481"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"