@protolabsai/proto 0.51.0 → 0.51.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
|
@@ -168684,7 +168684,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
168684
168684
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
168685
168685
|
});
|
|
168686
168686
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
168687
|
-
const version2 = "0.51.
|
|
168687
|
+
const version2 = "0.51.1";
|
|
168688
168688
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
168689
168689
|
const baseHeaders = {
|
|
168690
168690
|
"User-Agent": userAgent2
|
|
@@ -416607,7 +416607,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
416607
416607
|
// packages/cli/src/utils/version.ts
|
|
416608
416608
|
async function getCliVersion() {
|
|
416609
416609
|
const pkgJson = await getPackageJson();
|
|
416610
|
-
return "0.51.
|
|
416610
|
+
return "0.51.1";
|
|
416611
416611
|
}
|
|
416612
416612
|
__name(getCliVersion, "getCliVersion");
|
|
416613
416613
|
|
|
@@ -424807,7 +424807,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
424807
424807
|
|
|
424808
424808
|
// packages/cli/src/generated/git-commit.ts
|
|
424809
424809
|
init_esbuild_shims();
|
|
424810
|
-
var GIT_COMMIT_INFO = "
|
|
424810
|
+
var GIT_COMMIT_INFO = "4f353353d";
|
|
424811
424811
|
|
|
424812
424812
|
// packages/cli/src/utils/systemInfo.ts
|
|
424813
424813
|
async function getNpmVersion() {
|
|
@@ -493599,7 +493599,7 @@ var QwenAgent = class {
|
|
|
493599
493599
|
async initialize(args2) {
|
|
493600
493600
|
this.clientCapabilities = args2.clientCapabilities;
|
|
493601
493601
|
const authMethods = buildAuthMethods();
|
|
493602
|
-
const version2 = "0.51.
|
|
493602
|
+
const version2 = "0.51.1";
|
|
493603
493603
|
return {
|
|
493604
493604
|
protocolVersion: PROTOCOL_VERSION,
|
|
493605
493605
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protolabsai/proto",
|
|
3
|
-
"version": "0.51.
|
|
3
|
+
"version": "0.51.1",
|
|
4
4
|
"description": "proto - AI-powered coding agent",
|
|
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.51.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.51.1"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|