@qwen-code/qwen-code 0.5.1-preview.0 → 0.5.1

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
@@ -142265,7 +142265,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
142265
142265
  };
142266
142266
  }
142267
142267
  async function createContentGenerator(config, gcConfig, isInitialAuth) {
142268
- const version2 = "0.5.1-preview.0";
142268
+ const version2 = "0.5.1";
142269
142269
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
142270
142270
  const baseHeaders = {
142271
142271
  "User-Agent": userAgent2
@@ -325358,7 +325358,7 @@ __name(getPackageJson, "getPackageJson");
325358
325358
  // packages/cli/src/utils/version.ts
325359
325359
  async function getCliVersion() {
325360
325360
  const pkgJson = await getPackageJson();
325361
- return "0.5.1-preview.0";
325361
+ return "0.5.1";
325362
325362
  }
325363
325363
  __name(getCliVersion, "getCliVersion");
325364
325364
 
@@ -329444,7 +329444,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
329444
329444
 
329445
329445
  // packages/cli/src/generated/git-commit.ts
329446
329446
  init_esbuild_shims();
329447
- var GIT_COMMIT_INFO2 = "5155cf6a";
329447
+ var GIT_COMMIT_INFO2 = "4cd3372b";
329448
329448
 
329449
329449
  // packages/cli/src/utils/systemInfo.ts
329450
329450
  async function getNpmVersion() {
@@ -380264,7 +380264,7 @@ var GeminiAgent = class {
380264
380264
  name: APPROVAL_MODE_INFO[mode].name,
380265
380265
  description: APPROVAL_MODE_INFO[mode].description
380266
380266
  }));
380267
- const version2 = "0.5.1-preview.0";
380267
+ const version2 = "0.5.1";
380268
380268
  return {
380269
380269
  protocolVersion: PROTOCOL_VERSION,
380270
380270
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.5.1-preview.0",
3
+ "version": "0.5.1",
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.5.1-preview.0"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.5.1"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"