brewcode-cli 1.0.0 → 1.1.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 (3) hide show
  1. package/dist/cli.mjs +41 -54
  2. package/dist/sdk.mjs +25 -25
  3. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -162517,7 +162517,7 @@ var init_metadata = __esm(() => {
162517
162517
  isClaudeAiAuth: isClaudeAISubscriber(),
162518
162518
  version: "99.0.0",
162519
162519
  versionBase: getVersionBase(),
162520
- buildTime: "2026-06-26T16:20:15.864Z",
162520
+ buildTime: "2026-06-26T17:25:11.137Z",
162521
162521
  deploymentEnvironment: env2.detectDeploymentEnvironment(),
162522
162522
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
162523
162523
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -173360,7 +173360,7 @@ var init_isEqual = __esm(() => {
173360
173360
 
173361
173361
  // src/utils/userAgent.ts
173362
173362
  function getVersionedUserAgent(product) {
173363
- return `${product}/${"1.0.0"}`;
173363
+ return `${product}/${"1.1.0"}`;
173364
173364
  }
173365
173365
  function getClaudeCodeUserAgent() {
173366
173366
  return getVersionedUserAgent("brewcode-cli");
@@ -449672,7 +449672,7 @@ function getAnthropicEnvMetadata() {
449672
449672
  function getBuildAgeMinutes() {
449673
449673
  if (false)
449674
449674
  ;
449675
- const buildTime = new Date("2026-06-26T16:20:15.864Z").getTime();
449675
+ const buildTime = new Date("2026-06-26T17:25:11.137Z").getTime();
449676
449676
  if (isNaN(buildTime))
449677
449677
  return;
449678
449678
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -479337,7 +479337,7 @@ function buildPrimarySection() {
479337
479337
  }, undefined, false, undefined, this);
479338
479338
  return [{
479339
479339
  label: "Version",
479340
- value: "1.0.0"
479340
+ value: "1.1.0"
479341
479341
  }, {
479342
479342
  label: "Session name",
479343
479343
  value: nameValue
@@ -494068,7 +494068,7 @@ function getReleaseTagUrl(version2 = publicBuildVersion) {
494068
494068
  return `${BREWCODE_RELEASES_URL}/tag/v${normalizePublicVersion(version2)}`;
494069
494069
  }
494070
494070
  function getPublicBuildVersion() {
494071
- return "1.0.0";
494071
+ return "1.1.0";
494072
494072
  }
494073
494073
  var import_semver10, BREWCODE_RELEASES_URL = "https://github.com/techbreww/brewcode/releases", fallbackBuildVersion, publicBuildVersion;
494074
494074
  var init_version = __esm(() => {
@@ -551821,7 +551821,7 @@ var init_bridge_kick = __esm(() => {
551821
551821
  var call63 = async () => {
551822
551822
  return {
551823
551823
  type: "text",
551824
- value: `${"99.0.0"} (built ${"2026-06-26T16:20:15.864Z"})`
551824
+ value: `${"99.0.0"} (built ${"2026-06-26T17:25:11.137Z"})`
551825
551825
  };
551826
551826
  }, version2, version_default;
551827
551827
  var init_version2 = __esm(() => {
@@ -583527,7 +583527,7 @@ var init_config8 = __esm(() => {
583527
583527
 
583528
583528
  // src/utils/releaseChannel.ts
583529
583529
  function getCurrentDisplayVersion() {
583530
- return "1.0.0";
583530
+ return "1.1.0";
583531
583531
  }
583532
583532
  function inferReleaseChannelFromVersion(version3 = getCurrentDisplayVersion()) {
583533
583533
  return version3.includes("-nightly.") ? "nightly" : "latest";
@@ -583555,7 +583555,7 @@ __export(exports_update, {
583555
583555
  async function update(channelOverride) {
583556
583556
  if (getAPIProvider() !== "firstParty" && "brewcode-cli"?.startsWith("@anthropic")) {
583557
583557
  writeToStdout(source_default.yellow(`Auto-update is not available for third-party provider builds.
583558
- `) + `Current version: ${"1.0.0"}
583558
+ `) + `Current version: ${"1.1.0"}
583559
583559
 
583560
583560
  ` + `To update, reinstall from npm:
583561
583561
  ` + source_default.bold(` npm install -g ${"brewcode-cli"}@latest`) + `
@@ -583566,7 +583566,7 @@ async function update(channelOverride) {
583566
583566
  await gracefulShutdown(0);
583567
583567
  }
583568
583568
  logEvent("tengu_update_check", {});
583569
- writeToStdout(`Current version: ${"1.0.0"}
583569
+ writeToStdout(`Current version: ${"1.1.0"}
583570
583570
  `);
583571
583571
  const channel = channelOverride ?? getCurrentReleaseChannel({ persist: true });
583572
583572
  writeToStdout(`Checking for updates to ${channel} version...
@@ -583651,8 +583651,8 @@ async function update(channelOverride) {
583651
583651
  writeToStdout(`Claude is managed by Homebrew.
583652
583652
  `);
583653
583653
  const latest = await getLatestVersion(channel);
583654
- if (latest && !gte("1.0.0", latest)) {
583655
- writeToStdout(`Update available: ${"1.0.0"} → ${latest}
583654
+ if (latest && !gte("1.1.0", latest)) {
583655
+ writeToStdout(`Update available: ${"1.1.0"} → ${latest}
583656
583656
  `);
583657
583657
  writeToStdout(`
583658
583658
  `);
@@ -583668,8 +583668,8 @@ async function update(channelOverride) {
583668
583668
  writeToStdout(`Claude is managed by winget.
583669
583669
  `);
583670
583670
  const latest = await getLatestVersion(channel);
583671
- if (latest && !gte("1.0.0", latest)) {
583672
- writeToStdout(`Update available: ${"1.0.0"} → ${latest}
583671
+ if (latest && !gte("1.1.0", latest)) {
583672
+ writeToStdout(`Update available: ${"1.1.0"} → ${latest}
583673
583673
  `);
583674
583674
  writeToStdout(`
583675
583675
  `);
@@ -583685,8 +583685,8 @@ async function update(channelOverride) {
583685
583685
  writeToStdout(`Claude is managed by apk.
583686
583686
  `);
583687
583687
  const latest = await getLatestVersion(channel);
583688
- if (latest && !gte("1.0.0", latest)) {
583689
- writeToStdout(`Update available: ${"1.0.0"} → ${latest}
583688
+ if (latest && !gte("1.1.0", latest)) {
583689
+ writeToStdout(`Update available: ${"1.1.0"} → ${latest}
583690
583690
  `);
583691
583691
  writeToStdout(`
583692
583692
  `);
@@ -583751,11 +583751,11 @@ async function update(channelOverride) {
583751
583751
  `);
583752
583752
  await gracefulShutdown(1);
583753
583753
  }
583754
- if (result.latestVersion === "1.0.0") {
583755
- writeToStdout(source_default.green(`BrewCode is up to date (${"1.0.0"})`) + `
583754
+ if (result.latestVersion === "1.1.0") {
583755
+ writeToStdout(source_default.green(`BrewCode is up to date (${"1.1.0"})`) + `
583756
583756
  `);
583757
583757
  } else {
583758
- writeToStdout(source_default.green(`Successfully updated from ${"1.0.0"} to version ${result.latestVersion}`) + `
583758
+ writeToStdout(source_default.green(`Successfully updated from ${"1.1.0"} to version ${result.latestVersion}`) + `
583759
583759
  `);
583760
583760
  await regenerateCompletionCache();
583761
583761
  }
@@ -583815,12 +583815,12 @@ async function update(channelOverride) {
583815
583815
  `);
583816
583816
  await gracefulShutdown(1);
583817
583817
  }
583818
- if (latestVersion === "1.0.0") {
583819
- writeToStdout(source_default.green(`BrewCode is up to date (${"1.0.0"})`) + `
583818
+ if (latestVersion === "1.1.0") {
583819
+ writeToStdout(source_default.green(`BrewCode is up to date (${"1.1.0"})`) + `
583820
583820
  `);
583821
583821
  await gracefulShutdown(0);
583822
583822
  }
583823
- writeToStdout(`New version available: ${latestVersion} (current: ${"1.0.0"})
583823
+ writeToStdout(`New version available: ${latestVersion} (current: ${"1.1.0"})
583824
583824
  `);
583825
583825
  writeToStdout(`Installing update...
583826
583826
  `);
@@ -583865,7 +583865,7 @@ async function update(channelOverride) {
583865
583865
  logForDebugging(`update: Installation status: ${status2}`);
583866
583866
  switch (status2) {
583867
583867
  case "success":
583868
- writeToStdout(source_default.green(`Successfully updated from ${"1.0.0"} to version ${latestVersion}`) + `
583868
+ writeToStdout(source_default.green(`Successfully updated from ${"1.1.0"} to version ${latestVersion}`) + `
583869
583869
  `);
583870
583870
  await regenerateCompletionCache();
583871
583871
  break;
@@ -584250,18 +584250,13 @@ function printStartupScreen(modelOverride) {
584250
584250
  const W2 = 62;
584251
584251
  const out = [];
584252
584252
  out.push("");
584253
- const allLogo = [...LOGO_BREW, "", ...LOGO_CODE];
584254
- const total = allLogo.length;
584253
+ const total = LOGO_BREWCODE.length;
584255
584254
  for (let i3 = 0;i3 < total; i3++) {
584256
584255
  const t = total > 1 ? i3 / (total - 1) : 0;
584257
- if (allLogo[i3] === "") {
584258
- out.push("");
584259
- } else {
584260
- out.push(paintLine(allLogo[i3], GRAD, t));
584261
- }
584256
+ out.push(paintLine(LOGO_BREWCODE[i3], GRAD, t));
584262
584257
  }
584263
584258
  out.push("");
584264
- out.push(` ${ansiRgb(...ACCENT)}✦${RESET2} ${ansiRgb(...CREAM)}Any model. Every tool. Zero limits.${RESET2} ${ansiRgb(...ACCENT)}✦${RESET2}`);
584259
+ out.push(` ${ansiRgb(...CREAM)}Brew${RESET2} ${ansiRgb(...ACCENT)}✦${RESET2} ${ansiRgb(...CREAM)}Better${RESET2} ${ansiRgb(...ACCENT)}✦${RESET2} ${ansiRgb(...CREAM)}Code${RESET2}`);
584265
584260
  out.push("");
584266
584261
  out.push(`${ansiRgb(...BORDER)}╔${"═".repeat(W2 - 2)}╗${RESET2}`);
584267
584262
  const lbl = (k, v, c6 = CREAM) => {
@@ -584283,13 +584278,13 @@ function printStartupScreen(modelOverride) {
584283
584278
  const sLen = ` ● ${sL} Ready — type /help to begin`.length;
584284
584279
  out.push(boxRow(sRow, W2, sLen, BORDER));
584285
584280
  out.push(`${ansiRgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET2}`);
584286
- out.push(` ${DIM2}${ansiRgb(...DIMCOL)}brewcode ${RESET2}${ansiRgb(...ACCENT)}v${"1.0.0"}${RESET2}`);
584281
+ out.push(` ${DIM2}${ansiRgb(...DIMCOL)}brewcode ${RESET2}${ansiRgb(...ACCENT)}v${"1.1.0"}${RESET2}`);
584287
584282
  out.push("");
584288
584283
  process.stdout.write(out.join(`
584289
584284
  `) + `
584290
584285
  `);
584291
584286
  }
584292
- var RESET2, DIM2, LOGO_BREW, LOGO_CODE;
584287
+ var RESET2, DIM2, LOGO_BREWCODE;
584293
584288
  var init_StartupScreen = __esm(() => {
584294
584289
  init_providerConfig();
584295
584290
  init_routeMetadata();
@@ -584302,21 +584297,13 @@ var init_StartupScreen = __esm(() => {
584302
584297
  init_StartupScreen_palettes();
584303
584298
  RESET2 = ANSI_RESET;
584304
584299
  DIM2 = ANSI_DIM;
584305
- LOGO_BREW = [
584306
- ` ██████╗ ██████╗ ███████╗██╗ ██╗`,
584307
- ` ██╔══██╗ ██╔══██╗██╔════╝██║ ██║`,
584308
- ` ██████╔╝ ██████╔╝█████╗ ██║ █╗ ██║`,
584309
- ` ██╔══██╗ ██╔══██╗██╔══╝ ██║███╗██║`,
584310
- ` ██████╔╝ ██║ ██║███████╗╚███╔███╔╝`,
584311
- ` ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚══╝╚══╝ `
584312
- ];
584313
- LOGO_CODE = [
584314
- ` ██████╗ ██████╗ ██████╗ ███████╗`,
584315
- ` ██╔════╝ ██╔═══██╗██╔══██╗ ██╔════╝`,
584316
- ` ██║ ██║ ██║██║ ██║ █████╗ `,
584317
- ` ██║ ██║ ██║██║ ██║ ██╔══╝ `,
584318
- ` ╚██████╗ ╚██████╔╝██████╔╝ ███████╗`,
584319
- ` ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝`
584300
+ LOGO_BREWCODE = [
584301
+ ` ░█▀▄░█▀▄░█▀▀░█░█`,
584302
+ ` ░█▀▄░█▀▄░█▀▀░█▄█`,
584303
+ ` ░▀▀░░▀░▀░▀▀▀░▀░▀`,
584304
+ ` ░░░█▀▀░█▀█░█▀▄░█▀▀`,
584305
+ ` ░░░█░░░█░█░█░█░█▀▀`,
584306
+ ` ░░░▀▀▀░▀▀▀░▀▀░░▀▀▀`
584320
584307
  ];
584321
584308
  });
584322
584309
 
@@ -635529,7 +635516,7 @@ function WelcomeV2() {
635529
635516
  dimColor: true,
635530
635517
  children: [
635531
635518
  "v",
635532
- "1.0.0",
635519
+ "1.1.0",
635533
635520
  " "
635534
635521
  ]
635535
635522
  }, undefined, true, undefined, this)
@@ -635729,7 +635716,7 @@ function WelcomeV2() {
635729
635716
  dimColor: true,
635730
635717
  children: [
635731
635718
  "v",
635732
- "1.0.0",
635719
+ "1.1.0",
635733
635720
  " "
635734
635721
  ]
635735
635722
  }, undefined, true, undefined, this)
@@ -635955,7 +635942,7 @@ function AppleTerminalWelcomeV2(t0) {
635955
635942
  dimColor: true,
635956
635943
  children: [
635957
635944
  "v",
635958
- "1.0.0",
635945
+ "1.1.0",
635959
635946
  " "
635960
635947
  ]
635961
635948
  }, undefined, true, undefined, this);
@@ -636209,7 +636196,7 @@ function AppleTerminalWelcomeV2(t0) {
636209
636196
  dimColor: true,
636210
636197
  children: [
636211
636198
  "v",
636212
- "1.0.0",
636199
+ "1.1.0",
636213
636200
  " "
636214
636201
  ]
636215
636202
  }, undefined, true, undefined, this);
@@ -655588,7 +655575,7 @@ Usage: brewcode --remote "your task description"`, () => gracefulShutdown(1));
655588
655575
  pendingHookMessages
655589
655576
  }, renderAndRun);
655590
655577
  }
655591
- }).version("1.0.0 (BrewCode)", "-v, --version", "Output the version number");
655578
+ }).version("1.1.0 (BrewCode)", "-v, --version", "Output the version number");
655592
655579
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
655593
655580
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
655594
655581
  if (canUserConfigureAdvisor()) {
@@ -656709,7 +656696,7 @@ if (false) {}
656709
656696
  async function main2() {
656710
656697
  const args = process.argv.slice(2);
656711
656698
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
656712
- console.log(`${"1.0.0"} (BrewCode)`);
656699
+ console.log(`${"1.1.0"} (BrewCode)`);
656713
656700
  return;
656714
656701
  }
656715
656702
  if (args.includes("--provider")) {
@@ -656866,4 +656853,4 @@ async function main2() {
656866
656853
  }
656867
656854
  main2();
656868
656855
 
656869
- //# debugId=24F40088303E34A464756E2164756E21
656856
+ //# debugId=8053C7AC53E3CDD464756E2164756E21
package/dist/sdk.mjs CHANGED
@@ -45480,7 +45480,7 @@ function getAttributionHeader(fingerprint) {
45480
45480
  if (!isAttributionHeaderEnabled()) {
45481
45481
  return "";
45482
45482
  }
45483
- const version = `${"1.0.0"}.${fingerprint}`;
45483
+ const version = `${"1.1.0"}.${fingerprint}`;
45484
45484
  const entrypoint = process.env.CLAUDE_CODE_ENTRYPOINT ?? "unknown";
45485
45485
  const cch = "";
45486
45486
  const workload = getWorkload();
@@ -123584,7 +123584,7 @@ var init_metadata = __esm(() => {
123584
123584
  COMPOUND_OPERATOR_REGEX = /\s*(?:&&|\|\||[;|])\s*/;
123585
123585
  WHITESPACE_REGEX = /\s+/;
123586
123586
  getVersionBase = memoize_default(() => {
123587
- const match = "1.0.0".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
123587
+ const match = "1.1.0".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
123588
123588
  return match ? match[0] : undefined;
123589
123589
  });
123590
123590
  buildEnvContext = memoize_default(async () => {
@@ -123624,9 +123624,9 @@ var init_metadata = __esm(() => {
123624
123624
  isGithubAction: isEnvTruthy(process.env.GITHUB_ACTIONS),
123625
123625
  isClaudeCodeAction: isEnvTruthy(process.env.CLAUDE_CODE_ACTION),
123626
123626
  isClaudeAiAuth: isClaudeAISubscriber(),
123627
- version: "1.0.0",
123627
+ version: "1.1.0",
123628
123628
  versionBase: getVersionBase(),
123629
- buildTime: "2026-06-26T16:20:16.643Z",
123629
+ buildTime: "2026-06-26T17:25:12.187Z",
123630
123630
  deploymentEnvironment: env2.detectDeploymentEnvironment(),
123631
123631
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
123632
123632
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -132231,7 +132231,7 @@ var init_effort = __esm(() => {
132231
132231
 
132232
132232
  // src/utils/userAgent.ts
132233
132233
  function getVersionedUserAgent(product) {
132234
- return `${product}/${"1.0.0"}`;
132234
+ return `${product}/${"1.1.0"}`;
132235
132235
  }
132236
132236
  function getClaudeCodeUserAgent() {
132237
132237
  return getVersionedUserAgent("brewcode-cli");
@@ -140744,26 +140744,26 @@ var init_limits = __esm(() => {
140744
140744
  });
140745
140745
 
140746
140746
  // sdk-missing-stub:./UI.js
140747
- var noop97 = () => null, renderGroupedAgentToolUse, renderToolResultMessage, renderToolUseErrorMessage, renderToolUseMessage, renderToolUseProgressMessage, renderToolUseRejectedMessage, renderToolUseTag, userFacingName, userFacingNameBackgroundColor, getToolUseSummary, renderCreateResultMessage, renderCreateToolUseMessage, renderListResultMessage, renderListToolUseMessage, renderDeleteResultMessage, renderDeleteToolUseMessage, BackgroundHint, renderToolUseQueuedMessage, isResultTruncated;
140747
+ var noop97 = () => null, renderToolUseMessage, renderToolResultMessage, renderToolUseProgressMessage, userFacingName, renderToolUseRejectedMessage, renderToolUseErrorMessage, getToolUseSummary, renderCreateResultMessage, renderCreateToolUseMessage, renderDeleteResultMessage, renderDeleteToolUseMessage, renderListResultMessage, renderListToolUseMessage, renderToolUseTag, renderToolUseQueuedMessage, renderGroupedAgentToolUse, userFacingNameBackgroundColor, BackgroundHint, isResultTruncated;
140748
140748
  var init_UI = __esm(() => {
140749
- renderGroupedAgentToolUse = noop97;
140750
- renderToolResultMessage = noop97;
140751
- renderToolUseErrorMessage = noop97;
140752
140749
  renderToolUseMessage = noop97;
140750
+ renderToolResultMessage = noop97;
140753
140751
  renderToolUseProgressMessage = noop97;
140754
- renderToolUseRejectedMessage = noop97;
140755
- renderToolUseTag = noop97;
140756
140752
  userFacingName = noop97;
140757
- userFacingNameBackgroundColor = noop97;
140753
+ renderToolUseRejectedMessage = noop97;
140754
+ renderToolUseErrorMessage = noop97;
140758
140755
  getToolUseSummary = noop97;
140759
140756
  renderCreateResultMessage = noop97;
140760
140757
  renderCreateToolUseMessage = noop97;
140761
- renderListResultMessage = noop97;
140762
- renderListToolUseMessage = noop97;
140763
140758
  renderDeleteResultMessage = noop97;
140764
140759
  renderDeleteToolUseMessage = noop97;
140765
- BackgroundHint = noop97;
140760
+ renderListResultMessage = noop97;
140761
+ renderListToolUseMessage = noop97;
140762
+ renderToolUseTag = noop97;
140766
140763
  renderToolUseQueuedMessage = noop97;
140764
+ renderGroupedAgentToolUse = noop97;
140765
+ userFacingNameBackgroundColor = noop97;
140766
+ BackgroundHint = noop97;
140767
140767
  isResultTruncated = noop97;
140768
140768
  });
140769
140769
 
@@ -167750,14 +167750,14 @@ __export(exports_claude_for_chrome_mcp, {
167750
167750
  ClaudeForChromeContext: () => ClaudeForChromeContext,
167751
167751
  BROWSER_TOOLS: () => BROWSER_TOOLS
167752
167752
  });
167753
- var noop99 = () => null, claude_for_chrome_mcp_default, __stub3 = true, BROWSER_TOOLS, ClaudeForChromeContext, createClaudeForChromeMcpServer, Logger, PermissionMode;
167753
+ var noop99 = () => null, claude_for_chrome_mcp_default, __stub3 = true, ClaudeForChromeContext, createClaudeForChromeMcpServer, Logger, PermissionMode, BROWSER_TOOLS;
167754
167754
  var init_claude_for_chrome_mcp = __esm(() => {
167755
167755
  claude_for_chrome_mcp_default = noop99;
167756
- BROWSER_TOOLS = noop99;
167757
167756
  ClaudeForChromeContext = noop99;
167758
167757
  createClaudeForChromeMcpServer = noop99;
167759
167758
  Logger = noop99;
167760
167759
  PermissionMode = noop99;
167760
+ BROWSER_TOOLS = noop99;
167761
167761
  });
167762
167762
 
167763
167763
  // src/services/analytics/datadog.ts
@@ -167794,7 +167794,7 @@ function computeFingerprint(messageText, version2) {
167794
167794
  }
167795
167795
  function computeFingerprintFromMessages(messages) {
167796
167796
  const firstMessageText = extractFirstMessageText(messages);
167797
- return computeFingerprint(firstMessageText, "1.0.0");
167797
+ return computeFingerprint(firstMessageText, "1.1.0");
167798
167798
  }
167799
167799
  var FINGERPRINT_SALT = "59cf53e54c78";
167800
167800
  var init_fingerprint = () => {};
@@ -167836,7 +167836,7 @@ async function sideQuery(opts) {
167836
167836
  betas.push(STRUCTURED_OUTPUTS_BETA_HEADER);
167837
167837
  }
167838
167838
  const messageText = extractFirstUserMessageText(messages);
167839
- const fingerprint = computeFingerprint(messageText, "1.0.0");
167839
+ const fingerprint = computeFingerprint(messageText, "1.1.0");
167840
167840
  const attributionHeader = getAttributionHeader(fingerprint);
167841
167841
  const systemBlocks = [
167842
167842
  attributionHeader ? { type: "text", text: attributionHeader } : null,
@@ -169082,7 +169082,7 @@ var init_client2 = __esm(() => {
169082
169082
  const client = new Client({
169083
169083
  name: "claude-code",
169084
169084
  title: "BrewCode",
169085
- version: "1.0.0",
169085
+ version: "1.1.0",
169086
169086
  description: "BrewCode — coding-agent CLI for any LLM provider",
169087
169087
  websiteUrl: PRODUCT_URL
169088
169088
  }, {
@@ -242857,7 +242857,7 @@ function getAnthropicEnvMetadata() {
242857
242857
  function getBuildAgeMinutes() {
242858
242858
  if (false)
242859
242859
  ;
242860
- const buildTime = new Date("2026-06-26T16:20:16.643Z").getTime();
242860
+ const buildTime = new Date("2026-06-26T17:25:12.187Z").getTime();
242861
242861
  if (isNaN(buildTime))
242862
242862
  return;
242863
242863
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -276305,7 +276305,7 @@ var init_sessionStorage = __esm(() => {
276305
276305
  init_settings2();
276306
276306
  init_slowOperations();
276307
276307
  init_uuid();
276308
- VERSION3 = typeof MACRO !== "undefined" ? "1.0.0" : "unknown";
276308
+ VERSION3 = typeof MACRO !== "undefined" ? "1.1.0" : "unknown";
276309
276309
  MAX_TOMBSTONE_REWRITE_BYTES = 50 * 1024 * 1024;
276310
276310
  SKIP_FIRST_PROMPT_PATTERN2 = /^(?:\s*<[a-z][\w-]*[\s>]|\[Request interrupted by user[^\]]*\])/;
276311
276311
  EPHEMERAL_PROGRESS_TYPES = new Set([
@@ -277600,7 +277600,7 @@ var init_filesystem = __esm(() => {
277600
277600
  });
277601
277601
  getBundledSkillsRoot = memoize_default(function getBundledSkillsRoot2() {
277602
277602
  const nonce = randomBytes7(16).toString("hex");
277603
- return join79(getClaudeTempDir(), "bundled-skills", "1.0.0", nonce);
277603
+ return join79(getClaudeTempDir(), "bundled-skills", "1.1.0", nonce);
277604
277604
  });
277605
277605
  getResolvedWorkingDirPaths = memoize_default(getPathsForPermissionCheck);
277606
277606
  });
@@ -293618,7 +293618,7 @@ function buildSystemInitMessage(inputs) {
293618
293618
  slash_commands: inputs.commands.filter((c7) => c7.userInvocable !== false).map((c7) => c7.name),
293619
293619
  apiKeySource: getAnthropicApiKeyWithSource().source,
293620
293620
  betas: getSdkBetas(),
293621
- claude_code_version: "1.0.0",
293621
+ claude_code_version: "1.1.0",
293622
293622
  output_style: outputStyle,
293623
293623
  agents: inputs.agents.map((agent2) => agent2.agentType),
293624
293624
  skills: inputs.skills.filter((s) => s.userInvocable !== false).map((skill) => skill.name),
@@ -297259,4 +297259,4 @@ export {
297259
297259
  AbortError
297260
297260
  };
297261
297261
 
297262
- //# debugId=BB7C1654813E008564756E2164756E21
297262
+ //# debugId=C27A769FF932342D64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brewcode-cli",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "BrewCode command-line interface.",
5
5
  "type": "module",
6
6
  "main": "dist/cli.mjs",