@protolabsai/proto 0.37.3 → 0.38.0
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
|
@@ -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.0";
|
|
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.0";
|
|
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 = "8c18a6f98";
|
|
425563
425563
|
|
|
425564
425564
|
// packages/cli/src/utils/systemInfo.ts
|
|
425565
425565
|
async function getNpmVersion() {
|
|
@@ -495286,7 +495286,7 @@ var QwenAgent = class {
|
|
|
495286
495286
|
async initialize(args2) {
|
|
495287
495287
|
this.clientCapabilities = args2.clientCapabilities;
|
|
495288
495288
|
const authMethods = buildAuthMethods();
|
|
495289
|
-
const version2 = "0.
|
|
495289
|
+
const version2 = "0.38.0";
|
|
495290
495290
|
return {
|
|
495291
495291
|
protocolVersion: PROTOCOL_VERSION,
|
|
495292
495292
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protolabsai/proto",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
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.0"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|