@jaydennleemc/qwen-code-local 0.12.3-beta.2 → 0.12.3-beta2
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/dist/cli.js +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -157729,7 +157729,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
157729
157729
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
157730
157730
|
});
|
|
157731
157731
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
157732
|
-
const version2 = "0.12.3-
|
|
157732
|
+
const version2 = "0.12.3-beta2";
|
|
157733
157733
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
157734
157734
|
const baseHeaders = {
|
|
157735
157735
|
"User-Agent": userAgent2
|
|
@@ -389669,7 +389669,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
389669
389669
|
// packages/cli/src/utils/version.ts
|
|
389670
389670
|
async function getCliVersion() {
|
|
389671
389671
|
const pkgJson = await getPackageJson();
|
|
389672
|
-
return "0.12.3-
|
|
389672
|
+
return "0.12.3-beta2";
|
|
389673
389673
|
}
|
|
389674
389674
|
__name(getCliVersion, "getCliVersion");
|
|
389675
389675
|
|
|
@@ -456129,7 +456129,7 @@ var QwenAgent = class {
|
|
|
456129
456129
|
async initialize(args) {
|
|
456130
456130
|
this.clientCapabilities = args.clientCapabilities;
|
|
456131
456131
|
const authMethods = buildAuthMethods();
|
|
456132
|
-
const version2 = "0.12.3-
|
|
456132
|
+
const version2 = "0.12.3-beta2";
|
|
456133
456133
|
return {
|
|
456134
456134
|
protocolVersion: PROTOCOL_VERSION,
|
|
456135
456135
|
agentInfo: {
|