@protolabsai/proto 0.45.0 → 0.46.0

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
@@ -169159,7 +169159,7 @@ __export(geminiContentGenerator_exports, {
169159
169159
  createGeminiContentGenerator: () => createGeminiContentGenerator
169160
169160
  });
169161
169161
  function createGeminiContentGenerator(config2, gcConfig) {
169162
- const version2 = "0.45.0";
169162
+ const version2 = "0.46.0";
169163
169163
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
169164
169164
  const baseHeaders = {
169165
169165
  "User-Agent": userAgent2
@@ -418183,7 +418183,7 @@ __name(getPackageJson, "getPackageJson");
418183
418183
  // packages/cli/src/utils/version.ts
418184
418184
  async function getCliVersion() {
418185
418185
  const pkgJson = await getPackageJson();
418186
- return "0.45.0";
418186
+ return "0.46.0";
418187
418187
  }
418188
418188
  __name(getCliVersion, "getCliVersion");
418189
418189
 
@@ -426191,7 +426191,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
426191
426191
 
426192
426192
  // packages/cli/src/generated/git-commit.ts
426193
426193
  init_esbuild_shims();
426194
- var GIT_COMMIT_INFO = "7986bbcce";
426194
+ var GIT_COMMIT_INFO = "aa04cbac8";
426195
426195
 
426196
426196
  // packages/cli/src/utils/systemInfo.ts
426197
426197
  async function getNpmVersion() {
@@ -496213,7 +496213,7 @@ var QwenAgent = class {
496213
496213
  async initialize(args2) {
496214
496214
  this.clientCapabilities = args2.clientCapabilities;
496215
496215
  const authMethods = buildAuthMethods();
496216
- const version2 = "0.45.0";
496216
+ const version2 = "0.46.0";
496217
496217
  return {
496218
496218
  protocolVersion: PROTOCOL_VERSION,
496219
496219
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.45.0",
3
+ "version": "0.46.0",
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.45.0"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.46.0"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {