@protolabsai/proto 0.52.0 → 0.52.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.
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.52.0";
168687
+ const version2 = "0.52.1";
168688
168688
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
168689
168689
  const baseHeaders = {
168690
168690
  "User-Agent": userAgent2
@@ -416785,7 +416785,7 @@ __name(getPackageJson, "getPackageJson");
416785
416785
  // packages/cli/src/utils/version.ts
416786
416786
  async function getCliVersion() {
416787
416787
  const pkgJson = await getPackageJson();
416788
- return "0.52.0";
416788
+ return "0.52.1";
416789
416789
  }
416790
416790
  __name(getCliVersion, "getCliVersion");
416791
416791
 
@@ -424985,7 +424985,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
424985
424985
 
424986
424986
  // packages/cli/src/generated/git-commit.ts
424987
424987
  init_esbuild_shims();
424988
- var GIT_COMMIT_INFO = "0f21b967a";
424988
+ var GIT_COMMIT_INFO = "53bb568d2";
424989
424989
 
424990
424990
  // packages/cli/src/utils/systemInfo.ts
424991
424991
  async function getNpmVersion() {
@@ -493787,7 +493787,7 @@ var QwenAgent = class {
493787
493787
  async initialize(args2) {
493788
493788
  this.clientCapabilities = args2.clientCapabilities;
493789
493789
  const authMethods = buildAuthMethods();
493790
- const version2 = "0.52.0";
493790
+ const version2 = "0.52.1";
493791
493791
  return {
493792
493792
  protocolVersion: PROTOCOL_VERSION,
493793
493793
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.52.0",
3
+ "version": "0.52.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.52.0"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.52.1"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {