@qwen-code/qwen-code 0.5.0-nightly.20251214.4cbb57a7 → 0.5.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
@@ -145740,7 +145740,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
145740
145740
  };
145741
145741
  }
145742
145742
  async function createContentGenerator(config, gcConfig, isInitialAuth) {
145743
- const version2 = "0.5.0-nightly.20251214.4cbb57a7";
145743
+ const version2 = "0.5.0";
145744
145744
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
145745
145745
  const baseHeaders = {
145746
145746
  "User-Agent": userAgent2
@@ -310014,7 +310014,7 @@ __name(getPackageJson, "getPackageJson");
310014
310014
  // packages/cli/src/utils/version.ts
310015
310015
  async function getCliVersion() {
310016
310016
  const pkgJson = await getPackageJson();
310017
- return "0.5.0-nightly.20251214.4cbb57a7";
310017
+ return "0.5.0";
310018
310018
  }
310019
310019
  __name(getCliVersion, "getCliVersion");
310020
310020
 
@@ -314091,7 +314091,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
314091
314091
 
314092
314092
  // packages/cli/src/generated/git-commit.ts
314093
314093
  init_esbuild_shims();
314094
- var GIT_COMMIT_INFO2 = "14f104cf";
314094
+ var GIT_COMMIT_INFO2 = "4cbb57a7";
314095
314095
 
314096
314096
  // packages/cli/src/utils/systemInfo.ts
314097
314097
  async function getNpmVersion() {
@@ -364637,7 +364637,7 @@ var GeminiAgent = class {
364637
364637
  name: APPROVAL_MODE_INFO[mode].name,
364638
364638
  description: APPROVAL_MODE_INFO[mode].description
364639
364639
  }));
364640
- const version2 = "0.5.0-nightly.20251214.4cbb57a7";
364640
+ const version2 = "0.5.0";
364641
364641
  return {
364642
364642
  protocolVersion: PROTOCOL_VERSION,
364643
364643
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.5.0-nightly.20251214.4cbb57a7",
3
+ "version": "0.5.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.5.0-nightly.20251214.4cbb57a7"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.5.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"