@protolabsai/proto 0.37.3 → 0.38.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 +7 -4
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -169159,7 +169159,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
169159
169159
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
169160
169160
|
});
|
|
169161
169161
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
169162
|
-
const version2 = "0.
|
|
169162
|
+
const version2 = "0.38.1";
|
|
169163
169163
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
169164
169164
|
const baseHeaders = {
|
|
169165
169165
|
"User-Agent": userAgent2
|
|
@@ -417551,7 +417551,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
417551
417551
|
// packages/cli/src/utils/version.ts
|
|
417552
417552
|
async function getCliVersion() {
|
|
417553
417553
|
const pkgJson = await getPackageJson();
|
|
417554
|
-
return "0.
|
|
417554
|
+
return "0.38.1";
|
|
417555
417555
|
}
|
|
417556
417556
|
__name(getCliVersion, "getCliVersion");
|
|
417557
417557
|
|
|
@@ -425559,7 +425559,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
425559
425559
|
|
|
425560
425560
|
// packages/cli/src/generated/git-commit.ts
|
|
425561
425561
|
init_esbuild_shims();
|
|
425562
|
-
var GIT_COMMIT_INFO = "
|
|
425562
|
+
var GIT_COMMIT_INFO = "8336a522d";
|
|
425563
425563
|
|
|
425564
425564
|
// packages/cli/src/utils/systemInfo.ts
|
|
425565
425565
|
async function getNpmVersion() {
|
|
@@ -483325,6 +483325,9 @@ var useGeminiStream = /* @__PURE__ */ __name((geminiClient, history, addItem, co
|
|
|
483325
483325
|
if (currentCallIds.length > 0) {
|
|
483326
483326
|
markToolsAsSubmittedRef.current(currentCallIds);
|
|
483327
483327
|
}
|
|
483328
|
+
const immediatelyCleared = forceCancelStaleToolCallsRef.current();
|
|
483329
|
+
if (immediatelyCleared > 0) {
|
|
483330
|
+
}
|
|
483328
483331
|
setTimeout(() => {
|
|
483329
483332
|
const cleared = forceCancelStaleToolCallsRef.current();
|
|
483330
483333
|
if (cleared > 0) {
|
|
@@ -495286,7 +495289,7 @@ var QwenAgent = class {
|
|
|
495286
495289
|
async initialize(args2) {
|
|
495287
495290
|
this.clientCapabilities = args2.clientCapabilities;
|
|
495288
495291
|
const authMethods = buildAuthMethods();
|
|
495289
|
-
const version2 = "0.
|
|
495292
|
+
const version2 = "0.38.1";
|
|
495290
495293
|
return {
|
|
495291
495294
|
protocolVersion: PROTOCOL_VERSION,
|
|
495292
495295
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protolabsai/proto",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.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.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.38.1"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|