@qwen-code/qwen-code 0.13.0-preview.7 → 0.13.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.
- package/cli.js +4 -4
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -171203,7 +171203,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
171203
171203
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
171204
171204
|
});
|
|
171205
171205
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
171206
|
-
const version2 = "0.13.0
|
|
171206
|
+
const version2 = "0.13.0";
|
|
171207
171207
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
171208
171208
|
const baseHeaders = {
|
|
171209
171209
|
"User-Agent": userAgent2
|
|
@@ -405885,7 +405885,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
405885
405885
|
// packages/cli/src/utils/version.ts
|
|
405886
405886
|
async function getCliVersion() {
|
|
405887
405887
|
const pkgJson = await getPackageJson();
|
|
405888
|
-
return "0.13.0
|
|
405888
|
+
return "0.13.0";
|
|
405889
405889
|
}
|
|
405890
405890
|
__name(getCliVersion, "getCliVersion");
|
|
405891
405891
|
|
|
@@ -413515,7 +413515,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
413515
413515
|
|
|
413516
413516
|
// packages/cli/src/generated/git-commit.ts
|
|
413517
413517
|
init_esbuild_shims();
|
|
413518
|
-
var GIT_COMMIT_INFO = "
|
|
413518
|
+
var GIT_COMMIT_INFO = "aebe889b3";
|
|
413519
413519
|
|
|
413520
413520
|
// packages/cli/src/utils/systemInfo.ts
|
|
413521
413521
|
async function getNpmVersion() {
|
|
@@ -476891,7 +476891,7 @@ var QwenAgent = class {
|
|
|
476891
476891
|
async initialize(args2) {
|
|
476892
476892
|
this.clientCapabilities = args2.clientCapabilities;
|
|
476893
476893
|
const authMethods = buildAuthMethods();
|
|
476894
|
-
const version2 = "0.13.0
|
|
476894
|
+
const version2 = "0.13.0";
|
|
476895
476895
|
return {
|
|
476896
476896
|
protocolVersion: PROTOCOL_VERSION,
|
|
476897
476897
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.13.0
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"bundled"
|
|
22
22
|
],
|
|
23
23
|
"config": {
|
|
24
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.13.0
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.13.0"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|