brewcode-cli 1.0.0-nightly.20260626.46.1.01e5235 → 1.0.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.
- package/dist/cli.mjs +54 -41
- package/dist/sdk.mjs +24 -24
- 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-
|
|
162520
|
+
buildTime: "2026-06-26T16:20:15.864Z",
|
|
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.0.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-
|
|
449675
|
+
const buildTime = new Date("2026-06-26T16:20:15.864Z").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.0.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.0.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-
|
|
551824
|
+
value: `${"99.0.0"} (built ${"2026-06-26T16:20:15.864Z"})`
|
|
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.0.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.0.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.0.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
|
|
583655
|
-
writeToStdout(`Update available: ${"1.0.0
|
|
583654
|
+
if (latest && !gte("1.0.0", latest)) {
|
|
583655
|
+
writeToStdout(`Update available: ${"1.0.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
|
|
583672
|
-
writeToStdout(`Update available: ${"1.0.0
|
|
583671
|
+
if (latest && !gte("1.0.0", latest)) {
|
|
583672
|
+
writeToStdout(`Update available: ${"1.0.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
|
|
583689
|
-
writeToStdout(`Update available: ${"1.0.0
|
|
583688
|
+
if (latest && !gte("1.0.0", latest)) {
|
|
583689
|
+
writeToStdout(`Update available: ${"1.0.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.0.0") {
|
|
583755
|
+
writeToStdout(source_default.green(`BrewCode is up to date (${"1.0.0"})`) + `
|
|
583756
583756
|
`);
|
|
583757
583757
|
} else {
|
|
583758
|
-
writeToStdout(source_default.green(`Successfully updated from ${"1.0.0
|
|
583758
|
+
writeToStdout(source_default.green(`Successfully updated from ${"1.0.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.0.0") {
|
|
583819
|
+
writeToStdout(source_default.green(`BrewCode is up to date (${"1.0.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.0.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
|
|
583868
|
+
writeToStdout(source_default.green(`Successfully updated from ${"1.0.0"} to version ${latestVersion}`) + `
|
|
583869
583869
|
`);
|
|
583870
583870
|
await regenerateCompletionCache();
|
|
583871
583871
|
break;
|
|
@@ -584250,13 +584250,18 @@ function printStartupScreen(modelOverride) {
|
|
|
584250
584250
|
const W2 = 62;
|
|
584251
584251
|
const out = [];
|
|
584252
584252
|
out.push("");
|
|
584253
|
-
const
|
|
584253
|
+
const allLogo = [...LOGO_BREW, "", ...LOGO_CODE];
|
|
584254
|
+
const total = allLogo.length;
|
|
584254
584255
|
for (let i3 = 0;i3 < total; i3++) {
|
|
584255
584256
|
const t = total > 1 ? i3 / (total - 1) : 0;
|
|
584256
|
-
|
|
584257
|
+
if (allLogo[i3] === "") {
|
|
584258
|
+
out.push("");
|
|
584259
|
+
} else {
|
|
584260
|
+
out.push(paintLine(allLogo[i3], GRAD, t));
|
|
584261
|
+
}
|
|
584257
584262
|
}
|
|
584258
584263
|
out.push("");
|
|
584259
|
-
out.push(` ${ansiRgb(...
|
|
584264
|
+
out.push(` ${ansiRgb(...ACCENT)}✦${RESET2} ${ansiRgb(...CREAM)}Any model. Every tool. Zero limits.${RESET2} ${ansiRgb(...ACCENT)}✦${RESET2}`);
|
|
584260
584265
|
out.push("");
|
|
584261
584266
|
out.push(`${ansiRgb(...BORDER)}╔${"═".repeat(W2 - 2)}╗${RESET2}`);
|
|
584262
584267
|
const lbl = (k, v, c6 = CREAM) => {
|
|
@@ -584278,13 +584283,13 @@ function printStartupScreen(modelOverride) {
|
|
|
584278
584283
|
const sLen = ` ● ${sL} Ready — type /help to begin`.length;
|
|
584279
584284
|
out.push(boxRow(sRow, W2, sLen, BORDER));
|
|
584280
584285
|
out.push(`${ansiRgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET2}`);
|
|
584281
|
-
out.push(` ${DIM2}${ansiRgb(...DIMCOL)}brewcode ${RESET2}${ansiRgb(...ACCENT)}v${"1.0.0
|
|
584286
|
+
out.push(` ${DIM2}${ansiRgb(...DIMCOL)}brewcode ${RESET2}${ansiRgb(...ACCENT)}v${"1.0.0"}${RESET2}`);
|
|
584282
584287
|
out.push("");
|
|
584283
584288
|
process.stdout.write(out.join(`
|
|
584284
584289
|
`) + `
|
|
584285
584290
|
`);
|
|
584286
584291
|
}
|
|
584287
|
-
var RESET2, DIM2,
|
|
584292
|
+
var RESET2, DIM2, LOGO_BREW, LOGO_CODE;
|
|
584288
584293
|
var init_StartupScreen = __esm(() => {
|
|
584289
584294
|
init_providerConfig();
|
|
584290
584295
|
init_routeMetadata();
|
|
@@ -584297,13 +584302,21 @@ var init_StartupScreen = __esm(() => {
|
|
|
584297
584302
|
init_StartupScreen_palettes();
|
|
584298
584303
|
RESET2 = ANSI_RESET;
|
|
584299
584304
|
DIM2 = ANSI_DIM;
|
|
584300
|
-
|
|
584301
|
-
`
|
|
584302
|
-
`
|
|
584303
|
-
`
|
|
584304
|
-
`
|
|
584305
|
-
`
|
|
584306
|
-
`
|
|
584305
|
+
LOGO_BREW = [
|
|
584306
|
+
` ██████╗ ██████╗ ███████╗██╗ ██╗`,
|
|
584307
|
+
` ██╔══██╗ ██╔══██╗██╔════╝██║ ██║`,
|
|
584308
|
+
` ██████╔╝ ██████╔╝█████╗ ██║ █╗ ██║`,
|
|
584309
|
+
` ██╔══██╗ ██╔══██╗██╔══╝ ██║███╗██║`,
|
|
584310
|
+
` ██████╔╝ ██║ ██║███████╗╚███╔███╔╝`,
|
|
584311
|
+
` ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚══╝╚══╝ `
|
|
584312
|
+
];
|
|
584313
|
+
LOGO_CODE = [
|
|
584314
|
+
` ██████╗ ██████╗ ██████╗ ███████╗`,
|
|
584315
|
+
` ██╔════╝ ██╔═══██╗██╔══██╗ ██╔════╝`,
|
|
584316
|
+
` ██║ ██║ ██║██║ ██║ █████╗ `,
|
|
584317
|
+
` ██║ ██║ ██║██║ ██║ ██╔══╝ `,
|
|
584318
|
+
` ╚██████╗ ╚██████╔╝██████╔╝ ███████╗`,
|
|
584319
|
+
` ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝`
|
|
584307
584320
|
];
|
|
584308
584321
|
});
|
|
584309
584322
|
|
|
@@ -635516,7 +635529,7 @@ function WelcomeV2() {
|
|
|
635516
635529
|
dimColor: true,
|
|
635517
635530
|
children: [
|
|
635518
635531
|
"v",
|
|
635519
|
-
"1.0.0
|
|
635532
|
+
"1.0.0",
|
|
635520
635533
|
" "
|
|
635521
635534
|
]
|
|
635522
635535
|
}, undefined, true, undefined, this)
|
|
@@ -635716,7 +635729,7 @@ function WelcomeV2() {
|
|
|
635716
635729
|
dimColor: true,
|
|
635717
635730
|
children: [
|
|
635718
635731
|
"v",
|
|
635719
|
-
"1.0.0
|
|
635732
|
+
"1.0.0",
|
|
635720
635733
|
" "
|
|
635721
635734
|
]
|
|
635722
635735
|
}, undefined, true, undefined, this)
|
|
@@ -635942,7 +635955,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
635942
635955
|
dimColor: true,
|
|
635943
635956
|
children: [
|
|
635944
635957
|
"v",
|
|
635945
|
-
"1.0.0
|
|
635958
|
+
"1.0.0",
|
|
635946
635959
|
" "
|
|
635947
635960
|
]
|
|
635948
635961
|
}, undefined, true, undefined, this);
|
|
@@ -636196,7 +636209,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
636196
636209
|
dimColor: true,
|
|
636197
636210
|
children: [
|
|
636198
636211
|
"v",
|
|
636199
|
-
"1.0.0
|
|
636212
|
+
"1.0.0",
|
|
636200
636213
|
" "
|
|
636201
636214
|
]
|
|
636202
636215
|
}, undefined, true, undefined, this);
|
|
@@ -655575,7 +655588,7 @@ Usage: brewcode --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
655575
655588
|
pendingHookMessages
|
|
655576
655589
|
}, renderAndRun);
|
|
655577
655590
|
}
|
|
655578
|
-
}).version("1.0.0
|
|
655591
|
+
}).version("1.0.0 (BrewCode)", "-v, --version", "Output the version number");
|
|
655579
655592
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
655580
655593
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
655581
655594
|
if (canUserConfigureAdvisor()) {
|
|
@@ -656696,7 +656709,7 @@ if (false) {}
|
|
|
656696
656709
|
async function main2() {
|
|
656697
656710
|
const args = process.argv.slice(2);
|
|
656698
656711
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
656699
|
-
console.log(`${"1.0.0
|
|
656712
|
+
console.log(`${"1.0.0"} (BrewCode)`);
|
|
656700
656713
|
return;
|
|
656701
656714
|
}
|
|
656702
656715
|
if (args.includes("--provider")) {
|
|
@@ -656853,4 +656866,4 @@ async function main2() {
|
|
|
656853
656866
|
}
|
|
656854
656867
|
main2();
|
|
656855
656868
|
|
|
656856
|
-
//# debugId=
|
|
656869
|
+
//# debugId=24F40088303E34A464756E2164756E21
|
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
|
|
45483
|
+
const version = `${"1.0.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
|
|
123587
|
+
const match = "1.0.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.0.0",
|
|
123628
123628
|
versionBase: getVersionBase(),
|
|
123629
|
-
buildTime: "2026-06-
|
|
123629
|
+
buildTime: "2026-06-26T16:20:16.643Z",
|
|
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.0.0"}`;
|
|
132235
132235
|
}
|
|
132236
132236
|
function getClaudeCodeUserAgent() {
|
|
132237
132237
|
return getVersionedUserAgent("brewcode-cli");
|
|
@@ -140744,27 +140744,27 @@ var init_limits = __esm(() => {
|
|
|
140744
140744
|
});
|
|
140745
140745
|
|
|
140746
140746
|
// sdk-missing-stub:./UI.js
|
|
140747
|
-
var noop97 = () => null,
|
|
140747
|
+
var noop97 = () => null, renderGroupedAgentToolUse, renderToolResultMessage, renderToolUseErrorMessage, renderToolUseMessage, renderToolUseProgressMessage, renderToolUseRejectedMessage, renderToolUseTag, userFacingName, userFacingNameBackgroundColor, getToolUseSummary, renderCreateResultMessage, renderCreateToolUseMessage, renderListResultMessage, renderListToolUseMessage, renderDeleteResultMessage, renderDeleteToolUseMessage, BackgroundHint, renderToolUseQueuedMessage, isResultTruncated;
|
|
140748
140748
|
var init_UI = __esm(() => {
|
|
140749
|
-
renderToolResultMessage = noop97;
|
|
140750
|
-
renderToolUseMessage = noop97;
|
|
140751
|
-
userFacingName = noop97;
|
|
140752
140749
|
renderGroupedAgentToolUse = noop97;
|
|
140750
|
+
renderToolResultMessage = noop97;
|
|
140753
140751
|
renderToolUseErrorMessage = noop97;
|
|
140752
|
+
renderToolUseMessage = noop97;
|
|
140754
140753
|
renderToolUseProgressMessage = noop97;
|
|
140755
140754
|
renderToolUseRejectedMessage = noop97;
|
|
140756
140755
|
renderToolUseTag = noop97;
|
|
140756
|
+
userFacingName = noop97;
|
|
140757
140757
|
userFacingNameBackgroundColor = noop97;
|
|
140758
140758
|
getToolUseSummary = noop97;
|
|
140759
|
-
isResultTruncated = noop97;
|
|
140760
|
-
renderToolUseQueuedMessage = noop97;
|
|
140761
|
-
BackgroundHint = noop97;
|
|
140762
|
-
renderListResultMessage = noop97;
|
|
140763
|
-
renderListToolUseMessage = noop97;
|
|
140764
140759
|
renderCreateResultMessage = noop97;
|
|
140765
140760
|
renderCreateToolUseMessage = noop97;
|
|
140761
|
+
renderListResultMessage = noop97;
|
|
140762
|
+
renderListToolUseMessage = noop97;
|
|
140766
140763
|
renderDeleteResultMessage = noop97;
|
|
140767
140764
|
renderDeleteToolUseMessage = noop97;
|
|
140765
|
+
BackgroundHint = noop97;
|
|
140766
|
+
renderToolUseQueuedMessage = noop97;
|
|
140767
|
+
isResultTruncated = noop97;
|
|
140768
140768
|
});
|
|
140769
140769
|
|
|
140770
140770
|
// src/tools/FileReadTool/FileReadTool.ts
|
|
@@ -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, ClaudeForChromeContext, createClaudeForChromeMcpServer, Logger, PermissionMode
|
|
167753
|
+
var noop99 = () => null, claude_for_chrome_mcp_default, __stub3 = true, BROWSER_TOOLS, ClaudeForChromeContext, createClaudeForChromeMcpServer, Logger, PermissionMode;
|
|
167754
167754
|
var init_claude_for_chrome_mcp = __esm(() => {
|
|
167755
167755
|
claude_for_chrome_mcp_default = noop99;
|
|
167756
|
+
BROWSER_TOOLS = noop99;
|
|
167756
167757
|
ClaudeForChromeContext = noop99;
|
|
167757
167758
|
createClaudeForChromeMcpServer = noop99;
|
|
167758
167759
|
Logger = noop99;
|
|
167759
167760
|
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.0.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.0.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.0.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-
|
|
242860
|
+
const buildTime = new Date("2026-06-26T16:20:16.643Z").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
|
|
276308
|
+
VERSION3 = typeof MACRO !== "undefined" ? "1.0.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
|
|
277603
|
+
return join79(getClaudeTempDir(), "bundled-skills", "1.0.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.0.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=
|
|
297262
|
+
//# debugId=BB7C1654813E008564756E2164756E21
|