brewcode-cli 1.0.0-nightly.20260626.46.1.01e5235 → 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.
- package/dist/cli.mjs +30 -30
- package/dist/sdk.mjs +25 -25
- 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-26T17:
|
|
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.
|
|
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-26T17:
|
|
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.
|
|
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.
|
|
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-26T17:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
583655
|
-
writeToStdout(`Update available: ${"1.
|
|
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.
|
|
583672
|
-
writeToStdout(`Update available: ${"1.
|
|
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.
|
|
583689
|
-
writeToStdout(`Update available: ${"1.
|
|
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.
|
|
583755
|
-
writeToStdout(source_default.green(`BrewCode is up to date (${"1.
|
|
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.
|
|
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.
|
|
583819
|
-
writeToStdout(source_default.green(`BrewCode is up to date (${"1.
|
|
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.
|
|
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.
|
|
583868
|
+
writeToStdout(source_default.green(`Successfully updated from ${"1.1.0"} to version ${latestVersion}`) + `
|
|
583869
583869
|
`);
|
|
583870
583870
|
await regenerateCompletionCache();
|
|
583871
583871
|
break;
|
|
@@ -584278,7 +584278,7 @@ function printStartupScreen(modelOverride) {
|
|
|
584278
584278
|
const sLen = ` ● ${sL} Ready — type /help to begin`.length;
|
|
584279
584279
|
out.push(boxRow(sRow, W2, sLen, BORDER));
|
|
584280
584280
|
out.push(`${ansiRgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET2}`);
|
|
584281
|
-
out.push(` ${DIM2}${ansiRgb(...DIMCOL)}brewcode ${RESET2}${ansiRgb(...ACCENT)}v${"1.
|
|
584281
|
+
out.push(` ${DIM2}${ansiRgb(...DIMCOL)}brewcode ${RESET2}${ansiRgb(...ACCENT)}v${"1.1.0"}${RESET2}`);
|
|
584282
584282
|
out.push("");
|
|
584283
584283
|
process.stdout.write(out.join(`
|
|
584284
584284
|
`) + `
|
|
@@ -635516,7 +635516,7 @@ function WelcomeV2() {
|
|
|
635516
635516
|
dimColor: true,
|
|
635517
635517
|
children: [
|
|
635518
635518
|
"v",
|
|
635519
|
-
"1.
|
|
635519
|
+
"1.1.0",
|
|
635520
635520
|
" "
|
|
635521
635521
|
]
|
|
635522
635522
|
}, undefined, true, undefined, this)
|
|
@@ -635716,7 +635716,7 @@ function WelcomeV2() {
|
|
|
635716
635716
|
dimColor: true,
|
|
635717
635717
|
children: [
|
|
635718
635718
|
"v",
|
|
635719
|
-
"1.
|
|
635719
|
+
"1.1.0",
|
|
635720
635720
|
" "
|
|
635721
635721
|
]
|
|
635722
635722
|
}, undefined, true, undefined, this)
|
|
@@ -635942,7 +635942,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
635942
635942
|
dimColor: true,
|
|
635943
635943
|
children: [
|
|
635944
635944
|
"v",
|
|
635945
|
-
"1.
|
|
635945
|
+
"1.1.0",
|
|
635946
635946
|
" "
|
|
635947
635947
|
]
|
|
635948
635948
|
}, undefined, true, undefined, this);
|
|
@@ -636196,7 +636196,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
636196
636196
|
dimColor: true,
|
|
636197
636197
|
children: [
|
|
636198
636198
|
"v",
|
|
636199
|
-
"1.
|
|
636199
|
+
"1.1.0",
|
|
636200
636200
|
" "
|
|
636201
636201
|
]
|
|
636202
636202
|
}, undefined, true, undefined, this);
|
|
@@ -655575,7 +655575,7 @@ Usage: brewcode --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
655575
655575
|
pendingHookMessages
|
|
655576
655576
|
}, renderAndRun);
|
|
655577
655577
|
}
|
|
655578
|
-
}).version("1.
|
|
655578
|
+
}).version("1.1.0 (BrewCode)", "-v, --version", "Output the version number");
|
|
655579
655579
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
655580
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.");
|
|
655581
655581
|
if (canUserConfigureAdvisor()) {
|
|
@@ -656696,7 +656696,7 @@ if (false) {}
|
|
|
656696
656696
|
async function main2() {
|
|
656697
656697
|
const args = process.argv.slice(2);
|
|
656698
656698
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
656699
|
-
console.log(`${"1.
|
|
656699
|
+
console.log(`${"1.1.0"} (BrewCode)`);
|
|
656700
656700
|
return;
|
|
656701
656701
|
}
|
|
656702
656702
|
if (args.includes("--provider")) {
|
|
@@ -656853,4 +656853,4 @@ async function main2() {
|
|
|
656853
656853
|
}
|
|
656854
656854
|
main2();
|
|
656855
656855
|
|
|
656856
|
-
//# debugId=
|
|
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.
|
|
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.
|
|
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.
|
|
123627
|
+
version: "1.1.0",
|
|
123628
123628
|
versionBase: getVersionBase(),
|
|
123629
|
-
buildTime: "2026-06-26T17:12
|
|
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.
|
|
132234
|
+
return `${product}/${"1.1.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, renderToolResultMessage,
|
|
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
|
-
renderToolResultMessage = noop97;
|
|
140750
140749
|
renderToolUseMessage = noop97;
|
|
140751
|
-
|
|
140752
|
-
renderGroupedAgentToolUse = noop97;
|
|
140753
|
-
renderToolUseErrorMessage = noop97;
|
|
140750
|
+
renderToolResultMessage = noop97;
|
|
140754
140751
|
renderToolUseProgressMessage = noop97;
|
|
140752
|
+
userFacingName = noop97;
|
|
140755
140753
|
renderToolUseRejectedMessage = noop97;
|
|
140756
|
-
|
|
140757
|
-
userFacingNameBackgroundColor = noop97;
|
|
140754
|
+
renderToolUseErrorMessage = noop97;
|
|
140758
140755
|
getToolUseSummary = noop97;
|
|
140759
|
-
isResultTruncated = noop97;
|
|
140760
|
-
renderToolUseQueuedMessage = noop97;
|
|
140761
|
-
BackgroundHint = noop97;
|
|
140762
|
-
renderListResultMessage = noop97;
|
|
140763
|
-
renderListToolUseMessage = noop97;
|
|
140764
140756
|
renderCreateResultMessage = noop97;
|
|
140765
140757
|
renderCreateToolUseMessage = noop97;
|
|
140766
140758
|
renderDeleteResultMessage = noop97;
|
|
140767
140759
|
renderDeleteToolUseMessage = noop97;
|
|
140760
|
+
renderListResultMessage = noop97;
|
|
140761
|
+
renderListToolUseMessage = noop97;
|
|
140762
|
+
renderToolUseTag = noop97;
|
|
140763
|
+
renderToolUseQueuedMessage = noop97;
|
|
140764
|
+
renderGroupedAgentToolUse = noop97;
|
|
140765
|
+
userFacingNameBackgroundColor = noop97;
|
|
140766
|
+
BackgroundHint = noop97;
|
|
140767
|
+
isResultTruncated = noop97;
|
|
140768
140768
|
});
|
|
140769
140769
|
|
|
140770
140770
|
// src/tools/FileReadTool/FileReadTool.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.
|
|
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.
|
|
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.
|
|
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-26T17:12
|
|
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.
|
|
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.
|
|
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.
|
|
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=
|
|
297262
|
+
//# debugId=C27A769FF932342D64756E2164756E21
|