@protolabsai/proto 0.25.12 → 0.25.13
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 +11 -4
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -147381,6 +147381,13 @@ var init_converter = __esm({
|
|
|
147381
147381
|
content: ""
|
|
147382
147382
|
};
|
|
147383
147383
|
}
|
|
147384
|
+
if (contentParts.length === 1 && contentParts[0].type === "text") {
|
|
147385
|
+
return {
|
|
147386
|
+
role: "tool",
|
|
147387
|
+
tool_call_id: response.id || "",
|
|
147388
|
+
content: contentParts[0].text
|
|
147389
|
+
};
|
|
147390
|
+
}
|
|
147384
147391
|
return {
|
|
147385
147392
|
role: "tool",
|
|
147386
147393
|
tool_call_id: response.id || "",
|
|
@@ -170887,7 +170894,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
170887
170894
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
170888
170895
|
});
|
|
170889
170896
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
170890
|
-
const version2 = "0.25.
|
|
170897
|
+
const version2 = "0.25.13";
|
|
170891
170898
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
170892
170899
|
const baseHeaders = {
|
|
170893
170900
|
"User-Agent": userAgent2
|
|
@@ -414864,7 +414871,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
414864
414871
|
// packages/cli/src/utils/version.ts
|
|
414865
414872
|
async function getCliVersion() {
|
|
414866
414873
|
const pkgJson = await getPackageJson();
|
|
414867
|
-
return "0.25.
|
|
414874
|
+
return "0.25.13";
|
|
414868
414875
|
}
|
|
414869
414876
|
__name(getCliVersion, "getCliVersion");
|
|
414870
414877
|
|
|
@@ -422636,7 +422643,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
422636
422643
|
|
|
422637
422644
|
// packages/cli/src/generated/git-commit.ts
|
|
422638
422645
|
init_esbuild_shims();
|
|
422639
|
-
var GIT_COMMIT_INFO = "
|
|
422646
|
+
var GIT_COMMIT_INFO = "05b963410";
|
|
422640
422647
|
|
|
422641
422648
|
// packages/cli/src/utils/systemInfo.ts
|
|
422642
422649
|
async function getNpmVersion() {
|
|
@@ -490115,7 +490122,7 @@ var QwenAgent = class {
|
|
|
490115
490122
|
async initialize(args2) {
|
|
490116
490123
|
this.clientCapabilities = args2.clientCapabilities;
|
|
490117
490124
|
const authMethods = buildAuthMethods();
|
|
490118
|
-
const version2 = "0.25.
|
|
490125
|
+
const version2 = "0.25.13";
|
|
490119
490126
|
return {
|
|
490120
490127
|
protocolVersion: PROTOCOL_VERSION,
|
|
490121
490128
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protolabsai/proto",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.13",
|
|
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.25.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.25.13"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|