@qwen-code/qwen-code 0.12.1-preview.0 → 0.12.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.
- package/cli.js +4 -4
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -157672,7 +157672,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
157672
157672
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
157673
157673
|
});
|
|
157674
157674
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
157675
|
-
const version2 = "0.12.1
|
|
157675
|
+
const version2 = "0.12.1";
|
|
157676
157676
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
157677
157677
|
const baseHeaders = {
|
|
157678
157678
|
"User-Agent": userAgent2
|
|
@@ -390472,7 +390472,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
390472
390472
|
// packages/cli/src/utils/version.ts
|
|
390473
390473
|
async function getCliVersion() {
|
|
390474
390474
|
const pkgJson = await getPackageJson();
|
|
390475
|
-
return "0.12.1
|
|
390475
|
+
return "0.12.1";
|
|
390476
390476
|
}
|
|
390477
390477
|
__name(getCliVersion, "getCliVersion");
|
|
390478
390478
|
|
|
@@ -398033,7 +398033,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
398033
398033
|
|
|
398034
398034
|
// packages/cli/src/generated/git-commit.ts
|
|
398035
398035
|
init_esbuild_shims();
|
|
398036
|
-
var GIT_COMMIT_INFO = "
|
|
398036
|
+
var GIT_COMMIT_INFO = "150521d8";
|
|
398037
398037
|
|
|
398038
398038
|
// packages/cli/src/utils/systemInfo.ts
|
|
398039
398039
|
async function getNpmVersion() {
|
|
@@ -456640,7 +456640,7 @@ var QwenAgent = class {
|
|
|
456640
456640
|
async initialize(args) {
|
|
456641
456641
|
this.clientCapabilities = args.clientCapabilities;
|
|
456642
456642
|
const authMethods = buildAuthMethods();
|
|
456643
|
-
const version2 = "0.12.1
|
|
456643
|
+
const version2 = "0.12.1";
|
|
456644
456644
|
return {
|
|
456645
456645
|
protocolVersion: PROTOCOL_VERSION,
|
|
456646
456646
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.12.1
|
|
3
|
+
"version": "0.12.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.12.1
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.12.1"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|