@verboo/code 0.7.4 → 0.7.5

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 +28 -27
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -115487,7 +115487,7 @@ function printStartupScreen(modelOverride) {
115487
115487
  const home = process.env.HOME || process.env.USERPROFILE || "";
115488
115488
  const cwd2 = process.cwd();
115489
115489
  const displayCwd = home && cwd2.startsWith(home) ? `~${cwd2.slice(home.length)}` : cwd2;
115490
- const version2 = "0.7.4";
115490
+ const version2 = "0.7.5";
115491
115491
  const bold2 = `${ESC}1m`;
115492
115492
  const PURPLE = rgb(...ACCENT);
115493
115493
  const SOFT = rgb(...CREAM);
@@ -272609,6 +272609,7 @@ async function preflightVerbooLogin() {
272609
272609
  async function ensureVerbooAuthenticated(opts = {}) {
272610
272610
  if (!isVerbooMode() || validated)
272611
272611
  return;
272612
+ clearVerbooModelsCache();
272612
272613
  const session = await validateVerbooSession();
272613
272614
  if (session.kind === "ok") {
272614
272615
  validated = true;
@@ -272623,7 +272624,7 @@ async function ensureVerbooAuthenticated(opts = {}) {
272623
272624
  validated = true;
272624
272625
  const stored = await getClaudeAIOAuthTokensAsync();
272625
272626
  if (stored?.accessToken) {
272626
- await fetchVerbooModels(stored.accessToken).catch((err2) => {
272627
+ await fetchVerbooModels(stored.accessToken, { force: true }).catch((err2) => {
272627
272628
  logForDebugging2(`[VerbooStartup] Falha ao atualizar modelos em modo degradado: ${err2.message}`);
272628
272629
  });
272629
272630
  }
@@ -376692,7 +376693,7 @@ function getAnthropicEnvMetadata() {
376692
376693
  function getBuildAgeMinutes() {
376693
376694
  if (false)
376694
376695
  ;
376695
- const buildTime = new Date("2026-04-29T16:29:21.895Z").getTime();
376696
+ const buildTime = new Date("2026-04-29T16:44:33.074Z").getTime();
376696
376697
  if (isNaN(buildTime))
376697
376698
  return;
376698
376699
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -417227,7 +417228,7 @@ function buildPrimarySection() {
417227
417228
  }, undefined, false, undefined, this);
417228
417229
  return [{
417229
417230
  label: "Version",
417230
- value: "0.7.4"
417231
+ value: "0.7.5"
417231
417232
  }, {
417232
417233
  label: "Session name",
417233
417234
  value: nameValue
@@ -485177,7 +485178,7 @@ var init_bridge_kick = __esm(() => {
485177
485178
  var call60 = async () => {
485178
485179
  return {
485179
485180
  type: "text",
485180
- value: `${"99.0.0"} (built ${"2026-04-29T16:29:21.895Z"})`
485181
+ value: `${"99.0.0"} (built ${"2026-04-29T16:44:33.074Z"})`
485181
485182
  };
485182
485183
  }, version2, version_default;
485183
485184
  var init_version = __esm(() => {
@@ -560813,7 +560814,7 @@ function WelcomeV2() {
560813
560814
  dimColor: true,
560814
560815
  children: [
560815
560816
  "v",
560816
- "0.7.4",
560817
+ "0.7.5",
560817
560818
  " "
560818
560819
  ]
560819
560820
  }, undefined, true, undefined, this)
@@ -561000,7 +561001,7 @@ function WelcomeV2() {
561000
561001
  dimColor: true,
561001
561002
  children: [
561002
561003
  "v",
561003
- "0.7.4",
561004
+ "0.7.5",
561004
561005
  " "
561005
561006
  ]
561006
561007
  }, undefined, true, undefined, this)
@@ -561216,7 +561217,7 @@ function AppleTerminalWelcomeV2(t0) {
561216
561217
  dimColor: true,
561217
561218
  children: [
561218
561219
  "v",
561219
- "0.7.4",
561220
+ "0.7.5",
561220
561221
  " "
561221
561222
  ]
561222
561223
  }, undefined, true, undefined, this);
@@ -561425,7 +561426,7 @@ function AppleTerminalWelcomeV2(t0) {
561425
561426
  dimColor: true,
561426
561427
  children: [
561427
561428
  "v",
561428
- "0.7.4",
561429
+ "0.7.5",
561429
561430
  " "
561430
561431
  ]
561431
561432
  }, undefined, true, undefined, this);
@@ -579453,7 +579454,7 @@ __export(exports_update, {
579453
579454
  async function update() {
579454
579455
  if (getAPIProvider() !== "firstParty") {
579455
579456
  writeToStdout(source_default.yellow(`Auto-update is not available for third-party provider builds.
579456
- `) + `Current version: ${"0.7.4"}
579457
+ `) + `Current version: ${"0.7.5"}
579457
579458
 
579458
579459
  ` + `To update, reinstall from npm:
579459
579460
  ` + source_default.bold(` npm install -g ${"@verboo/code"}@latest`) + `
@@ -579464,7 +579465,7 @@ async function update() {
579464
579465
  await gracefulShutdown(0);
579465
579466
  }
579466
579467
  logEvent("tengu_update_check", {});
579467
- writeToStdout(`Current version: ${"0.7.4"}
579468
+ writeToStdout(`Current version: ${"0.7.5"}
579468
579469
  `);
579469
579470
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
579470
579471
  writeToStdout(`Checking for updates to ${channel} version...
@@ -579549,8 +579550,8 @@ async function update() {
579549
579550
  writeToStdout(`Claude is managed by Homebrew.
579550
579551
  `);
579551
579552
  const latest = await getLatestVersion(channel);
579552
- if (latest && !gte("0.7.4", latest)) {
579553
- writeToStdout(`Update available: ${"0.7.4"} → ${latest}
579553
+ if (latest && !gte("0.7.5", latest)) {
579554
+ writeToStdout(`Update available: ${"0.7.5"} → ${latest}
579554
579555
  `);
579555
579556
  writeToStdout(`
579556
579557
  `);
@@ -579566,8 +579567,8 @@ async function update() {
579566
579567
  writeToStdout(`Claude is managed by winget.
579567
579568
  `);
579568
579569
  const latest = await getLatestVersion(channel);
579569
- if (latest && !gte("0.7.4", latest)) {
579570
- writeToStdout(`Update available: ${"0.7.4"} → ${latest}
579570
+ if (latest && !gte("0.7.5", latest)) {
579571
+ writeToStdout(`Update available: ${"0.7.5"} → ${latest}
579571
579572
  `);
579572
579573
  writeToStdout(`
579573
579574
  `);
@@ -579583,8 +579584,8 @@ async function update() {
579583
579584
  writeToStdout(`Claude is managed by apk.
579584
579585
  `);
579585
579586
  const latest = await getLatestVersion(channel);
579586
- if (latest && !gte("0.7.4", latest)) {
579587
- writeToStdout(`Update available: ${"0.7.4"} → ${latest}
579587
+ if (latest && !gte("0.7.5", latest)) {
579588
+ writeToStdout(`Update available: ${"0.7.5"} → ${latest}
579588
579589
  `);
579589
579590
  writeToStdout(`
579590
579591
  `);
@@ -579649,11 +579650,11 @@ async function update() {
579649
579650
  `);
579650
579651
  await gracefulShutdown(1);
579651
579652
  }
579652
- if (result.latestVersion === "0.7.4") {
579653
- writeToStdout(source_default.green(`Verboo Code is up to date (${"0.7.4"})`) + `
579653
+ if (result.latestVersion === "0.7.5") {
579654
+ writeToStdout(source_default.green(`Verboo Code is up to date (${"0.7.5"})`) + `
579654
579655
  `);
579655
579656
  } else {
579656
- writeToStdout(source_default.green(`Successfully updated from ${"0.7.4"} to version ${result.latestVersion}`) + `
579657
+ writeToStdout(source_default.green(`Successfully updated from ${"0.7.5"} to version ${result.latestVersion}`) + `
579657
579658
  `);
579658
579659
  await regenerateCompletionCache();
579659
579660
  }
@@ -579713,12 +579714,12 @@ async function update() {
579713
579714
  `);
579714
579715
  await gracefulShutdown(1);
579715
579716
  }
579716
- if (latestVersion === "0.7.4") {
579717
- writeToStdout(source_default.green(`Verboo Code is up to date (${"0.7.4"})`) + `
579717
+ if (latestVersion === "0.7.5") {
579718
+ writeToStdout(source_default.green(`Verboo Code is up to date (${"0.7.5"})`) + `
579718
579719
  `);
579719
579720
  await gracefulShutdown(0);
579720
579721
  }
579721
- writeToStdout(`New version available: ${latestVersion} (current: ${"0.7.4"})
579722
+ writeToStdout(`New version available: ${latestVersion} (current: ${"0.7.5"})
579722
579723
  `);
579723
579724
  writeToStdout(`Installing update...
579724
579725
  `);
@@ -579763,7 +579764,7 @@ async function update() {
579763
579764
  logForDebugging2(`update: Installation status: ${status2}`);
579764
579765
  switch (status2) {
579765
579766
  case "success":
579766
- writeToStdout(source_default.green(`Successfully updated from ${"0.7.4"} to version ${latestVersion}`) + `
579767
+ writeToStdout(source_default.green(`Successfully updated from ${"0.7.5"} to version ${latestVersion}`) + `
579767
579768
  `);
579768
579769
  await regenerateCompletionCache();
579769
579770
  break;
@@ -581816,7 +581817,7 @@ Usage: verboo --remote "your task description"`, () => gracefulShutdown(1));
581816
581817
  pendingHookMessages
581817
581818
  }, renderAndRun);
581818
581819
  }
581819
- }).version(`0.7.4 (${cliDesc})`, "-v, --version", "Output the version number");
581820
+ }).version(`0.7.5 (${cliDesc})`, "-v, --version", "Output the version number");
581820
581821
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
581821
581822
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
581822
581823
  if (canUserConfigureAdvisor()) {
@@ -582372,7 +582373,7 @@ if (false) {}
582372
582373
  async function main2() {
582373
582374
  const args = process.argv.slice(2);
582374
582375
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
582375
- console.log(`${"0.7.4"} (Verboo Code)`);
582376
+ console.log(`${"0.7.5"} (Verboo Code)`);
582376
582377
  return;
582377
582378
  }
582378
582379
  if (args.includes("--provider")) {
@@ -582527,4 +582528,4 @@ async function main2() {
582527
582528
  }
582528
582529
  main2();
582529
582530
 
582530
- //# debugId=E1FCB1047141D10064756E2164756E21
582531
+ //# debugId=502A51FF8BE4AE2164756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verboo/code",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Verboo Code — coding agent for the Verboo platform",
5
5
  "type": "module",
6
6
  "bin": {