@verboo/code 0.7.14 → 0.7.15

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 +38 -26
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -115518,7 +115518,7 @@ function printStartupScreen(modelOverride) {
115518
115518
  const home = process.env.HOME || process.env.USERPROFILE || "";
115519
115519
  const cwd2 = process.cwd();
115520
115520
  const displayCwd = home && cwd2.startsWith(home) ? `~${cwd2.slice(home.length)}` : cwd2;
115521
- const version2 = "0.7.14";
115521
+ const version2 = "0.7.15";
115522
115522
  const bold2 = `${ESC}1m`;
115523
115523
  const PURPLE = rgb(...ACCENT);
115524
115524
  const SOFT = rgb(...CREAM);
@@ -376830,7 +376830,7 @@ function getAnthropicEnvMetadata() {
376830
376830
  function getBuildAgeMinutes() {
376831
376831
  if (false)
376832
376832
  ;
376833
- const buildTime = new Date("2026-05-01T23:21:37.506Z").getTime();
376833
+ const buildTime = new Date("2026-05-01T23:27:17.352Z").getTime();
376834
376834
  if (isNaN(buildTime))
376835
376835
  return;
376836
376836
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -417366,7 +417366,7 @@ function buildPrimarySection() {
417366
417366
  }, undefined, false, undefined, this);
417367
417367
  return [{
417368
417368
  label: "Version",
417369
- value: "0.7.14"
417369
+ value: "0.7.15"
417370
417370
  }, {
417371
417371
  label: "Session name",
417372
417372
  value: nameValue
@@ -485316,7 +485316,7 @@ var init_bridge_kick = __esm(() => {
485316
485316
  var call60 = async () => {
485317
485317
  return {
485318
485318
  type: "text",
485319
- value: `${"99.0.0"} (built ${"2026-05-01T23:21:37.506Z"})`
485319
+ value: `${"99.0.0"} (built ${"2026-05-01T23:27:17.352Z"})`
485320
485320
  };
485321
485321
  }, version2, version_default;
485322
485322
  var init_version = __esm(() => {
@@ -550726,6 +550726,18 @@ ${blue2(`/plugin install vercel@${OFFICIAL_MARKETPLACE_NAME}`)}`;
550726
550726
  const config3 = getGlobalConfig();
550727
550727
  return config3.numStartups > 5;
550728
550728
  }
550729
+ },
550730
+ {
550731
+ id: "karpathy-guidelines",
550732
+ content: async (ctx) => {
550733
+ const blue2 = color("suggestion", ctx.theme);
550734
+ return `Use ${blue2("/karpathy-guidelines")} to apply Andrej Karpathy's coding principles: think before coding, simplicity first, surgical changes`;
550735
+ },
550736
+ cooldownSessions: 20,
550737
+ async isRelevant() {
550738
+ const config3 = getGlobalConfig();
550739
+ return config3.numStartups > 3;
550740
+ }
550729
550741
  }
550730
550742
  ];
550731
550743
  internalOnlyTips = [];
@@ -561086,7 +561098,7 @@ function WelcomeV2() {
561086
561098
  dimColor: true,
561087
561099
  children: [
561088
561100
  "v",
561089
- "0.7.14",
561101
+ "0.7.15",
561090
561102
  " "
561091
561103
  ]
561092
561104
  }, undefined, true, undefined, this)
@@ -561273,7 +561285,7 @@ function WelcomeV2() {
561273
561285
  dimColor: true,
561274
561286
  children: [
561275
561287
  "v",
561276
- "0.7.14",
561288
+ "0.7.15",
561277
561289
  " "
561278
561290
  ]
561279
561291
  }, undefined, true, undefined, this)
@@ -561489,7 +561501,7 @@ function AppleTerminalWelcomeV2(t0) {
561489
561501
  dimColor: true,
561490
561502
  children: [
561491
561503
  "v",
561492
- "0.7.14",
561504
+ "0.7.15",
561493
561505
  " "
561494
561506
  ]
561495
561507
  }, undefined, true, undefined, this);
@@ -561698,7 +561710,7 @@ function AppleTerminalWelcomeV2(t0) {
561698
561710
  dimColor: true,
561699
561711
  children: [
561700
561712
  "v",
561701
- "0.7.14",
561713
+ "0.7.15",
561702
561714
  " "
561703
561715
  ]
561704
561716
  }, undefined, true, undefined, this);
@@ -579829,7 +579841,7 @@ __export(exports_update, {
579829
579841
  async function update() {
579830
579842
  if (getAPIProvider() !== "firstParty") {
579831
579843
  writeToStdout(source_default.yellow(`Auto-update is not available for third-party provider builds.
579832
- `) + `Current version: ${"0.7.14"}
579844
+ `) + `Current version: ${"0.7.15"}
579833
579845
 
579834
579846
  ` + `To update, reinstall from npm:
579835
579847
  ` + source_default.bold(` npm install -g ${"@verboo/code"}@latest`) + `
@@ -579840,7 +579852,7 @@ async function update() {
579840
579852
  await gracefulShutdown(0);
579841
579853
  }
579842
579854
  logEvent("tengu_update_check", {});
579843
- writeToStdout(`Current version: ${"0.7.14"}
579855
+ writeToStdout(`Current version: ${"0.7.15"}
579844
579856
  `);
579845
579857
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
579846
579858
  writeToStdout(`Checking for updates to ${channel} version...
@@ -579925,8 +579937,8 @@ async function update() {
579925
579937
  writeToStdout(`Claude is managed by Homebrew.
579926
579938
  `);
579927
579939
  const latest = await getLatestVersion(channel);
579928
- if (latest && !gte("0.7.14", latest)) {
579929
- writeToStdout(`Update available: ${"0.7.14"} → ${latest}
579940
+ if (latest && !gte("0.7.15", latest)) {
579941
+ writeToStdout(`Update available: ${"0.7.15"} → ${latest}
579930
579942
  `);
579931
579943
  writeToStdout(`
579932
579944
  `);
@@ -579942,8 +579954,8 @@ async function update() {
579942
579954
  writeToStdout(`Claude is managed by winget.
579943
579955
  `);
579944
579956
  const latest = await getLatestVersion(channel);
579945
- if (latest && !gte("0.7.14", latest)) {
579946
- writeToStdout(`Update available: ${"0.7.14"} → ${latest}
579957
+ if (latest && !gte("0.7.15", latest)) {
579958
+ writeToStdout(`Update available: ${"0.7.15"} → ${latest}
579947
579959
  `);
579948
579960
  writeToStdout(`
579949
579961
  `);
@@ -579959,8 +579971,8 @@ async function update() {
579959
579971
  writeToStdout(`Claude is managed by apk.
579960
579972
  `);
579961
579973
  const latest = await getLatestVersion(channel);
579962
- if (latest && !gte("0.7.14", latest)) {
579963
- writeToStdout(`Update available: ${"0.7.14"} → ${latest}
579974
+ if (latest && !gte("0.7.15", latest)) {
579975
+ writeToStdout(`Update available: ${"0.7.15"} → ${latest}
579964
579976
  `);
579965
579977
  writeToStdout(`
579966
579978
  `);
@@ -580025,11 +580037,11 @@ async function update() {
580025
580037
  `);
580026
580038
  await gracefulShutdown(1);
580027
580039
  }
580028
- if (result.latestVersion === "0.7.14") {
580029
- writeToStdout(source_default.green(`Verboo Code is up to date (${"0.7.14"})`) + `
580040
+ if (result.latestVersion === "0.7.15") {
580041
+ writeToStdout(source_default.green(`Verboo Code is up to date (${"0.7.15"})`) + `
580030
580042
  `);
580031
580043
  } else {
580032
- writeToStdout(source_default.green(`Successfully updated from ${"0.7.14"} to version ${result.latestVersion}`) + `
580044
+ writeToStdout(source_default.green(`Successfully updated from ${"0.7.15"} to version ${result.latestVersion}`) + `
580033
580045
  `);
580034
580046
  await regenerateCompletionCache();
580035
580047
  }
@@ -580089,12 +580101,12 @@ async function update() {
580089
580101
  `);
580090
580102
  await gracefulShutdown(1);
580091
580103
  }
580092
- if (latestVersion === "0.7.14") {
580093
- writeToStdout(source_default.green(`Verboo Code is up to date (${"0.7.14"})`) + `
580104
+ if (latestVersion === "0.7.15") {
580105
+ writeToStdout(source_default.green(`Verboo Code is up to date (${"0.7.15"})`) + `
580094
580106
  `);
580095
580107
  await gracefulShutdown(0);
580096
580108
  }
580097
- writeToStdout(`New version available: ${latestVersion} (current: ${"0.7.14"})
580109
+ writeToStdout(`New version available: ${latestVersion} (current: ${"0.7.15"})
580098
580110
  `);
580099
580111
  writeToStdout(`Installing update...
580100
580112
  `);
@@ -580139,7 +580151,7 @@ async function update() {
580139
580151
  logForDebugging2(`update: Installation status: ${status2}`);
580140
580152
  switch (status2) {
580141
580153
  case "success":
580142
- writeToStdout(source_default.green(`Successfully updated from ${"0.7.14"} to version ${latestVersion}`) + `
580154
+ writeToStdout(source_default.green(`Successfully updated from ${"0.7.15"} to version ${latestVersion}`) + `
580143
580155
  `);
580144
580156
  await regenerateCompletionCache();
580145
580157
  break;
@@ -582192,7 +582204,7 @@ Usage: verboo --remote "your task description"`, () => gracefulShutdown(1));
582192
582204
  pendingHookMessages
582193
582205
  }, renderAndRun);
582194
582206
  }
582195
- }).version(`0.7.14 (${cliDesc})`, "-v, --version", "Output the version number");
582207
+ }).version(`0.7.15 (${cliDesc})`, "-v, --version", "Output the version number");
582196
582208
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
582197
582209
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
582198
582210
  if (canUserConfigureAdvisor()) {
@@ -582760,7 +582772,7 @@ if (false) {}
582760
582772
  async function main2() {
582761
582773
  const args = process.argv.slice(2);
582762
582774
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
582763
- console.log(`${"0.7.14"} (Verboo Code)`);
582775
+ console.log(`${"0.7.15"} (Verboo Code)`);
582764
582776
  return;
582765
582777
  }
582766
582778
  if (args.includes("--provider")) {
@@ -582916,4 +582928,4 @@ async function main2() {
582916
582928
  }
582917
582929
  main2();
582918
582930
 
582919
- //# debugId=1E427B195CA6CAB364756E2164756E21
582931
+ //# debugId=B263602A81EA817364756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verboo/code",
3
- "version": "0.7.14",
3
+ "version": "0.7.15",
4
4
  "description": "Verboo Code — coding agent for the Verboo platform",
5
5
  "type": "module",
6
6
  "bin": {