@protolabsai/proto 0.24.0 → 0.24.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
|
@@ -170887,7 +170887,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
170887
170887
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
170888
170888
|
});
|
|
170889
170889
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
170890
|
-
const version2 = "0.24.
|
|
170890
|
+
const version2 = "0.24.1";
|
|
170891
170891
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
170892
170892
|
const baseHeaders = {
|
|
170893
170893
|
"User-Agent": userAgent2
|
|
@@ -414126,7 +414126,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
414126
414126
|
// packages/cli/src/utils/version.ts
|
|
414127
414127
|
async function getCliVersion() {
|
|
414128
414128
|
const pkgJson = await getPackageJson();
|
|
414129
|
-
return "0.24.
|
|
414129
|
+
return "0.24.1";
|
|
414130
414130
|
}
|
|
414131
414131
|
__name(getCliVersion, "getCliVersion");
|
|
414132
414132
|
|
|
@@ -421898,7 +421898,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
421898
421898
|
|
|
421899
421899
|
// packages/cli/src/generated/git-commit.ts
|
|
421900
421900
|
init_esbuild_shims();
|
|
421901
|
-
var GIT_COMMIT_INFO = "
|
|
421901
|
+
var GIT_COMMIT_INFO = "37fd6300f";
|
|
421902
421902
|
|
|
421903
421903
|
// packages/cli/src/utils/systemInfo.ts
|
|
421904
421904
|
async function getNpmVersion() {
|
|
@@ -488870,7 +488870,7 @@ var QwenAgent = class {
|
|
|
488870
488870
|
async initialize(args2) {
|
|
488871
488871
|
this.clientCapabilities = args2.clientCapabilities;
|
|
488872
488872
|
const authMethods = buildAuthMethods();
|
|
488873
|
-
const version2 = "0.24.
|
|
488873
|
+
const version2 = "0.24.1";
|
|
488874
488874
|
return {
|
|
488875
488875
|
protocolVersion: PROTOCOL_VERSION,
|
|
488876
488876
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protolabsai/proto",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.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.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.24.1"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|