localclawd 2.3.2 → 2.3.3

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 +81 -93
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -88251,7 +88251,7 @@ var init_isEqual = __esm(() => {
88251
88251
 
88252
88252
  // src/utils/userAgent.ts
88253
88253
  function getClaudeCodeUserAgent() {
88254
- return `claude-code/${"2.3.2"}`;
88254
+ return `claude-code/${"2.3.3"}`;
88255
88255
  }
88256
88256
 
88257
88257
  // src/utils/workloadContext.ts
@@ -88273,7 +88273,7 @@ function getUserAgent() {
88273
88273
  const clientApp = process.env.CLAUDE_AGENT_SDK_CLIENT_APP ? `, client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}` : "";
88274
88274
  const workload = getWorkload();
88275
88275
  const workloadSuffix = workload ? `, workload/${workload}` : "";
88276
- return `claude-cli/${"2.3.2"} (${process.env.USER_TYPE}, ${process.env.CLAUDE_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
88276
+ return `claude-cli/${"2.3.3"} (${process.env.USER_TYPE}, ${process.env.CLAUDE_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
88277
88277
  }
88278
88278
  function getMCPUserAgent() {
88279
88279
  const parts = [];
@@ -88287,7 +88287,7 @@ function getMCPUserAgent() {
88287
88287
  parts.push(`client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}`);
88288
88288
  }
88289
88289
  const suffix = parts.length > 0 ? ` (${parts.join(", ")})` : "";
88290
- return `claude-code/${"2.3.2"}${suffix}`;
88290
+ return `claude-code/${"2.3.3"}${suffix}`;
88291
88291
  }
88292
88292
  function getWebFetchUserAgent() {
88293
88293
  return `Claude-User (${getClaudeCodeUserAgent()}; +https://support.anthropic.com/)`;
@@ -158794,7 +158794,7 @@ function getAttributionHeader(fingerprint) {
158794
158794
  if (!isAttributionHeaderEnabled()) {
158795
158795
  return "";
158796
158796
  }
158797
- const version = `${"2.3.2"}.${fingerprint}`;
158797
+ const version = `${"2.3.3"}.${fingerprint}`;
158798
158798
  const entrypoint = process.env.CLAUDE_CODE_ENTRYPOINT ?? "unknown";
158799
158799
  const cch = "";
158800
158800
  const workload = getWorkload();
@@ -174981,7 +174981,7 @@ var init_metadata = __esm(() => {
174981
174981
  COMPOUND_OPERATOR_REGEX = /\s*(?:&&|\|\||[;|])\s*/;
174982
174982
  WHITESPACE_REGEX = /\s+/;
174983
174983
  getVersionBase = memoize_default(() => {
174984
- const match = "2.3.2".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
174984
+ const match = "2.3.3".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
174985
174985
  return match ? match[0] : undefined;
174986
174986
  });
174987
174987
  buildEnvContext = memoize_default(async () => {
@@ -175021,9 +175021,9 @@ var init_metadata = __esm(() => {
175021
175021
  isGithubAction: isEnvTruthy(process.env.GITHUB_ACTIONS),
175022
175022
  isClaudeCodeAction: isEnvTruthy(process.env.CLAUDE_CODE_ACTION),
175023
175023
  isClaudeAiAuth: isClaudeAISubscriber(),
175024
- version: "2.3.2",
175024
+ version: "2.3.3",
175025
175025
  versionBase: getVersionBase(),
175026
- buildTime: "2026-05-10T19:45:00.456Z",
175026
+ buildTime: "2026-05-10T20:16:44.115Z",
175027
175027
  deploymentEnvironment: env3.detectDeploymentEnvironment(),
175028
175028
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
175029
175029
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -178714,17 +178714,8 @@ function getToolLocationHint() {
178714
178714
  const deltaEnabled = process.env.USER_TYPE === "ant" || getFeatureValue_CACHED_MAY_BE_STALE("tengu_glacier_2xr", false);
178715
178715
  return deltaEnabled ? "Deferred tools appear by name in <system-reminder> messages." : "Deferred tools appear by name in <available-deferred-tools> messages.";
178716
178716
  }
178717
- function isDeferredTool(tool) {
178718
- if (tool.alwaysLoad === true)
178719
- return false;
178720
- if (tool.isMcp === true)
178721
- return true;
178722
- if (tool.name === TOOL_SEARCH_TOOL_NAME)
178723
- return false;
178724
- if (false) {}
178725
- if (false) {}
178726
- if (false) {}
178727
- return tool.shouldDefer === true;
178717
+ function isDeferredTool(_tool) {
178718
+ return false;
178728
178719
  }
178729
178720
  function formatDeferredToolLine(tool) {
178730
178721
  return tool.name;
@@ -178742,10 +178733,7 @@ Query forms:
178742
178733
  - "select:Read,Edit,Grep" — fetch these exact tools by name
178743
178734
  - "notebook jupyter" — keyword search, up to max_results best matches
178744
178735
  - "+slack send" — require "slack" in the name, rank by remaining terms`;
178745
- var init_prompt8 = __esm(() => {
178746
- init_state();
178747
- init_constants3();
178748
- });
178736
+ var init_prompt8 = () => {};
178749
178737
 
178750
178738
  // src/tools/PowerShellTool/toolName.ts
178751
178739
  var POWERSHELL_TOOL_NAME = "PowerShell";
@@ -207652,7 +207640,7 @@ function getTelemetryAttributes() {
207652
207640
  attributes["session.id"] = sessionId;
207653
207641
  }
207654
207642
  if (shouldIncludeAttribute("OTEL_METRICS_INCLUDE_VERSION")) {
207655
- attributes["app.version"] = "2.3.2";
207643
+ attributes["app.version"] = "2.3.3";
207656
207644
  }
207657
207645
  const oauthAccount = getOauthAccountInfo();
207658
207646
  if (oauthAccount) {
@@ -269940,7 +269928,7 @@ function getInstallationEnv() {
269940
269928
  return;
269941
269929
  }
269942
269930
  function getClaudeCodeVersion() {
269943
- return "2.3.2";
269931
+ return "2.3.3";
269944
269932
  }
269945
269933
  async function getInstalledVSCodeExtensionVersion(command) {
269946
269934
  const { stdout } = await execFileNoThrow(command, ["--list-extensions", "--show-versions"], {
@@ -275214,7 +275202,7 @@ async function setupSdkMcpClients(sdkMcpConfigs, sendMcpMessage) {
275214
275202
  const client4 = new Client({
275215
275203
  name: "localclawd",
275216
275204
  title: "localclawd",
275217
- version: "2.3.2",
275205
+ version: "2.3.3",
275218
275206
  description: "local-first AI coding tool",
275219
275207
  websiteUrl: PRODUCT_URL
275220
275208
  }, {
@@ -275556,7 +275544,7 @@ var init_client9 = __esm(() => {
275556
275544
  const client4 = new Client({
275557
275545
  name: "localclawd",
275558
275546
  title: "localclawd",
275559
- version: "2.3.2",
275547
+ version: "2.3.3",
275560
275548
  description: "local-first AI coding tool",
275561
275549
  websiteUrl: PRODUCT_URL
275562
275550
  }, {
@@ -289955,7 +289943,7 @@ function computeFingerprint(messageText, version) {
289955
289943
  }
289956
289944
  function computeFingerprintFromMessages(messages) {
289957
289945
  const firstMessageText = extractFirstMessageText(messages);
289958
- return computeFingerprint(firstMessageText, "2.3.2");
289946
+ return computeFingerprint(firstMessageText, "2.3.3");
289959
289947
  }
289960
289948
  var FINGERPRINT_SALT = "59cf53e54c78";
289961
289949
  var init_fingerprint = () => {};
@@ -289997,7 +289985,7 @@ async function sideQuery(opts) {
289997
289985
  betas.push(STRUCTURED_OUTPUTS_BETA_HEADER);
289998
289986
  }
289999
289987
  const messageText = extractFirstUserMessageText(messages);
290000
- const fingerprint = computeFingerprint(messageText, "2.3.2");
289988
+ const fingerprint = computeFingerprint(messageText, "2.3.3");
290001
289989
  const attributionHeader = getAttributionHeader(fingerprint);
290002
289990
  const systemBlocks = [
290003
289991
  attributionHeader ? { type: "text", text: attributionHeader } : null,
@@ -310749,7 +310737,7 @@ var init_user = __esm(() => {
310749
310737
  deviceId,
310750
310738
  sessionId: getSessionId(),
310751
310739
  email: getEmail(),
310752
- appVersion: "2.3.2",
310740
+ appVersion: "2.3.3",
310753
310741
  platform: getHostPlatformForAnalytics(),
310754
310742
  organizationUuid,
310755
310743
  accountUuid,
@@ -311814,7 +311802,7 @@ async function initializeBetaTracing(resource) {
311814
311802
  });
311815
311803
  logs.setGlobalLoggerProvider(loggerProvider);
311816
311804
  setLoggerProvider(loggerProvider);
311817
- const eventLogger = logs.getLogger("com.anthropic.claude_code.events", "2.3.2");
311805
+ const eventLogger = logs.getLogger("com.anthropic.claude_code.events", "2.3.3");
311818
311806
  setEventLogger(eventLogger);
311819
311807
  process.on("beforeExit", async () => {
311820
311808
  await loggerProvider?.forceFlush();
@@ -311854,7 +311842,7 @@ async function initializeTelemetry() {
311854
311842
  const platform2 = getPlatform();
311855
311843
  const baseAttributes = {
311856
311844
  [ATTR_SERVICE_NAME4]: "claude-code",
311857
- [ATTR_SERVICE_VERSION4]: "2.3.2"
311845
+ [ATTR_SERVICE_VERSION4]: "2.3.3"
311858
311846
  };
311859
311847
  if (platform2 === "wsl") {
311860
311848
  const wslVersion = getWslVersion();
@@ -311899,7 +311887,7 @@ async function initializeTelemetry() {
311899
311887
  } catch {}
311900
311888
  };
311901
311889
  registerCleanup(shutdownTelemetry2);
311902
- return meterProvider2.getMeter("com.anthropic.claude_code", "2.3.2");
311890
+ return meterProvider2.getMeter("com.anthropic.claude_code", "2.3.3");
311903
311891
  }
311904
311892
  const meterProvider = new MeterProvider4({
311905
311893
  resource,
@@ -311919,7 +311907,7 @@ async function initializeTelemetry() {
311919
311907
  });
311920
311908
  logs.setGlobalLoggerProvider(loggerProvider);
311921
311909
  setLoggerProvider(loggerProvider);
311922
- const eventLogger = logs.getLogger("com.anthropic.claude_code.events", "2.3.2");
311910
+ const eventLogger = logs.getLogger("com.anthropic.claude_code.events", "2.3.3");
311923
311911
  setEventLogger(eventLogger);
311924
311912
  logForDebugging("[3P telemetry] Event logger set successfully");
311925
311913
  process.on("beforeExit", async () => {
@@ -311981,7 +311969,7 @@ Current timeout: ${timeoutMs}ms
311981
311969
  }
311982
311970
  };
311983
311971
  registerCleanup(shutdownTelemetry);
311984
- return meterProvider.getMeter("com.anthropic.claude_code", "2.3.2");
311972
+ return meterProvider.getMeter("com.anthropic.claude_code", "2.3.3");
311985
311973
  }
311986
311974
  async function flushTelemetry() {
311987
311975
  const meterProvider = getMeterProvider();
@@ -313171,7 +313159,7 @@ function detectLinuxGlobPatternWarnings() {
313171
313159
  }
313172
313160
  async function getDoctorDiagnostic() {
313173
313161
  const installationType = await getCurrentInstallationType();
313174
- const version = typeof MACRO !== "undefined" ? "2.3.2" : "unknown";
313162
+ const version = typeof MACRO !== "undefined" ? "2.3.3" : "unknown";
313175
313163
  const installationPath = await getInstallationPath();
313176
313164
  const invokedBinary = getInvokedBinary();
313177
313165
  const multipleInstallations = await detectMultipleInstallations();
@@ -314112,8 +314100,8 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
314112
314100
  const maxVersion = await getMaxVersion();
314113
314101
  if (maxVersion && gt(version, maxVersion)) {
314114
314102
  logForDebugging(`Native installer: maxVersion ${maxVersion} is set, capping update from ${version} to ${maxVersion}`);
314115
- if (gte("2.3.2", maxVersion)) {
314116
- logForDebugging(`Native installer: current version ${"2.3.2"} is already at or above maxVersion ${maxVersion}, skipping update`);
314103
+ if (gte("2.3.3", maxVersion)) {
314104
+ logForDebugging(`Native installer: current version ${"2.3.3"} is already at or above maxVersion ${maxVersion}, skipping update`);
314117
314105
  logEvent("tengu_native_update_skipped_max_version", {
314118
314106
  latency_ms: Date.now() - startTime,
314119
314107
  max_version: maxVersion,
@@ -314124,7 +314112,7 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
314124
314112
  version = maxVersion;
314125
314113
  }
314126
314114
  }
314127
- if (!forceReinstall && version === "2.3.2" && await versionIsAvailable(version) && await isPossibleLocalClawdBinary(executablePath)) {
314115
+ if (!forceReinstall && version === "2.3.3" && await versionIsAvailable(version) && await isPossibleLocalClawdBinary(executablePath)) {
314128
314116
  logForDebugging(`Found ${version} at ${executablePath}, skipping install`);
314129
314117
  logEvent("tengu_native_update_complete", {
314130
314118
  latency_ms: Date.now() - startTime,
@@ -360399,7 +360387,7 @@ function getAnthropicEnvMetadata() {
360399
360387
  function getBuildAgeMinutes() {
360400
360388
  if (false)
360401
360389
  ;
360402
- const buildTime = new Date("2026-05-10T19:45:00.456Z").getTime();
360390
+ const buildTime = new Date("2026-05-10T20:16:44.115Z").getTime();
360403
360391
  if (isNaN(buildTime))
360404
360392
  return;
360405
360393
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -388428,7 +388416,7 @@ function Feedback({
388428
388416
  platform: env3.platform,
388429
388417
  gitRepo: envInfo.isGit,
388430
388418
  terminal: env3.terminal,
388431
- version: "2.3.2",
388419
+ version: "2.3.3",
388432
388420
  transcript: normalizeMessagesForAPI(messages),
388433
388421
  errors: sanitizedErrors,
388434
388422
  lastApiRequest: getLastAPIRequest(),
@@ -388620,7 +388608,7 @@ function Feedback({
388620
388608
  ", ",
388621
388609
  env3.terminal,
388622
388610
  ", v",
388623
- "2.3.2"
388611
+ "2.3.3"
388624
388612
  ]
388625
388613
  }, undefined, true, undefined, this)
388626
388614
  ]
@@ -388726,7 +388714,7 @@ ${sanitizedDescription}
388726
388714
  ` + `**Environment Info**
388727
388715
  ` + `- Platform: ${env3.platform}
388728
388716
  ` + `- Terminal: ${env3.terminal}
388729
- ` + `- Version: ${"2.3.2"}
388717
+ ` + `- Version: ${"2.3.3"}
388730
388718
  ` + `- Feedback ID: ${feedbackId}
388731
388719
  ` + `
388732
388720
  **Errors**
@@ -391335,7 +391323,7 @@ function buildPrimarySection() {
391335
391323
  }, undefined, false, undefined, this);
391336
391324
  return [{
391337
391325
  label: "Version",
391338
- value: "2.3.2"
391326
+ value: "2.3.3"
391339
391327
  }, {
391340
391328
  label: "Session name",
391341
391329
  value: nameValue
@@ -396016,7 +396004,7 @@ function Config({
396016
396004
  }
396017
396005
  }, undefined, false, undefined, this)
396018
396006
  }, undefined, false, undefined, this) : showSubmenu === "ChannelDowngrade" ? /* @__PURE__ */ jsx_dev_runtime176.jsxDEV(ChannelDowngradeDialog, {
396019
- currentVersion: "2.3.2",
396007
+ currentVersion: "2.3.3",
396020
396008
  onChoice: (choice) => {
396021
396009
  setShowSubmenu(null);
396022
396010
  setTabsHidden(false);
@@ -396028,7 +396016,7 @@ function Config({
396028
396016
  autoUpdatesChannel: "stable"
396029
396017
  };
396030
396018
  if (choice === "stay") {
396031
- newSettings.minimumVersion = "2.3.2";
396019
+ newSettings.minimumVersion = "2.3.3";
396032
396020
  }
396033
396021
  updateSettingsForSource("userSettings", newSettings);
396034
396022
  setSettingsData((prev_27) => ({
@@ -413547,7 +413535,7 @@ function Help(t0) {
413547
413535
  let t6;
413548
413536
  if ($2[31] !== tabs) {
413549
413537
  t6 = /* @__PURE__ */ jsx_dev_runtime218.jsxDEV(Tabs, {
413550
- title: `localclawd v${"2.3.2"}`,
413538
+ title: `localclawd v${"2.3.3"}`,
413551
413539
  color: "professionalBlue",
413552
413540
  defaultTab: "general",
413553
413541
  children: tabs
@@ -430809,7 +430797,7 @@ function getRecentReleaseNotes(currentVersion, previousVersion, changelogContent
430809
430797
  }
430810
430798
  return [];
430811
430799
  }
430812
- async function checkForReleaseNotes(lastSeenVersion, currentVersion = "2.3.2") {
430800
+ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "2.3.3") {
430813
430801
  if (process.env.USER_TYPE === "ant") {
430814
430802
  const changelog = MACRO.VERSION_CHANGELOG;
430815
430803
  if (changelog) {
@@ -430836,7 +430824,7 @@ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "2.3.2") {
430836
430824
  releaseNotes
430837
430825
  };
430838
430826
  }
430839
- function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "2.3.2") {
430827
+ function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "2.3.3") {
430840
430828
  if (process.env.USER_TYPE === "ant") {
430841
430829
  const changelog = MACRO.VERSION_CHANGELOG;
430842
430830
  if (changelog) {
@@ -430993,7 +430981,7 @@ function getRecentActivitySync() {
430993
430981
  return cachedActivity;
430994
430982
  }
430995
430983
  function getLogoDisplayData() {
430996
- const version = process.env.DEMO_VERSION ?? "2.3.2";
430984
+ const version = process.env.DEMO_VERSION ?? "2.3.3";
430997
430985
  const serverUrl = getDirectConnectServerUrl();
430998
430986
  const displayPath = process.env.DEMO_VERSION ? "/code/claude" : getDisplayPath(getCwd());
430999
430987
  const cwd2 = serverUrl ? `${displayPath} in ${serverUrl.replace(/^https?:\/\//, "")}` : displayPath;
@@ -432093,7 +432081,7 @@ function Logo() {
432093
432081
  if ($2[2] === Symbol.for("react.memo_cache_sentinel")) {
432094
432082
  t2 = () => {
432095
432083
  const currentConfig = getGlobalConfig();
432096
- if (currentConfig.lastReleaseNotesSeen === "2.3.2") {
432084
+ if (currentConfig.lastReleaseNotesSeen === "2.3.3") {
432097
432085
  return;
432098
432086
  }
432099
432087
  saveGlobalConfig(_temp325);
@@ -432752,12 +432740,12 @@ function Logo() {
432752
432740
  return t41;
432753
432741
  }
432754
432742
  function _temp325(current) {
432755
- if (current.lastReleaseNotesSeen === "2.3.2") {
432743
+ if (current.lastReleaseNotesSeen === "2.3.3") {
432756
432744
  return current;
432757
432745
  }
432758
432746
  return {
432759
432747
  ...current,
432760
- lastReleaseNotesSeen: "2.3.2"
432748
+ lastReleaseNotesSeen: "2.3.3"
432761
432749
  };
432762
432750
  }
432763
432751
  function _temp240(s_0) {
@@ -463216,7 +463204,7 @@ async function captureMemoryDiagnostics(trigger, dumpNumber = 0) {
463216
463204
  smapsRollup,
463217
463205
  platform: process.platform,
463218
463206
  nodeVersion: process.version,
463219
- ccVersion: "2.3.2"
463207
+ ccVersion: "2.3.3"
463220
463208
  };
463221
463209
  }
463222
463210
  async function performHeapDump(trigger = "manual", dumpNumber = 0) {
@@ -463801,7 +463789,7 @@ var init_bridge_kick = __esm(() => {
463801
463789
  var call86 = async () => {
463802
463790
  return {
463803
463791
  type: "text",
463804
- value: `${"2.3.2"} (built ${"2026-05-10T19:45:00.456Z"})`
463792
+ value: `${"2.3.3"} (built ${"2026-05-10T20:16:44.115Z"})`
463805
463793
  };
463806
463794
  }, version, version_default;
463807
463795
  var init_version = __esm(() => {
@@ -471745,7 +471733,7 @@ function generateHtmlReport(data, insights) {
471745
471733
  </html>`;
471746
471734
  }
471747
471735
  function buildExportData(data, insights, facets, remoteStats) {
471748
- const version2 = typeof MACRO !== "undefined" ? "2.3.2" : "unknown";
471736
+ const version2 = typeof MACRO !== "undefined" ? "2.3.3" : "unknown";
471749
471737
  const remote_hosts_collected = remoteStats?.hosts.filter((h2) => h2.sessionCount > 0).map((h2) => h2.name);
471750
471738
  const facets_summary = {
471751
471739
  total: facets.size,
@@ -475944,7 +475932,7 @@ var init_sessionStorage = __esm(() => {
475944
475932
  init_settings2();
475945
475933
  init_slowOperations();
475946
475934
  init_uuid();
475947
- VERSION6 = typeof MACRO !== "undefined" ? "2.3.2" : "unknown";
475935
+ VERSION6 = typeof MACRO !== "undefined" ? "2.3.3" : "unknown";
475948
475936
  MAX_TOMBSTONE_REWRITE_BYTES = 50 * 1024 * 1024;
475949
475937
  SKIP_FIRST_PROMPT_PATTERN = /^(?:\s*<[a-z][\w-]*[\s>]|\[Request interrupted by user[^\]]*\])/;
475950
475938
  EPHEMERAL_PROGRESS_TYPES = new Set([
@@ -477075,7 +477063,7 @@ var init_filesystem = __esm(() => {
477075
477063
  });
477076
477064
  getBundledSkillsRoot = memoize_default(function getBundledSkillsRoot2() {
477077
477065
  const nonce = randomBytes20(16).toString("hex");
477078
- return join154(getClaudeTempDir(), "bundled-skills", "2.3.2", nonce);
477066
+ return join154(getClaudeTempDir(), "bundled-skills", "2.3.3", nonce);
477079
477067
  });
477080
477068
  getResolvedWorkingDirPaths = memoize_default(getPathsForPermissionCheck);
477081
477069
  });
@@ -486312,7 +486300,7 @@ function buildSystemInitMessage(inputs) {
486312
486300
  slash_commands: inputs.commands.filter((c5) => c5.userInvocable !== false).map((c5) => c5.name),
486313
486301
  apiKeySource: getAnthropicApiKeyWithSource().source,
486314
486302
  betas: getSdkBetas(),
486315
- claude_code_version: "2.3.2",
486303
+ claude_code_version: "2.3.3",
486316
486304
  output_style: outputStyle2,
486317
486305
  agents: inputs.agents.map((agent) => agent.agentType),
486318
486306
  skills: inputs.skills.filter((s2) => s2.userInvocable !== false).map((skill) => skill.name),
@@ -500469,7 +500457,7 @@ var init_useVoiceEnabled = __esm(() => {
500469
500457
  function getSemverPart(version2) {
500470
500458
  return `${import_semver10.major(version2, { loose: true })}.${import_semver10.minor(version2, { loose: true })}.${import_semver10.patch(version2, { loose: true })}`;
500471
500459
  }
500472
- function useUpdateNotification(updatedVersion, initialVersion = "2.3.2") {
500460
+ function useUpdateNotification(updatedVersion, initialVersion = "2.3.3") {
500473
500461
  const [lastNotifiedSemver, setLastNotifiedSemver] = import_react214.useState(() => getSemverPart(initialVersion));
500474
500462
  if (!updatedVersion) {
500475
500463
  return null;
@@ -500509,7 +500497,7 @@ function AutoUpdater({
500509
500497
  return;
500510
500498
  }
500511
500499
  if (false) {}
500512
- const currentVersion = "2.3.2";
500500
+ const currentVersion = "2.3.3";
500513
500501
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
500514
500502
  let latestVersion = await getLatestVersion(channel);
500515
500503
  const isDisabled = isAutoUpdaterDisabled();
@@ -500720,12 +500708,12 @@ function NativeAutoUpdater({
500720
500708
  logEvent("tengu_native_auto_updater_start", {});
500721
500709
  try {
500722
500710
  const maxVersion = await getMaxVersion();
500723
- if (maxVersion && gt("2.3.2", maxVersion)) {
500711
+ if (maxVersion && gt("2.3.3", maxVersion)) {
500724
500712
  const msg = await getMaxVersionMessage();
500725
500713
  setMaxVersionIssue(msg ?? "affects your version");
500726
500714
  }
500727
500715
  const result = await installLatest(channel);
500728
- const currentVersion = "2.3.2";
500716
+ const currentVersion = "2.3.3";
500729
500717
  const latencyMs = Date.now() - startTime;
500730
500718
  if (result.lockFailed) {
500731
500719
  logEvent("tengu_native_auto_updater_lock_contention", {
@@ -500860,17 +500848,17 @@ function PackageManagerAutoUpdater(t0) {
500860
500848
  const maxVersion = await getMaxVersion();
500861
500849
  if (maxVersion && latest && gt(latest, maxVersion)) {
500862
500850
  logForDebugging(`PackageManagerAutoUpdater: maxVersion ${maxVersion} is set, capping update from ${latest} to ${maxVersion}`);
500863
- if (gte("2.3.2", maxVersion)) {
500864
- logForDebugging(`PackageManagerAutoUpdater: current version ${"2.3.2"} is already at or above maxVersion ${maxVersion}, skipping update`);
500851
+ if (gte("2.3.3", maxVersion)) {
500852
+ logForDebugging(`PackageManagerAutoUpdater: current version ${"2.3.3"} is already at or above maxVersion ${maxVersion}, skipping update`);
500865
500853
  setUpdateAvailable(false);
500866
500854
  return;
500867
500855
  }
500868
500856
  latest = maxVersion;
500869
500857
  }
500870
- const hasUpdate = latest && !gte("2.3.2", latest) && !shouldSkipVersion(latest);
500858
+ const hasUpdate = latest && !gte("2.3.3", latest) && !shouldSkipVersion(latest);
500871
500859
  setUpdateAvailable(!!hasUpdate);
500872
500860
  if (hasUpdate) {
500873
- logForDebugging(`PackageManagerAutoUpdater: Update available ${"2.3.2"} -> ${latest}`);
500861
+ logForDebugging(`PackageManagerAutoUpdater: Update available ${"2.3.3"} -> ${latest}`);
500874
500862
  }
500875
500863
  };
500876
500864
  $2[0] = t1;
@@ -500904,7 +500892,7 @@ function PackageManagerAutoUpdater(t0) {
500904
500892
  wrap: "truncate",
500905
500893
  children: [
500906
500894
  "currentVersion: ",
500907
- "2.3.2"
500895
+ "2.3.3"
500908
500896
  ]
500909
500897
  }, undefined, true, undefined, this);
500910
500898
  $2[3] = verbose;
@@ -508464,7 +508452,7 @@ function buildStatusLineCommandInput(permissionMode, exceedsHalfContext, setting
508464
508452
  project_dir: getOriginalCwd(),
508465
508453
  added_dirs: addedDirs
508466
508454
  },
508467
- version: "2.3.2",
508455
+ version: "2.3.3",
508468
508456
  output_style: {
508469
508457
  name: outputStyleName
508470
508458
  },
@@ -520036,7 +520024,7 @@ async function submitTranscriptShare(messages, trigger, appearanceId) {
520036
520024
  } catch {}
520037
520025
  const data = {
520038
520026
  trigger,
520039
- version: "2.3.2",
520027
+ version: "2.3.3",
520040
520028
  platform: process.platform,
520041
520029
  transcript,
520042
520030
  subagentTranscripts: Object.keys(subagentTranscripts).length > 0 ? subagentTranscripts : undefined,
@@ -537009,7 +536997,7 @@ function appendToLog(path17, message) {
537009
536997
  cwd: getFsImplementation().cwd(),
537010
536998
  userType: process.env.USER_TYPE,
537011
536999
  sessionId: getSessionId(),
537012
- version: "2.3.2"
537000
+ version: "2.3.3"
537013
537001
  };
537014
537002
  getLogWriter(path17).write(messageWithTimestamp);
537015
537003
  }
@@ -540808,8 +540796,8 @@ async function getEnvLessBridgeConfig() {
540808
540796
  }
540809
540797
  async function checkEnvLessBridgeMinVersion() {
540810
540798
  const cfg = await getEnvLessBridgeConfig();
540811
- if (cfg.min_version && lt("2.3.2", cfg.min_version)) {
540812
- return `Your version of localclawd (${"2.3.2"}) is too old for Remote Control.
540799
+ if (cfg.min_version && lt("2.3.3", cfg.min_version)) {
540800
+ return `Your version of localclawd (${"2.3.3"}) is too old for Remote Control.
540813
540801
  Version ${cfg.min_version} or higher is required. Run \`localclawd update\` to update.`;
540814
540802
  }
540815
540803
  return null;
@@ -541281,7 +541269,7 @@ async function initBridgeCore(params) {
541281
541269
  const rawApi = createBridgeApiClient({
541282
541270
  baseUrl,
541283
541271
  getAccessToken,
541284
- runnerVersion: "2.3.2",
541272
+ runnerVersion: "2.3.3",
541285
541273
  onDebug: logForDebugging,
541286
541274
  onAuth401,
541287
541275
  getTrustedDeviceToken
@@ -547000,7 +546988,7 @@ async function startMCPServer(cwd3, debug4, verbose) {
547000
546988
  setCwd(cwd3);
547001
546989
  const server = new Server({
547002
546990
  name: "claude/tengu",
547003
- version: "2.3.2"
546991
+ version: "2.3.3"
547004
546992
  }, {
547005
546993
  capabilities: {
547006
546994
  tools: {}
@@ -548081,7 +548069,7 @@ function WelcomeLogo() {
548081
548069
  dimColor: true,
548082
548070
  children: [
548083
548071
  "v",
548084
- "2.3.2"
548072
+ "2.3.3"
548085
548073
  ]
548086
548074
  }, undefined, true, undefined, this)
548087
548075
  ]
@@ -548272,7 +548260,7 @@ __export(exports_update, {
548272
548260
  });
548273
548261
  async function update() {
548274
548262
  logEvent("tengu_update_check", {});
548275
- writeToStdout(`Current version: ${"2.3.2"}
548263
+ writeToStdout(`Current version: ${"2.3.3"}
548276
548264
  `);
548277
548265
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
548278
548266
  writeToStdout(`Checking for updates to ${channel} version...
@@ -548347,8 +548335,8 @@ async function update() {
548347
548335
  writeToStdout(`localclawd is managed by Homebrew.
548348
548336
  `);
548349
548337
  const latest = await getLatestVersion(channel);
548350
- if (latest && !gte("2.3.2", latest)) {
548351
- writeToStdout(`Update available: ${"2.3.2"} → ${latest}
548338
+ if (latest && !gte("2.3.3", latest)) {
548339
+ writeToStdout(`Update available: ${"2.3.3"} → ${latest}
548352
548340
  `);
548353
548341
  writeToStdout(`
548354
548342
  `);
@@ -548364,8 +548352,8 @@ async function update() {
548364
548352
  writeToStdout(`localclawd is managed by winget.
548365
548353
  `);
548366
548354
  const latest = await getLatestVersion(channel);
548367
- if (latest && !gte("2.3.2", latest)) {
548368
- writeToStdout(`Update available: ${"2.3.2"} → ${latest}
548355
+ if (latest && !gte("2.3.3", latest)) {
548356
+ writeToStdout(`Update available: ${"2.3.3"} → ${latest}
548369
548357
  `);
548370
548358
  writeToStdout(`
548371
548359
  `);
@@ -548379,8 +548367,8 @@ async function update() {
548379
548367
  writeToStdout(`localclawd is managed by apk.
548380
548368
  `);
548381
548369
  const latest = await getLatestVersion(channel);
548382
- if (latest && !gte("2.3.2", latest)) {
548383
- writeToStdout(`Update available: ${"2.3.2"} → ${latest}
548370
+ if (latest && !gte("2.3.3", latest)) {
548371
+ writeToStdout(`Update available: ${"2.3.3"} → ${latest}
548384
548372
  `);
548385
548373
  writeToStdout(`
548386
548374
  `);
@@ -548445,11 +548433,11 @@ async function update() {
548445
548433
  `);
548446
548434
  await gracefulShutdown(1);
548447
548435
  }
548448
- if (result.latestVersion === "2.3.2") {
548449
- writeToStdout(source_default.green(`localclawd is up to date (${"2.3.2"})`) + `
548436
+ if (result.latestVersion === "2.3.3") {
548437
+ writeToStdout(source_default.green(`localclawd is up to date (${"2.3.3"})`) + `
548450
548438
  `);
548451
548439
  } else {
548452
- writeToStdout(source_default.green(`Successfully updated from ${"2.3.2"} to version ${result.latestVersion}`) + `
548440
+ writeToStdout(source_default.green(`Successfully updated from ${"2.3.3"} to version ${result.latestVersion}`) + `
548453
548441
  `);
548454
548442
  await regenerateCompletionCache();
548455
548443
  }
@@ -548509,12 +548497,12 @@ async function update() {
548509
548497
  `);
548510
548498
  await gracefulShutdown(1);
548511
548499
  }
548512
- if (latestVersion === "2.3.2") {
548513
- writeToStdout(source_default.green(`localclawd is up to date (${"2.3.2"})`) + `
548500
+ if (latestVersion === "2.3.3") {
548501
+ writeToStdout(source_default.green(`localclawd is up to date (${"2.3.3"})`) + `
548514
548502
  `);
548515
548503
  await gracefulShutdown(0);
548516
548504
  }
548517
- writeToStdout(`New version available: ${latestVersion} (current: ${"2.3.2"})
548505
+ writeToStdout(`New version available: ${latestVersion} (current: ${"2.3.3"})
548518
548506
  `);
548519
548507
  writeToStdout(`Installing update...
548520
548508
  `);
@@ -548559,7 +548547,7 @@ async function update() {
548559
548547
  logForDebugging(`update: Installation status: ${status2}`);
548560
548548
  switch (status2) {
548561
548549
  case "success":
548562
- writeToStdout(source_default.green(`Successfully updated from ${"2.3.2"} to version ${latestVersion}`) + `
548550
+ writeToStdout(source_default.green(`Successfully updated from ${"2.3.3"} to version ${latestVersion}`) + `
548563
548551
  `);
548564
548552
  await regenerateCompletionCache();
548565
548553
  break;
@@ -549801,7 +549789,7 @@ Run with --debug for more details.
549801
549789
  }
549802
549790
  }
549803
549791
  logForDiagnosticsNoPII("info", "started", {
549804
- version: "2.3.2",
549792
+ version: "2.3.3",
549805
549793
  is_native_binary: isInBundledMode()
549806
549794
  });
549807
549795
  registerCleanup(async () => {
@@ -550585,7 +550573,7 @@ Usage: localclawd --remote "your task description"`, () => gracefulShutdown(1));
550585
550573
  pendingHookMessages
550586
550574
  }, renderAndRun);
550587
550575
  }
550588
- }).version("2.3.2 (localclawd)", "-v, --version", "Output the version number");
550576
+ }).version("2.3.3 (localclawd)", "-v, --version", "Output the version number");
550589
550577
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
550590
550578
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
550591
550579
  if (canUserConfigureAdvisor()) {
@@ -551099,7 +551087,7 @@ if (false) {}
551099
551087
  async function main2() {
551100
551088
  const args = process.argv.slice(2);
551101
551089
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
551102
- console.log(`${"2.3.2"} (localclawd)`);
551090
+ console.log(`${"2.3.3"} (localclawd)`);
551103
551091
  return;
551104
551092
  }
551105
551093
  const {
@@ -551190,4 +551178,4 @@ localclawd crashed: ${msg}
551190
551178
  process.exit(1);
551191
551179
  });
551192
551180
 
551193
- //# debugId=24BCE86E7F99FBEB64756E2164756E21
551181
+ //# debugId=0B0FA34AFD16289164756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "localclawd",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Local-first coding CLI for vLLM, Ollama, and OpenAI-compatible backends.",
5
5
  "private": false,
6
6
  "type": "module",