@qwen-code/qwen-code 0.4.0-nightly.20251204.6729980b → 0.4.0-preview.0

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 +4 -4
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -145687,7 +145687,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
145687
145687
  };
145688
145688
  }
145689
145689
  async function createContentGenerator(config, gcConfig, isInitialAuth) {
145690
- const version2 = "0.4.0-nightly.20251204.6729980b";
145690
+ const version2 = "0.4.0-preview.0";
145691
145691
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
145692
145692
  const baseHeaders = {
145693
145693
  "User-Agent": userAgent2
@@ -308895,7 +308895,7 @@ __name(getPackageJson, "getPackageJson");
308895
308895
  // packages/cli/src/utils/version.ts
308896
308896
  async function getCliVersion() {
308897
308897
  const pkgJson = await getPackageJson();
308898
- return "0.4.0-nightly.20251204.6729980b";
308898
+ return "0.4.0-preview.0";
308899
308899
  }
308900
308900
  __name(getCliVersion, "getCliVersion");
308901
308901
 
@@ -312937,7 +312937,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
312937
312937
 
312938
312938
  // packages/cli/src/generated/git-commit.ts
312939
312939
  init_esbuild_shims();
312940
- var GIT_COMMIT_INFO2 = "5839cd8b";
312940
+ var GIT_COMMIT_INFO2 = "13eb86d5";
312941
312941
 
312942
312942
  // packages/cli/src/utils/systemInfo.ts
312943
312943
  async function getNpmVersion() {
@@ -362604,7 +362604,7 @@ var GeminiAgent = class {
362604
362604
  name: APPROVAL_MODE_INFO[mode].name,
362605
362605
  description: APPROVAL_MODE_INFO[mode].description
362606
362606
  }));
362607
- const version2 = "0.4.0-nightly.20251204.6729980b";
362607
+ const version2 = "0.4.0-preview.0";
362608
362608
  return {
362609
362609
  protocolVersion: PROTOCOL_VERSION,
362610
362610
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.4.0-nightly.20251204.6729980b",
3
+ "version": "0.4.0-preview.0",
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.4.0-nightly.20251204.6729980b"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.4.0-preview.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"