@protolabsai/proto 0.25.2 → 0.25.4

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 +10 -10
  2. 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.25.2";
170890
+ const version2 = "0.25.4";
170891
170891
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
170892
170892
  const baseHeaders = {
170893
170893
  "User-Agent": userAgent2
@@ -414698,7 +414698,7 @@ __name(getPackageJson, "getPackageJson");
414698
414698
  // packages/cli/src/utils/version.ts
414699
414699
  async function getCliVersion() {
414700
414700
  const pkgJson = await getPackageJson();
414701
- return "0.25.2";
414701
+ return "0.25.4";
414702
414702
  }
414703
414703
  __name(getCliVersion, "getCliVersion");
414704
414704
 
@@ -422470,7 +422470,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
422470
422470
 
422471
422471
  // packages/cli/src/generated/git-commit.ts
422472
422472
  init_esbuild_shims();
422473
- var GIT_COMMIT_INFO = "0028a5adb";
422473
+ var GIT_COMMIT_INFO = "5b2bb801f";
422474
422474
 
422475
422475
  // packages/cli/src/utils/systemInfo.ts
422476
422476
  async function getNpmVersion() {
@@ -483495,7 +483495,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateEnabled) {
483495
483495
  }
483496
483496
  }
483497
483497
  if (realPath.includes("/.pnpm/global")) {
483498
- const updateCommand3 = "pnpm add -g @protolabs/proto@latest";
483498
+ const updateCommand3 = "pnpm add -g @protolabsai/proto@latest";
483499
483499
  return {
483500
483500
  packageManager: "pnpm" /* PNPM */,
483501
483501
  isGlobal: true,
@@ -483504,7 +483504,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateEnabled) {
483504
483504
  };
483505
483505
  }
483506
483506
  if (realPath.includes("/.yarn/global")) {
483507
- const updateCommand3 = "yarn global add @protolabs/proto@latest";
483507
+ const updateCommand3 = "yarn global add @protolabsai/proto@latest";
483508
483508
  return {
483509
483509
  packageManager: "yarn" /* YARN */,
483510
483510
  isGlobal: true,
@@ -483520,7 +483520,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateEnabled) {
483520
483520
  };
483521
483521
  }
483522
483522
  if (realPath.includes("/.bun/bin")) {
483523
- const updateCommand3 = "bun add -g @protolabs/proto@latest";
483523
+ const updateCommand3 = "bun add -g @protolabsai/proto@latest";
483524
483524
  return {
483525
483525
  packageManager: "bun" /* BUN */,
483526
483526
  isGlobal: true,
@@ -483543,7 +483543,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateEnabled) {
483543
483543
  updateMessage: "Locally installed. Please update via your project's package.json."
483544
483544
  };
483545
483545
  }
483546
- const updateCommand2 = "npm install -g @protolabs/proto@latest";
483546
+ const updateCommand2 = "npm install -g @protolabsai/proto@latest";
483547
483547
  return {
483548
483548
  packageManager: "npm" /* NPM */,
483549
483549
  isGlobal: true,
@@ -483639,12 +483639,12 @@ function setUpdateHandler(addItem, setUpdateInfo) {
483639
483639
  setUpdateInfo(null);
483640
483640
  }, 6e4);
483641
483641
  }, "handleUpdateRecieved");
483642
- const handleUpdateFailed = /* @__PURE__ */ __name(() => {
483642
+ const handleUpdateFailed = /* @__PURE__ */ __name((data) => {
483643
483643
  setUpdateInfo(null);
483644
483644
  addItem(
483645
483645
  {
483646
483646
  type: "error" /* ERROR */,
483647
- text: `Automatic update failed. Please try updating manually`
483647
+ text: data.message
483648
483648
  },
483649
483649
  Date.now()
483650
483650
  );
@@ -489814,7 +489814,7 @@ var QwenAgent = class {
489814
489814
  async initialize(args2) {
489815
489815
  this.clientCapabilities = args2.clientCapabilities;
489816
489816
  const authMethods = buildAuthMethods();
489817
- const version2 = "0.25.2";
489817
+ const version2 = "0.25.4";
489818
489818
  return {
489819
489819
  protocolVersion: PROTOCOL_VERSION,
489820
489820
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.25.2",
3
+ "version": "0.25.4",
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.25.2"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.25.4"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {