@qwen-code/qwen-code 0.11.0-nightly.20260227.f6a90dd2 → 0.11.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
@@ -157495,7 +157495,7 @@ __export(geminiContentGenerator_exports, {
157495
157495
  createGeminiContentGenerator: () => createGeminiContentGenerator
157496
157496
  });
157497
157497
  function createGeminiContentGenerator(config2, gcConfig) {
157498
- const version2 = "0.11.0-nightly.20260227.f6a90dd2";
157498
+ const version2 = "0.11.0-preview.0";
157499
157499
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
157500
157500
  const baseHeaders = {
157501
157501
  "User-Agent": userAgent2
@@ -374666,7 +374666,7 @@ __name(getPackageJson, "getPackageJson");
374666
374666
  // packages/cli/src/utils/version.ts
374667
374667
  async function getCliVersion() {
374668
374668
  const pkgJson = await getPackageJson();
374669
- return "0.11.0-nightly.20260227.f6a90dd2";
374669
+ return "0.11.0-preview.0";
374670
374670
  }
374671
374671
  __name(getCliVersion, "getCliVersion");
374672
374672
 
@@ -382215,7 +382215,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
382215
382215
 
382216
382216
  // packages/cli/src/generated/git-commit.ts
382217
382217
  init_esbuild_shims();
382218
- var GIT_COMMIT_INFO = "9181a005";
382218
+ var GIT_COMMIT_INFO = "971348a0";
382219
382219
 
382220
382220
  // packages/cli/src/utils/systemInfo.ts
382221
382221
  async function getNpmVersion() {
@@ -438478,7 +438478,7 @@ var GeminiAgent = class {
438478
438478
  name: APPROVAL_MODE_INFO[mode].name,
438479
438479
  description: APPROVAL_MODE_INFO[mode].description
438480
438480
  }));
438481
- const version2 = "0.11.0-nightly.20260227.f6a90dd2";
438481
+ const version2 = "0.11.0-preview.0";
438482
438482
  return {
438483
438483
  protocolVersion: PROTOCOL_VERSION,
438484
438484
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.11.0-nightly.20260227.f6a90dd2",
3
+ "version": "0.11.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.11.0-nightly.20260227.f6a90dd2"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.11.0-preview.0"
24
24
  },
25
25
  "dependencies": {},
26
26
  "optionalDependencies": {