@verboo/code 0.15.6 → 0.15.7

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/dist/cli.mjs +137 -72
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -87624,7 +87624,7 @@ var require_eventsource = __commonJS((exports, module) => {
87624
87624
 
87625
87625
  // node_modules/undici/index.js
87626
87626
  var require_undici = __commonJS((exports, module) => {
87627
- var __filename = "/Users/impedro29/Development/Verbeux/verboo-code-project/verboo-code/node_modules/undici/index.js";
87627
+ var __filename = "/home/runner/work/code/code/node_modules/undici/index.js";
87628
87628
  var Client = require_client();
87629
87629
  var Dispatcher = require_dispatcher();
87630
87630
  var Pool = require_pool();
@@ -98956,7 +98956,7 @@ var require_es5 = __commonJS((exports, module) => {
98956
98956
 
98957
98957
  // node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
98958
98958
  var require_client3 = __commonJS((exports) => {
98959
- var __dirname = "/Users/impedro29/Development/Verbeux/verboo-code-project/verboo-code/node_modules/@aws-sdk/core/dist-cjs/submodules/client";
98959
+ var __dirname = "/home/runner/work/code/code/node_modules/@aws-sdk/core/dist-cjs/submodules/client";
98960
98960
  var retry = require_retry3();
98961
98961
  var protocols = require_protocols();
98962
98962
  var lambdaInvokeStore = require_invoke_store();
@@ -117992,7 +117992,7 @@ function getClaudeCodeUserAgent() {
117992
117992
  return `claude-code/${"99.0.0"}`;
117993
117993
  }
117994
117994
  function getVerbooCodeUserAgent() {
117995
- const version2 = "0.15.6";
117995
+ const version2 = "0.15.7";
117996
117996
  return `verboo-code/${version2}`;
117997
117997
  }
117998
117998
 
@@ -178248,7 +178248,7 @@ async function codesignRipgrepIfNecessary() {
178248
178248
  logError2(e);
178249
178249
  }
178250
178250
  }
178251
- var __dirname = "/Users/impedro29/Development/Verbeux/verboo-code-project/verboo-code/src/utils", getRipgrepConfig, MAX_BUFFER_SIZE = 20000000, RipgrepTimeoutError, RipgrepUnavailableError, countFilesRoundedRg, ripgrepStatus = null, testRipgrepOnFirstUse, alreadyDoneSignCheck = false;
178251
+ var __dirname = "/home/runner/work/code/code/src/utils", getRipgrepConfig, MAX_BUFFER_SIZE = 20000000, RipgrepTimeoutError, RipgrepUnavailableError, countFilesRoundedRg, ripgrepStatus = null, testRipgrepOnFirstUse, alreadyDoneSignCheck = false;
178252
178252
  var init_ripgrep = __esm(() => {
178253
178253
  init_memoize();
178254
178254
  init_debug();
@@ -390235,7 +390235,7 @@ function getAnthropicEnvMetadata() {
390235
390235
  function getBuildAgeMinutes() {
390236
390236
  if (false)
390237
390237
  ;
390238
- const buildTime = new Date("2026-08-08T17:59:39.726Z").getTime();
390238
+ const buildTime = new Date("2026-08-08T18:22:02.046Z").getTime();
390239
390239
  if (isNaN(buildTime))
390240
390240
  return;
390241
390241
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -431923,7 +431923,7 @@ function buildPrimarySection() {
431923
431923
  });
431924
431924
  return [{
431925
431925
  label: "Version",
431926
- value: "0.15.6"
431926
+ value: "0.15.7"
431927
431927
  }, {
431928
431928
  label: "Session name",
431929
431929
  value: nameValue
@@ -445809,7 +445809,7 @@ function getReleaseTagUrl(version2 = publicBuildVersion) {
445809
445809
  return `${VERBOO_RELEASES_URL}/tag/v${normalizePublicVersion(version2)}`;
445810
445810
  }
445811
445811
  function getPublicBuildVersion() {
445812
- return "0.15.6";
445812
+ return "0.15.7";
445813
445813
  }
445814
445814
  var import_semver10, VERBOO_RELEASES_URL = "https://github.com/verbeux-ai/code/releases", fallbackBuildVersion, publicBuildVersion;
445815
445815
  var init_version = __esm(() => {
@@ -497203,7 +497203,7 @@ var init_bridge_kick = __esm(() => {
497203
497203
  var call66 = async () => {
497204
497204
  return {
497205
497205
  type: "text",
497206
- value: `${"99.0.0"} (built ${"2026-08-08T17:59:39.726Z"})`
497206
+ value: `${"99.0.0"} (built ${"2026-08-08T18:22:02.046Z"})`
497207
497207
  };
497208
497208
  }, version2, version_default;
497209
497209
  var init_version2 = __esm(() => {
@@ -521396,20 +521396,49 @@ function renderStartupScreen(p, version3, displayCwd, columns) {
521396
521396
  const out = [""];
521397
521397
  const bold2 = `${ESC4}1m`;
521398
521398
  const PURPLE = rgb3(...ACCENT);
521399
+ const PURPLE_FILL = `${PURPLE}${ESC4}48;2;${ACCENT[0]};${ACCENT[1]};${ACCENT[2]}m`;
521399
521400
  const DIMP = `${DIM2}${rgb3(...DIMCOL)}`;
521400
521401
  const STATUS_C = p.isLocal ? rgb3(130, 200, 140) : PURPLE;
521401
521402
  const statusLabel = p.isLocal ? "local" : "cloud";
521402
- const detailWidth = Math.max(1, columns - 8);
521403
521403
  const providerAndModel = p.name === "Verboo" ? p.model : `${p.name} · ${p.model}`;
521404
- const model2 = truncateStartupText(providerAndModel, Math.max(1, detailWidth - statusLabel.length - 4));
521405
- const cwd2 = truncateStartupText(displayCwd, detailWidth);
521406
- const hint = truncateStartupText("Type a request, or use /help for commands", detailWidth);
521407
- const shownVersion = truncateStartupText(version3, Math.max(1, columns - 24));
521408
- out.push(` \uD83D\uDC7B ${bold2}${PURPLE}Verboo Code${RESET2} ${DIMP}v${shownVersion}${RESET2}`);
521409
- out.push(` ${STATUS_C}●${RESET2} ${DIMP}${model2} · ${statusLabel}${RESET2}`);
521410
- out.push(` ${DIMP}${cwd2}${RESET2}`);
521411
- out.push("");
521412
- out.push(` ${DIMP}${hint}${RESET2}`);
521404
+ if (columns < STARTUP_LOGO_MIN_COLUMNS) {
521405
+ const detailWidth = Math.max(1, columns - 4);
521406
+ const shownVersion = truncateStartupText(version3, Math.max(1, columns - 20));
521407
+ const model2 = truncateStartupText(providerAndModel, Math.max(1, detailWidth - statusLabel.length - 4));
521408
+ const cwd2 = truncateStartupText(displayCwd, detailWidth);
521409
+ out.push(` ${bold2}${PURPLE}Verboo Code${RESET2} ${DIMP}v${shownVersion}${RESET2}`);
521410
+ out.push(` ${STATUS_C}●${RESET2} ${DIMP}${model2} · ${statusLabel}${RESET2}`);
521411
+ out.push(` ${DIMP}${cwd2}${RESET2}`);
521412
+ } else {
521413
+ const maxLogoWidth = Math.max(...VERBOO_LOGO.map((line) => line.trimEnd().length));
521414
+ const logoTextPadding = 2;
521415
+ const rightTextWidth = Math.max(1, columns - 2 - maxLogoWidth - logoTextPadding);
521416
+ const shownVersion = truncateStartupText(version3, Math.max(1, rightTextWidth - 16));
521417
+ const model2 = truncateStartupText(providerAndModel, Math.max(1, rightTextWidth - statusLabel.length - 5));
521418
+ const cwd2 = truncateStartupText(displayCwd, rightTextWidth);
521419
+ const hint = truncateStartupText("Type a request, or use /help for commands", rightTextWidth);
521420
+ const rightColumn = [
521421
+ "",
521422
+ `${bold2}${PURPLE}Verboo Code${RESET2} ${DIMP}v${shownVersion}${RESET2}`,
521423
+ `${STATUS_C}●${RESET2} ${DIMP}${model2} · ${statusLabel}${RESET2}`,
521424
+ `${DIMP}${cwd2}${RESET2}`,
521425
+ "",
521426
+ `${DIMP}${hint}${RESET2}`,
521427
+ ""
521428
+ ];
521429
+ for (let i3 = 0;i3 < VERBOO_LOGO.length; i3++) {
521430
+ const line = (VERBOO_LOGO[i3] ?? "").trimEnd();
521431
+ const mask = VERBOO_LOGO_MASK[i3] ?? "";
521432
+ let painted = "";
521433
+ for (let j = 0;j < line.length; j++) {
521434
+ const character = line[j] ?? "";
521435
+ const isBlock = character === "▀" || character === "▄";
521436
+ painted += isBlock && mask[j] === "1" ? `${PURPLE_FILL}${character}${RESET2}` : isBlock ? `${PURPLE}${character}${RESET2}` : character;
521437
+ }
521438
+ const gap = " ".repeat(Math.max(0, maxLogoWidth - line.length + logoTextPadding));
521439
+ out.push(` ${painted}${gap}${rightColumn[i3] ?? ""}`);
521440
+ }
521441
+ }
521413
521442
  out.push("");
521414
521443
  return `${out.join(`
521415
521444
  `)}
@@ -521422,11 +521451,11 @@ function printStartupScreen(modelOverride) {
521422
521451
  const home = process.env.HOME || process.env.USERPROFILE || "";
521423
521452
  const cwd2 = process.cwd();
521424
521453
  const displayCwd = home && cwd2.startsWith(home) ? `~${cwd2.slice(home.length)}` : cwd2;
521425
- const version3 = "0.15.6";
521454
+ const version3 = "0.15.7";
521426
521455
  const columns = process.stdout.columns ?? STARTUP_DEFAULT_COLUMNS;
521427
521456
  process.stdout.write(renderStartupScreen(p, version3, displayCwd, columns));
521428
521457
  }
521429
- var ESC4 = "\x1B[", RESET2, DIM2, rgb3 = (r, g, b) => `${ESC4}38;2;${r};${g};${b}m`, ACCENT, DIMCOL, STARTUP_DEFAULT_COLUMNS = 80;
521458
+ var ESC4 = "\x1B[", RESET2, DIM2, rgb3 = (r, g, b) => `${ESC4}38;2;${r};${g};${b}m`, ACCENT, DIMCOL, STARTUP_DEFAULT_COLUMNS = 80, VERBOO_LOGO, VERBOO_LOGO_MASK, STARTUP_LOGO_MIN_COLUMNS = 48;
521430
521459
  var init_StartupScreen = __esm(() => {
521431
521460
  init_oauth();
521432
521461
  init_providerConfig();
@@ -521437,6 +521466,24 @@ var init_StartupScreen = __esm(() => {
521437
521466
  DIM2 = `${ESC4}2m`;
521438
521467
  ACCENT = [173, 52, 254];
521439
521468
  DIMCOL = [120, 100, 140];
521469
+ VERBOO_LOGO = [
521470
+ " ▄▀▀▀▀▀▀▀▄ ",
521471
+ "▄▀▀▀▀▀▀▀▀▀▀▀▄",
521472
+ "▀▀▀ ▀▀▀▀▀ ▀▀▀",
521473
+ "▀▀▀▀▀▀▀▀▀▀▀▀▀",
521474
+ "▀▀▀▀▀▄▄▄▀▀▀▀▀",
521475
+ " ▀▀▀▀▀▀▀▀▀▀▀ ",
521476
+ "▄▀▀ ▀▀▀▀▀ ▀▀▄"
521477
+ ];
521478
+ VERBOO_LOGO_MASK = [
521479
+ " 011111110 ",
521480
+ "0111111111110",
521481
+ "1110111110111",
521482
+ "1111011101111",
521483
+ "1111100011111",
521484
+ " 11111111111 ",
521485
+ "110 01110 011"
521486
+ ];
521440
521487
  });
521441
521488
 
521442
521489
  // node_modules/commander/lib/error.js
@@ -540647,7 +540694,7 @@ var init_routerRateLimitHook = __esm(() => {
540647
540694
  function getSemverPart(version3) {
540648
540695
  return `${import_semver13.major(version3, { loose: true })}.${import_semver13.minor(version3, { loose: true })}.${import_semver13.patch(version3, { loose: true })}`;
540649
540696
  }
540650
- function useUpdateNotification(updatedVersion, initialVersion = "0.15.6") {
540697
+ function useUpdateNotification(updatedVersion, initialVersion = "0.15.7") {
540651
540698
  const [lastNotifiedSemver, setLastNotifiedSemver] = import_react227.useState(() => getSemverPart(initialVersion));
540652
540699
  const [pendingNotification2, setPendingNotification] = import_react227.useState(null);
540653
540700
  if (updatedVersion) {
@@ -540687,7 +540734,7 @@ function AutoUpdater({
540687
540734
  return;
540688
540735
  }
540689
540736
  if (false) {}
540690
- const currentVersion = "0.15.6";
540737
+ const currentVersion = "0.15.7";
540691
540738
  const channel2 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
540692
540739
  let latestVersion = await getLatestVersion(channel2);
540693
540740
  const isDisabled = isAutoUpdaterDisabled();
@@ -541040,17 +541087,17 @@ function PackageManagerAutoUpdater(t0) {
541040
541087
  const maxVersion = await getMaxVersion();
541041
541088
  if (maxVersion && latest && gt(latest, maxVersion)) {
541042
541089
  logForDebugging(`PackageManagerAutoUpdater: maxVersion ${maxVersion} is set, capping update from ${latest} to ${maxVersion}`);
541043
- if (gte("0.15.6", maxVersion)) {
541044
- logForDebugging(`PackageManagerAutoUpdater: current version ${"0.15.6"} is already at or above maxVersion ${maxVersion}, skipping update`);
541090
+ if (gte("0.15.7", maxVersion)) {
541091
+ logForDebugging(`PackageManagerAutoUpdater: current version ${"0.15.7"} is already at or above maxVersion ${maxVersion}, skipping update`);
541045
541092
  setUpdateAvailable(false);
541046
541093
  return;
541047
541094
  }
541048
541095
  latest = maxVersion;
541049
541096
  }
541050
- const hasUpdate = latest && !gte("0.15.6", latest) && !shouldSkipVersion(latest);
541097
+ const hasUpdate = latest && !gte("0.15.7", latest) && !shouldSkipVersion(latest);
541051
541098
  setUpdateAvailable(!!hasUpdate);
541052
541099
  if (hasUpdate) {
541053
- logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.15.6"} -> ${latest}`);
541100
+ logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.15.7"} -> ${latest}`);
541054
541101
  }
541055
541102
  };
541056
541103
  $2[0] = t1;
@@ -541084,7 +541131,7 @@ function PackageManagerAutoUpdater(t0) {
541084
541131
  wrap: "truncate",
541085
541132
  children: [
541086
541133
  "currentVersion: ",
541087
- "0.15.6"
541134
+ "0.15.7"
541088
541135
  ]
541089
541136
  });
541090
541137
  $2[3] = verbose;
@@ -554442,8 +554489,10 @@ function getInitialPasteId(messages) {
554442
554489
  return maxId + 1;
554443
554490
  }
554444
554491
  function buildPromptBorderText(mode) {
554492
+ if (mode !== "bash")
554493
+ return;
554445
554494
  return {
554446
- content: mode === "bash" ? " shell " : " \uD83D\uDC7B ",
554495
+ content: " shell ",
554447
554496
  position: "top",
554448
554497
  align: "start",
554449
554498
  offset: 1
@@ -557111,10 +557160,10 @@ async function autoUpdateCliInBackground() {
557111
557160
  return;
557112
557161
  const channel2 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
557113
557162
  const latest = await getLatestVersion(channel2);
557114
- if (!latest || gte("0.15.6", latest))
557163
+ if (!latest || gte("0.15.7", latest))
557115
557164
  return;
557116
557165
  writeToStdout(`
557117
- Nova versão disponível: ${latest} (atual: ${"0.15.6"})
557166
+ Nova versão disponível: ${latest} (atual: ${"0.15.7"})
557118
557167
  `);
557119
557168
  writeToStdout(`Atualizando automaticamente...
557120
557169
  `);
@@ -575293,48 +575342,64 @@ var init_ApproveApiKey = __esm(() => {
575293
575342
 
575294
575343
  // src/components/LogoV2/WelcomeV2.tsx
575295
575344
  function WelcomeV2() {
575296
- const version3 = "0.15.6";
575345
+ const version3 = "0.15.7";
575297
575346
  return /* @__PURE__ */ jsx_runtime480.jsxs(ThemedBox_default, {
575298
- flexDirection: "column",
575347
+ flexDirection: "row",
575348
+ gap: 2,
575299
575349
  marginY: 1,
575300
575350
  paddingX: 1,
575351
+ alignItems: "center",
575301
575352
  children: [
575353
+ /* @__PURE__ */ jsx_runtime480.jsx(ThemedBox_default, {
575354
+ flexDirection: "column",
575355
+ children: VERBOO_LOGO2.map((line, index) => /* @__PURE__ */ jsx_runtime480.jsx(ThemedText, {
575356
+ color: "claude",
575357
+ children: line
575358
+ }, index))
575359
+ }),
575302
575360
  /* @__PURE__ */ jsx_runtime480.jsxs(ThemedBox_default, {
575303
- flexDirection: "row",
575304
- gap: 1,
575305
- alignItems: "center",
575361
+ flexDirection: "column",
575306
575362
  children: [
575307
- /* @__PURE__ */ jsx_runtime480.jsx(ThemedText, {
575308
- children: "\uD83D\uDC7B"
575363
+ /* @__PURE__ */ jsx_runtime480.jsxs(ThemedBox_default, {
575364
+ flexDirection: "row",
575365
+ gap: 1,
575366
+ children: [
575367
+ /* @__PURE__ */ jsx_runtime480.jsx(ThemedText, {
575368
+ bold: true,
575369
+ color: "claude",
575370
+ children: "Verboo Code"
575371
+ }),
575372
+ /* @__PURE__ */ jsx_runtime480.jsxs(ThemedText, {
575373
+ dimColor: true,
575374
+ children: [
575375
+ "v",
575376
+ version3
575377
+ ]
575378
+ })
575379
+ ]
575309
575380
  }),
575310
575381
  /* @__PURE__ */ jsx_runtime480.jsx(ThemedText, {
575311
- bold: true,
575312
- color: "claude",
575313
- children: "Verboo Code"
575314
- }),
575315
- /* @__PURE__ */ jsx_runtime480.jsxs(ThemedText, {
575316
575382
  dimColor: true,
575317
- children: [
575318
- "v",
575319
- version3
575320
- ]
575383
+ children: "Build, debug, and ship from your terminal."
575321
575384
  })
575322
575385
  ]
575323
- }),
575324
- /* @__PURE__ */ jsx_runtime480.jsx(ThemedBox_default, {
575325
- paddingLeft: 3,
575326
- children: /* @__PURE__ */ jsx_runtime480.jsx(ThemedText, {
575327
- dimColor: true,
575328
- children: "Build, debug, and ship from your terminal."
575329
- })
575330
575386
  })
575331
575387
  ]
575332
575388
  });
575333
575389
  }
575334
- var jsx_runtime480;
575390
+ var jsx_runtime480, VERBOO_LOGO2;
575335
575391
  var init_WelcomeV2 = __esm(() => {
575336
575392
  init_ink2();
575337
575393
  jsx_runtime480 = __toESM(require_jsx_runtime(), 1);
575394
+ VERBOO_LOGO2 = [
575395
+ " ▄▀▀▀▀▀▀▀▄ ",
575396
+ "▄▀▀▀▀▀▀▀▀▀▀▀▄",
575397
+ "▀▀▀ ▀▀▀▀▀ ▀▀▀",
575398
+ "▀▀▀▀▀▀▀▀▀▀▀▀▀",
575399
+ "▀▀▀▀▀▄▄▄▀▀▀▀▀",
575400
+ " ▀▀▀▀▀▀▀▀▀▀▀ ",
575401
+ "▄▀▀ ▀▀▀▀▀ ▀▀▄"
575402
+ ];
575338
575403
  });
575339
575404
 
575340
575405
  // src/components/ui/OrderedListItem.tsx
@@ -593580,7 +593645,7 @@ __export(exports_update, {
593580
593645
  });
593581
593646
  async function update() {
593582
593647
  logEvent("tengu_update_check", {});
593583
- writeToStdout(`Current version: ${"0.15.6"}
593648
+ writeToStdout(`Current version: ${"0.15.7"}
593584
593649
  `);
593585
593650
  const channel2 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
593586
593651
  writeToStdout(`Checking for updates to ${channel2} version...
@@ -593665,8 +593730,8 @@ async function update() {
593665
593730
  writeToStdout(`Verboo Code is managed by Homebrew.
593666
593731
  `);
593667
593732
  const latest = await getLatestVersion(channel2);
593668
- if (latest && !gte("0.15.6", latest)) {
593669
- writeToStdout(`Update available: ${"0.15.6"} → ${latest}
593733
+ if (latest && !gte("0.15.7", latest)) {
593734
+ writeToStdout(`Update available: ${"0.15.7"} → ${latest}
593670
593735
  `);
593671
593736
  writeToStdout(`
593672
593737
  `);
@@ -593682,8 +593747,8 @@ async function update() {
593682
593747
  writeToStdout(`Verboo Code is managed by winget.
593683
593748
  `);
593684
593749
  const latest = await getLatestVersion(channel2);
593685
- if (latest && !gte("0.15.6", latest)) {
593686
- writeToStdout(`Update available: ${"0.15.6"} → ${latest}
593750
+ if (latest && !gte("0.15.7", latest)) {
593751
+ writeToStdout(`Update available: ${"0.15.7"} → ${latest}
593687
593752
  `);
593688
593753
  writeToStdout(`
593689
593754
  `);
@@ -593699,8 +593764,8 @@ async function update() {
593699
593764
  writeToStdout(`Verboo Code is managed by apk.
593700
593765
  `);
593701
593766
  const latest = await getLatestVersion(channel2);
593702
- if (latest && !gte("0.15.6", latest)) {
593703
- writeToStdout(`Update available: ${"0.15.6"} → ${latest}
593767
+ if (latest && !gte("0.15.7", latest)) {
593768
+ writeToStdout(`Update available: ${"0.15.7"} → ${latest}
593704
593769
  `);
593705
593770
  writeToStdout(`
593706
593771
  `);
@@ -593753,11 +593818,11 @@ async function update() {
593753
593818
  `);
593754
593819
  await gracefulShutdown(1);
593755
593820
  }
593756
- if (result.latestVersion === "0.15.6") {
593757
- writeToStdout(source_default.green(`Verboo Code is up to date (${"0.15.6"})`) + `
593821
+ if (result.latestVersion === "0.15.7") {
593822
+ writeToStdout(source_default.green(`Verboo Code is up to date (${"0.15.7"})`) + `
593758
593823
  `);
593759
593824
  } else {
593760
- writeToStdout(source_default.green(`Successfully updated from ${"0.15.6"} to version ${result.latestVersion}`) + `
593825
+ writeToStdout(source_default.green(`Successfully updated from ${"0.15.7"} to version ${result.latestVersion}`) + `
593761
593826
  `);
593762
593827
  await regenerateCompletionCache();
593763
593828
  }
@@ -593817,12 +593882,12 @@ async function update() {
593817
593882
  `);
593818
593883
  await gracefulShutdown(1);
593819
593884
  }
593820
- if (latestVersion === "0.15.6") {
593821
- writeToStdout(source_default.green(`Verboo Code is up to date (${"0.15.6"})`) + `
593885
+ if (latestVersion === "0.15.7") {
593886
+ writeToStdout(source_default.green(`Verboo Code is up to date (${"0.15.7"})`) + `
593822
593887
  `);
593823
593888
  await gracefulShutdown(0);
593824
593889
  }
593825
- writeToStdout(`New version available: ${latestVersion} (current: ${"0.15.6"})
593890
+ writeToStdout(`New version available: ${latestVersion} (current: ${"0.15.7"})
593826
593891
  `);
593827
593892
  writeToStdout(`Installing update...
593828
593893
  `);
@@ -593867,7 +593932,7 @@ async function update() {
593867
593932
  logForDebugging(`update: Installation status: ${status2}`);
593868
593933
  switch (status2) {
593869
593934
  case "success":
593870
- writeToStdout(source_default.green(`Successfully updated from ${"0.15.6"} to version ${latestVersion}`) + `
593935
+ writeToStdout(source_default.green(`Successfully updated from ${"0.15.7"} to version ${latestVersion}`) + `
593871
593936
  `);
593872
593937
  await regenerateCompletionCache();
593873
593938
  break;
@@ -595186,7 +595251,7 @@ ${customInstructions}` : customInstructions;
595186
595251
  is_native_binary: isInBundledMode()
595187
595252
  });
595188
595253
  logMemoryDiagnostics("start", {
595189
- version: "0.15.6",
595254
+ version: "0.15.7",
595190
595255
  debug: debug2,
595191
595256
  debugToStderr,
595192
595257
  print: print ?? false,
@@ -595997,7 +596062,7 @@ Usage: verboo --remote "your task description"`, () => gracefulShutdown(1));
595997
596062
  pendingHookMessages
595998
596063
  }, renderAndRun);
595999
596064
  }
596000
- }).version(`0.15.6 (${cliDesc})`, "-v, --version", "Output the version number");
596065
+ }).version(`0.15.7 (${cliDesc})`, "-v, --version", "Output the version number");
596001
596066
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
596002
596067
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
596003
596068
  if (canUserConfigureAdvisor()) {
@@ -596578,7 +596643,7 @@ if (false) {}
596578
596643
  async function main2() {
596579
596644
  const args = process.argv.slice(2);
596580
596645
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
596581
- console.log(`${"0.15.6"} (Verboo Code)`);
596646
+ console.log(`${"0.15.7"} (Verboo Code)`);
596582
596647
  return;
596583
596648
  }
596584
596649
  if (!IS_VERBOO_CLI && args.includes("--provider")) {
@@ -596752,4 +596817,4 @@ async function main2() {
596752
596817
  }
596753
596818
  main2();
596754
596819
 
596755
- //# debugId=592F0199B2BBA9C464756E2164756E21
596820
+ //# debugId=01F120A1BA0FBE6664756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verboo/code",
3
- "version": "0.15.6",
3
+ "version": "0.15.7",
4
4
  "description": "Verboo Code — coding agent for the Verboo platform",
5
5
  "type": "module",
6
6
  "bin": {