@protolabsai/proto 0.53.0 → 0.54.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 +6 -6
  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.53.0";
168687
+ const version2 = "0.54.0";
168688
168688
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
168689
168689
  const baseHeaders = {
168690
168690
  "User-Agent": userAgent2
@@ -405844,8 +405844,8 @@ var SETTINGS_SCHEMA = {
405844
405844
  label: "Show Status in Title",
405845
405845
  category: "UI",
405846
405846
  requiresRestart: false,
405847
- default: false,
405848
- description: "Show proto status and thoughts in the terminal window/tab title, with an animated spinner while running (so you can tell which tabs are active)",
405847
+ default: true,
405848
+ description: "Show proto status and thoughts in the terminal window/tab title, with an animated spinner while running (so you can tell which tabs are active). Set to false to leave the title untouched.",
405849
405849
  showInDialog: false
405850
405850
  },
405851
405851
  hideTips: {
@@ -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.53.0";
416788
+ return "0.54.0";
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 = "f51edd15b";
424988
+ var GIT_COMMIT_INFO = "8133cceb7";
424989
424989
 
424990
424990
  // packages/cli/src/utils/systemInfo.ts
424991
424991
  async function getNpmVersion() {
@@ -493801,7 +493801,7 @@ var QwenAgent = class {
493801
493801
  async initialize(args2) {
493802
493802
  this.clientCapabilities = args2.clientCapabilities;
493803
493803
  const authMethods = buildAuthMethods();
493804
- const version2 = "0.53.0";
493804
+ const version2 = "0.54.0";
493805
493805
  return {
493806
493806
  protocolVersion: PROTOCOL_VERSION,
493807
493807
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.53.0",
3
+ "version": "0.54.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.53.0"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.54.0"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {