@verboo/code 0.9.5 → 0.9.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/dist/cli.mjs +58 -35
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -382245,7 +382245,7 @@ function getAnthropicEnvMetadata() {
382245
382245
  function getBuildAgeMinutes() {
382246
382246
  if (false)
382247
382247
  ;
382248
- const buildTime = new Date("2026-05-19T21:36:51.071Z").getTime();
382248
+ const buildTime = new Date("2026-05-19T21:40:34.102Z").getTime();
382249
382249
  if (isNaN(buildTime))
382250
382250
  return;
382251
382251
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -410475,7 +410475,7 @@ function buildPrimarySection() {
410475
410475
  });
410476
410476
  return [{
410477
410477
  label: "Version",
410478
- value: "0.9.5"
410478
+ value: "0.9.6"
410479
410479
  }, {
410480
410480
  label: "Session name",
410481
410481
  value: nameValue
@@ -423402,7 +423402,7 @@ function getReleaseTagUrl(version2 = publicBuildVersion) {
423402
423402
  return `${VERBOO_RELEASES_URL}/tag/v${normalizePublicVersion(version2)}`;
423403
423403
  }
423404
423404
  function getPublicBuildVersion() {
423405
- return "0.9.5";
423405
+ return "0.9.6";
423406
423406
  }
423407
423407
  var import_semver9, VERBOO_RELEASES_URL = "https://github.com/verbeux-ai/code/releases", fallbackBuildVersion, publicBuildVersion;
423408
423408
  var init_version = __esm(() => {
@@ -478750,7 +478750,7 @@ var init_bridge_kick = __esm(() => {
478750
478750
  var call63 = async () => {
478751
478751
  return {
478752
478752
  type: "text",
478753
- value: `${"99.0.0"} (built ${"2026-05-19T21:36:51.071Z"})`
478753
+ value: `${"99.0.0"} (built ${"2026-05-19T21:40:34.102Z"})`
478754
478754
  };
478755
478755
  }, version2, version_default;
478756
478756
  var init_version2 = __esm(() => {
@@ -510915,7 +510915,7 @@ function printStartupScreen(modelOverride) {
510915
510915
  const home = process.env.HOME || process.env.USERPROFILE || "";
510916
510916
  const cwd2 = process.cwd();
510917
510917
  const displayCwd = home && cwd2.startsWith(home) ? `~${cwd2.slice(home.length)}` : cwd2;
510918
- const version3 = "0.9.5";
510918
+ const version3 = "0.9.6";
510919
510919
  const bold2 = `${ESC4}1m`;
510920
510920
  const PURPLE = rgb3(...ACCENT);
510921
510921
  const SOFT = rgb3(...CREAM);
@@ -529182,7 +529182,7 @@ var init_useVoiceEnabled = __esm(() => {
529182
529182
  function getSemverPart(version3) {
529183
529183
  return `${import_semver12.major(version3, { loose: true })}.${import_semver12.minor(version3, { loose: true })}.${import_semver12.patch(version3, { loose: true })}`;
529184
529184
  }
529185
- function useUpdateNotification(updatedVersion, initialVersion = "0.9.5") {
529185
+ function useUpdateNotification(updatedVersion, initialVersion = "0.9.6") {
529186
529186
  const [lastNotifiedSemver, setLastNotifiedSemver] = import_react221.useState(() => getSemverPart(initialVersion));
529187
529187
  const [pendingNotification2, setPendingNotification] = import_react221.useState(null);
529188
529188
  if (updatedVersion) {
@@ -529222,7 +529222,7 @@ function AutoUpdater({
529222
529222
  return;
529223
529223
  }
529224
529224
  if (false) {}
529225
- const currentVersion = "0.9.5";
529225
+ const currentVersion = "0.9.6";
529226
529226
  const channel2 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
529227
529227
  let latestVersion = await getLatestVersion(channel2);
529228
529228
  const isDisabled = isAutoUpdaterDisabled();
@@ -529573,17 +529573,17 @@ function PackageManagerAutoUpdater(t0) {
529573
529573
  const maxVersion = await getMaxVersion();
529574
529574
  if (maxVersion && latest && gt(latest, maxVersion)) {
529575
529575
  logForDebugging(`PackageManagerAutoUpdater: maxVersion ${maxVersion} is set, capping update from ${latest} to ${maxVersion}`);
529576
- if (gte("0.9.5", maxVersion)) {
529577
- logForDebugging(`PackageManagerAutoUpdater: current version ${"0.9.5"} is already at or above maxVersion ${maxVersion}, skipping update`);
529576
+ if (gte("0.9.6", maxVersion)) {
529577
+ logForDebugging(`PackageManagerAutoUpdater: current version ${"0.9.6"} is already at or above maxVersion ${maxVersion}, skipping update`);
529578
529578
  setUpdateAvailable(false);
529579
529579
  return;
529580
529580
  }
529581
529581
  latest = maxVersion;
529582
529582
  }
529583
- const hasUpdate = latest && !gte("0.9.5", latest) && !shouldSkipVersion(latest);
529583
+ const hasUpdate = latest && !gte("0.9.6", latest) && !shouldSkipVersion(latest);
529584
529584
  setUpdateAvailable(!!hasUpdate);
529585
529585
  if (hasUpdate) {
529586
- logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.9.5"} -> ${latest}`);
529586
+ logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.9.6"} -> ${latest}`);
529587
529587
  }
529588
529588
  };
529589
529589
  $2[0] = t1;
@@ -529617,7 +529617,7 @@ function PackageManagerAutoUpdater(t0) {
529617
529617
  wrap: "truncate",
529618
529618
  children: [
529619
529619
  "currentVersion: ",
529620
- "0.9.5"
529620
+ "0.9.6"
529621
529621
  ]
529622
529622
  });
529623
529623
  $2[3] = verbose;
@@ -545355,7 +545355,28 @@ var exports_backgroundHousekeeping = {};
545355
545355
  __export(exports_backgroundHousekeeping, {
545356
545356
  startBackgroundHousekeeping: () => startBackgroundHousekeeping
545357
545357
  });
545358
+ async function autoUpdateCliInBackground() {
545359
+ try {
545360
+ const channel2 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
545361
+ const latest = await getLatestVersion(channel2);
545362
+ if (!latest || gte("0.9.6", latest))
545363
+ return;
545364
+ writeToStdout(`
545365
+ Nova versão disponível: ${latest} (atual: ${"0.9.6"})
545366
+ `);
545367
+ writeToStdout(`Atualizando automaticamente...
545368
+ `);
545369
+ const isLocal = await localInstallationExists();
545370
+ const status2 = isLocal ? await installOrUpdateClaudePackage(channel2) : await installGlobalPackage();
545371
+ if (status2 === "success") {
545372
+ writeToStdout(`✓ Atualizado para ${latest}. Reinicie o Verboo para usar a nova versão.
545373
+
545374
+ `);
545375
+ }
545376
+ } catch {}
545377
+ }
545358
545378
  function startBackgroundHousekeeping() {
545379
+ autoUpdateCliInBackground();
545359
545380
  initMagicDocs();
545360
545381
  initSkillImprovement();
545361
545382
  if (true) {
@@ -545398,6 +545419,8 @@ var init_backgroundHousekeeping = __esm(() => {
545398
545419
  init_cleanup2();
545399
545420
  init_nativeInstaller();
545400
545421
  init_pluginAutoupdate();
545422
+ init_localInstaller();
545423
+ init_settings2();
545401
545424
  extractMemoriesModule2 = (init_extractMemories(), __toCommonJS(exports_extractMemories));
545402
545425
  RECURRING_CLEANUP_INTERVAL_MS = 24 * 60 * 60 * 1000;
545403
545426
  DELAY_VERY_SLOW_OPERATIONS_THAT_HAPPEN_EVERY_SESSION = 10 * 60 * 1000;
@@ -562062,7 +562085,7 @@ function WelcomeV2() {
562062
562085
  dimColor: true,
562063
562086
  children: [
562064
562087
  "v",
562065
- "0.9.5",
562088
+ "0.9.6",
562066
562089
  " "
562067
562090
  ]
562068
562091
  })
@@ -562249,7 +562272,7 @@ function WelcomeV2() {
562249
562272
  dimColor: true,
562250
562273
  children: [
562251
562274
  "v",
562252
- "0.9.5",
562275
+ "0.9.6",
562253
562276
  " "
562254
562277
  ]
562255
562278
  })
@@ -562465,7 +562488,7 @@ function AppleTerminalWelcomeV2(t0) {
562465
562488
  dimColor: true,
562466
562489
  children: [
562467
562490
  "v",
562468
- "0.9.5",
562491
+ "0.9.6",
562469
562492
  " "
562470
562493
  ]
562471
562494
  });
@@ -562674,7 +562697,7 @@ function AppleTerminalWelcomeV2(t0) {
562674
562697
  dimColor: true,
562675
562698
  children: [
562676
562699
  "v",
562677
- "0.9.5",
562700
+ "0.9.6",
562678
562701
  " "
562679
562702
  ]
562680
562703
  });
@@ -580086,7 +580109,7 @@ __export(exports_update, {
580086
580109
  async function update() {
580087
580110
  if (getAPIProvider() !== "firstParty") {
580088
580111
  writeToStdout(source_default.yellow(`Auto-update is not available for third-party provider builds.
580089
- `) + `Current version: ${"0.9.5"}
580112
+ `) + `Current version: ${"0.9.6"}
580090
580113
 
580091
580114
  ` + `To update, reinstall from npm:
580092
580115
  ` + source_default.bold(` npm install -g ${"@verboo/code"}@latest`) + `
@@ -580097,7 +580120,7 @@ async function update() {
580097
580120
  await gracefulShutdown(0);
580098
580121
  }
580099
580122
  logEvent("tengu_update_check", {});
580100
- writeToStdout(`Current version: ${"0.9.5"}
580123
+ writeToStdout(`Current version: ${"0.9.6"}
580101
580124
  `);
580102
580125
  const channel2 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
580103
580126
  writeToStdout(`Checking for updates to ${channel2} version...
@@ -580182,8 +580205,8 @@ async function update() {
580182
580205
  writeToStdout(`Verboo Code is managed by Homebrew.
580183
580206
  `);
580184
580207
  const latest = await getLatestVersion(channel2);
580185
- if (latest && !gte("0.9.5", latest)) {
580186
- writeToStdout(`Update available: ${"0.9.5"} → ${latest}
580208
+ if (latest && !gte("0.9.6", latest)) {
580209
+ writeToStdout(`Update available: ${"0.9.6"} → ${latest}
580187
580210
  `);
580188
580211
  writeToStdout(`
580189
580212
  `);
@@ -580199,8 +580222,8 @@ async function update() {
580199
580222
  writeToStdout(`Verboo Code is managed by winget.
580200
580223
  `);
580201
580224
  const latest = await getLatestVersion(channel2);
580202
- if (latest && !gte("0.9.5", latest)) {
580203
- writeToStdout(`Update available: ${"0.9.5"} → ${latest}
580225
+ if (latest && !gte("0.9.6", latest)) {
580226
+ writeToStdout(`Update available: ${"0.9.6"} → ${latest}
580204
580227
  `);
580205
580228
  writeToStdout(`
580206
580229
  `);
@@ -580216,8 +580239,8 @@ async function update() {
580216
580239
  writeToStdout(`Verboo Code is managed by apk.
580217
580240
  `);
580218
580241
  const latest = await getLatestVersion(channel2);
580219
- if (latest && !gte("0.9.5", latest)) {
580220
- writeToStdout(`Update available: ${"0.9.5"} → ${latest}
580242
+ if (latest && !gte("0.9.6", latest)) {
580243
+ writeToStdout(`Update available: ${"0.9.6"} → ${latest}
580221
580244
  `);
580222
580245
  writeToStdout(`
580223
580246
  `);
@@ -580270,11 +580293,11 @@ async function update() {
580270
580293
  `);
580271
580294
  await gracefulShutdown(1);
580272
580295
  }
580273
- if (result.latestVersion === "0.9.5") {
580274
- writeToStdout(source_default.green(`Verboo Code is up to date (${"0.9.5"})`) + `
580296
+ if (result.latestVersion === "0.9.6") {
580297
+ writeToStdout(source_default.green(`Verboo Code is up to date (${"0.9.6"})`) + `
580275
580298
  `);
580276
580299
  } else {
580277
- writeToStdout(source_default.green(`Successfully updated from ${"0.9.5"} to version ${result.latestVersion}`) + `
580300
+ writeToStdout(source_default.green(`Successfully updated from ${"0.9.6"} to version ${result.latestVersion}`) + `
580278
580301
  `);
580279
580302
  await regenerateCompletionCache();
580280
580303
  }
@@ -580334,12 +580357,12 @@ async function update() {
580334
580357
  `);
580335
580358
  await gracefulShutdown(1);
580336
580359
  }
580337
- if (latestVersion === "0.9.5") {
580338
- writeToStdout(source_default.green(`Verboo Code is up to date (${"0.9.5"})`) + `
580360
+ if (latestVersion === "0.9.6") {
580361
+ writeToStdout(source_default.green(`Verboo Code is up to date (${"0.9.6"})`) + `
580339
580362
  `);
580340
580363
  await gracefulShutdown(0);
580341
580364
  }
580342
- writeToStdout(`New version available: ${latestVersion} (current: ${"0.9.5"})
580365
+ writeToStdout(`New version available: ${latestVersion} (current: ${"0.9.6"})
580343
580366
  `);
580344
580367
  writeToStdout(`Installing update...
580345
580368
  `);
@@ -580384,7 +580407,7 @@ async function update() {
580384
580407
  logForDebugging(`update: Installation status: ${status2}`);
580385
580408
  switch (status2) {
580386
580409
  case "success":
580387
- writeToStdout(source_default.green(`Successfully updated from ${"0.9.5"} to version ${latestVersion}`) + `
580410
+ writeToStdout(source_default.green(`Successfully updated from ${"0.9.6"} to version ${latestVersion}`) + `
580388
580411
  `);
580389
580412
  await regenerateCompletionCache();
580390
580413
  break;
@@ -581639,7 +581662,7 @@ ${customInstructions}` : customInstructions;
581639
581662
  is_native_binary: isInBundledMode()
581640
581663
  });
581641
581664
  logMemoryDiagnostics("start", {
581642
- version: "0.9.5",
581665
+ version: "0.9.6",
581643
581666
  debug: debug2,
581644
581667
  debugToStderr,
581645
581668
  print: print ?? false,
@@ -582445,7 +582468,7 @@ Usage: verboo --remote "your task description"`, () => gracefulShutdown(1));
582445
582468
  pendingHookMessages
582446
582469
  }, renderAndRun);
582447
582470
  }
582448
- }).version(`0.9.5 (${cliDesc})`, "-v, --version", "Output the version number");
582471
+ }).version(`0.9.6 (${cliDesc})`, "-v, --version", "Output the version number");
582449
582472
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
582450
582473
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
582451
582474
  if (canUserConfigureAdvisor()) {
@@ -583019,7 +583042,7 @@ if (false) {}
583019
583042
  async function main2() {
583020
583043
  const args = process.argv.slice(2);
583021
583044
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
583022
- console.log(`${"0.9.5"} (Verboo Code)`);
583045
+ console.log(`${"0.9.6"} (Verboo Code)`);
583023
583046
  return;
583024
583047
  }
583025
583048
  if (!IS_VERBOO_CLI && args.includes("--provider")) {
@@ -583193,4 +583216,4 @@ async function main2() {
583193
583216
  }
583194
583217
  main2();
583195
583218
 
583196
- //# debugId=67CCC9AFAF99681B64756E2164756E21
583219
+ //# debugId=A79353A6E02862CA64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verboo/code",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "Verboo Code — coding agent for the Verboo platform",
5
5
  "type": "module",
6
6
  "bin": {