@protolabsai/proto 0.25.15 → 0.25.16

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
@@ -170894,7 +170894,7 @@ __export(geminiContentGenerator_exports, {
170894
170894
  createGeminiContentGenerator: () => createGeminiContentGenerator
170895
170895
  });
170896
170896
  function createGeminiContentGenerator(config2, gcConfig) {
170897
- const version2 = "0.25.15";
170897
+ const version2 = "0.25.16";
170898
170898
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
170899
170899
  const baseHeaders = {
170900
170900
  "User-Agent": userAgent2
@@ -414961,7 +414961,7 @@ __name(getPackageJson, "getPackageJson");
414961
414961
  // packages/cli/src/utils/version.ts
414962
414962
  async function getCliVersion() {
414963
414963
  const pkgJson = await getPackageJson();
414964
- return "0.25.15";
414964
+ return "0.25.16";
414965
414965
  }
414966
414966
  __name(getCliVersion, "getCliVersion");
414967
414967
 
@@ -422733,7 +422733,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
422733
422733
 
422734
422734
  // packages/cli/src/generated/git-commit.ts
422735
422735
  init_esbuild_shims();
422736
- var GIT_COMMIT_INFO = "eda760681";
422736
+ var GIT_COMMIT_INFO = "0f884d41d";
422737
422737
 
422738
422738
  // packages/cli/src/utils/systemInfo.ts
422739
422739
  async function getNpmVersion() {
@@ -490212,7 +490212,7 @@ var QwenAgent = class {
490212
490212
  async initialize(args2) {
490213
490213
  this.clientCapabilities = args2.clientCapabilities;
490214
490214
  const authMethods = buildAuthMethods();
490215
- const version2 = "0.25.15";
490215
+ const version2 = "0.25.16";
490216
490216
  return {
490217
490217
  protocolVersion: PROTOCOL_VERSION,
490218
490218
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.25.15",
3
+ "version": "0.25.16",
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.15"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.25.16"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {