@protolabsai/proto 0.25.5 → 0.25.6

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
@@ -170887,7 +170887,7 @@ __export(geminiContentGenerator_exports, {
170887
170887
  createGeminiContentGenerator: () => createGeminiContentGenerator
170888
170888
  });
170889
170889
  function createGeminiContentGenerator(config2, gcConfig) {
170890
- const version2 = "0.25.5";
170890
+ const version2 = "0.25.6";
170891
170891
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
170892
170892
  const baseHeaders = {
170893
170893
  "User-Agent": userAgent2
@@ -414863,7 +414863,7 @@ __name(getPackageJson, "getPackageJson");
414863
414863
  // packages/cli/src/utils/version.ts
414864
414864
  async function getCliVersion() {
414865
414865
  const pkgJson = await getPackageJson();
414866
- return "0.25.5";
414866
+ return "0.25.6";
414867
414867
  }
414868
414868
  __name(getCliVersion, "getCliVersion");
414869
414869
 
@@ -422635,7 +422635,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
422635
422635
 
422636
422636
  // packages/cli/src/generated/git-commit.ts
422637
422637
  init_esbuild_shims();
422638
- var GIT_COMMIT_INFO = "b657765a7";
422638
+ var GIT_COMMIT_INFO = "d8417196a";
422639
422639
 
422640
422640
  // packages/cli/src/utils/systemInfo.ts
422641
422641
  async function getNpmVersion() {
@@ -490067,7 +490067,7 @@ var QwenAgent = class {
490067
490067
  async initialize(args2) {
490068
490068
  this.clientCapabilities = args2.clientCapabilities;
490069
490069
  const authMethods = buildAuthMethods();
490070
- const version2 = "0.25.5";
490070
+ const version2 = "0.25.6";
490071
490071
  return {
490072
490072
  protocolVersion: PROTOCOL_VERSION,
490073
490073
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.25.5",
3
+ "version": "0.25.6",
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.5"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.25.6"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {