@qwen-code/qwen-code 0.1.1 → 0.1.2-nightly.20251031.ced79cf4
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
|
@@ -182628,7 +182628,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
182628
182628
|
};
|
|
182629
182629
|
}
|
|
182630
182630
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
182631
|
-
const version2 = "0.1.
|
|
182631
|
+
const version2 = "0.1.2-nightly.20251031.ced79cf4";
|
|
182632
182632
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
182633
182633
|
const baseHeaders = {
|
|
182634
182634
|
"User-Agent": userAgent2
|
|
@@ -316229,7 +316229,7 @@ init_esbuild_shims();
|
|
|
316229
316229
|
|
|
316230
316230
|
// packages/cli/src/generated/git-commit.ts
|
|
316231
316231
|
init_esbuild_shims();
|
|
316232
|
-
var GIT_COMMIT_INFO2 = "
|
|
316232
|
+
var GIT_COMMIT_INFO2 = "2d7b6ccf";
|
|
316233
316233
|
|
|
316234
316234
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
316235
316235
|
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
@@ -338265,7 +338265,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
338265
338265
|
// packages/cli/src/utils/version.ts
|
|
338266
338266
|
async function getCliVersion() {
|
|
338267
338267
|
const pkgJson = await getPackageJson();
|
|
338268
|
-
return "0.1.
|
|
338268
|
+
return "0.1.2-nightly.20251031.ced79cf4";
|
|
338269
338269
|
}
|
|
338270
338270
|
__name(getCliVersion, "getCliVersion");
|
|
338271
338271
|
|
|
@@ -338757,7 +338757,7 @@ async function parseArguments(settings) {
|
|
|
338757
338757
|
default: false
|
|
338758
338758
|
}).option("proxy", {
|
|
338759
338759
|
type: "string",
|
|
338760
|
-
description: "Proxy for
|
|
338760
|
+
description: "Proxy for Qwen Code, like schema://user:password@host:port"
|
|
338761
338761
|
}).deprecateOption(
|
|
338762
338762
|
"proxy",
|
|
338763
338763
|
'Use the "proxy" setting in settings.json instead. This flag will be removed in a future version.'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2-nightly.20251031.ced79cf4",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"LICENSE"
|
|
19
19
|
],
|
|
20
20
|
"config": {
|
|
21
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.
|
|
21
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.2-nightly.20251031.ced79cf4"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"tiktoken": "^1.0.21"
|