@protolabsai/proto 0.34.1 → 0.34.2
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
|
@@ -169086,7 +169086,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
169086
169086
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
169087
169087
|
});
|
|
169088
169088
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
169089
|
-
const version2 = "0.34.
|
|
169089
|
+
const version2 = "0.34.2";
|
|
169090
169090
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
169091
169091
|
const baseHeaders = {
|
|
169092
169092
|
"User-Agent": userAgent2
|
|
@@ -416805,7 +416805,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
416805
416805
|
// packages/cli/src/utils/version.ts
|
|
416806
416806
|
async function getCliVersion() {
|
|
416807
416807
|
const pkgJson = await getPackageJson();
|
|
416808
|
-
return "0.34.
|
|
416808
|
+
return "0.34.2";
|
|
416809
416809
|
}
|
|
416810
416810
|
__name(getCliVersion, "getCliVersion");
|
|
416811
416811
|
|
|
@@ -424816,7 +424816,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
424816
424816
|
|
|
424817
424817
|
// packages/cli/src/generated/git-commit.ts
|
|
424818
424818
|
init_esbuild_shims();
|
|
424819
|
-
var GIT_COMMIT_INFO = "
|
|
424819
|
+
var GIT_COMMIT_INFO = "96753f799";
|
|
424820
424820
|
|
|
424821
424821
|
// packages/cli/src/utils/systemInfo.ts
|
|
424822
424822
|
async function getNpmVersion() {
|
|
@@ -493902,7 +493902,7 @@ var QwenAgent = class {
|
|
|
493902
493902
|
async initialize(args2) {
|
|
493903
493903
|
this.clientCapabilities = args2.clientCapabilities;
|
|
493904
493904
|
const authMethods = buildAuthMethods();
|
|
493905
|
-
const version2 = "0.34.
|
|
493905
|
+
const version2 = "0.34.2";
|
|
493906
493906
|
return {
|
|
493907
493907
|
protocolVersion: PROTOCOL_VERSION,
|
|
493908
493908
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protolabsai/proto",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.2",
|
|
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.34.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.34.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|