@protolabsai/proto 0.55.2 → 0.55.3

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.
Files changed (2) hide show
  1. package/cli.js +4 -4
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -168684,7 +168684,7 @@ __export(geminiContentGenerator_exports, {
168684
168684
  createGeminiContentGenerator: () => createGeminiContentGenerator
168685
168685
  });
168686
168686
  function createGeminiContentGenerator(config2, gcConfig) {
168687
- const version2 = "0.55.2";
168687
+ const version2 = "0.55.3";
168688
168688
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
168689
168689
  const baseHeaders = {
168690
168690
  "User-Agent": userAgent2
@@ -416974,7 +416974,7 @@ __name(getPackageJson, "getPackageJson");
416974
416974
  // packages/cli/src/utils/version.ts
416975
416975
  async function getCliVersion() {
416976
416976
  const pkgJson = await getPackageJson();
416977
- return "0.55.2";
416977
+ return "0.55.3";
416978
416978
  }
416979
416979
  __name(getCliVersion, "getCliVersion");
416980
416980
 
@@ -425174,7 +425174,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
425174
425174
 
425175
425175
  // packages/cli/src/generated/git-commit.ts
425176
425176
  init_esbuild_shims();
425177
- var GIT_COMMIT_INFO = "c065df84f";
425177
+ var GIT_COMMIT_INFO = "72bbb0204";
425178
425178
 
425179
425179
  // packages/cli/src/utils/systemInfo.ts
425180
425180
  async function getNpmVersion() {
@@ -494063,7 +494063,7 @@ var QwenAgent = class {
494063
494063
  async initialize(args2) {
494064
494064
  this.clientCapabilities = args2.clientCapabilities;
494065
494065
  const authMethods = buildAuthMethods();
494066
- const version2 = "0.55.2";
494066
+ const version2 = "0.55.3";
494067
494067
  return {
494068
494068
  protocolVersion: PROTOCOL_VERSION,
494069
494069
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.55.2",
3
+ "version": "0.55.3",
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.55.2"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.55.3"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {