@qwen-code/qwen-code 0.7.2-preview.2 → 0.7.2
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 +8 -8
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -132355,14 +132355,14 @@ var init_constants3 = __esm({
|
|
|
132355
132355
|
QWEN_OAUTH_MODELS = [
|
|
132356
132356
|
{
|
|
132357
132357
|
id: "coder-model",
|
|
132358
|
-
name: "
|
|
132359
|
-
description: "The latest Qwen Coder model from Alibaba Cloud ModelStudio
|
|
132358
|
+
name: "coder-model",
|
|
132359
|
+
description: "The latest Qwen Coder model from Alibaba Cloud ModelStudio",
|
|
132360
132360
|
capabilities: { vision: false }
|
|
132361
132361
|
},
|
|
132362
132362
|
{
|
|
132363
132363
|
id: "vision-model",
|
|
132364
|
-
name: "
|
|
132365
|
-
description: "The latest Qwen Vision model from Alibaba Cloud ModelStudio
|
|
132364
|
+
name: "vision-model",
|
|
132365
|
+
description: "The latest Qwen Vision model from Alibaba Cloud ModelStudio",
|
|
132366
132366
|
capabilities: { vision: true }
|
|
132367
132367
|
}
|
|
132368
132368
|
];
|
|
@@ -155538,7 +155538,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
155538
155538
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
155539
155539
|
});
|
|
155540
155540
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
155541
|
-
const version2 = "0.7.2
|
|
155541
|
+
const version2 = "0.7.2";
|
|
155542
155542
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
155543
155543
|
const baseHeaders = {
|
|
155544
155544
|
"User-Agent": userAgent2
|
|
@@ -360023,7 +360023,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
360023
360023
|
// packages/cli/src/utils/version.ts
|
|
360024
360024
|
async function getCliVersion() {
|
|
360025
360025
|
const pkgJson = await getPackageJson();
|
|
360026
|
-
return "0.7.2
|
|
360026
|
+
return "0.7.2";
|
|
360027
360027
|
}
|
|
360028
360028
|
__name(getCliVersion, "getCliVersion");
|
|
360029
360029
|
|
|
@@ -367920,7 +367920,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
367920
367920
|
|
|
367921
367921
|
// packages/cli/src/generated/git-commit.ts
|
|
367922
367922
|
init_esbuild_shims();
|
|
367923
|
-
var GIT_COMMIT_INFO2 = "
|
|
367923
|
+
var GIT_COMMIT_INFO2 = "d0fac547";
|
|
367924
367924
|
|
|
367925
367925
|
// packages/cli/src/utils/systemInfo.ts
|
|
367926
367926
|
async function getNpmVersion() {
|
|
@@ -419643,7 +419643,7 @@ var GeminiAgent = class {
|
|
|
419643
419643
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
419644
419644
|
description: APPROVAL_MODE_INFO[mode].description
|
|
419645
419645
|
}));
|
|
419646
|
-
const version2 = "0.7.2
|
|
419646
|
+
const version2 = "0.7.2";
|
|
419647
419647
|
return {
|
|
419648
419648
|
protocolVersion: PROTOCOL_VERSION,
|
|
419649
419649
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.7.2
|
|
3
|
+
"version": "0.7.2",
|
|
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.7.2
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.7.2"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tiktoken": "^1.0.21"
|