@abdoknbgit/tau 0.9.99 → 0.91.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 (2) hide show
  1. package/dist/cli.mjs +94 -94
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -51039,7 +51039,7 @@ var init_opencode = __esm({
51039
51039
  const sessionId = ctx?.sessionId ?? getProcessSessionId();
51040
51040
  const headers = {
51041
51041
  "User-Agent": `opencode/${OPENCODE_UA_VERSION}`,
51042
- "x-opencode-client": process.env.OPENCODE_CLIENT ?? `opencode-tau/${"0.9.99"}`,
51042
+ "x-opencode-client": process.env.OPENCODE_CLIENT ?? `opencode-tau/${"0.91.0"}`,
51043
51043
  "x-opencode-session": sessionId,
51044
51044
  "x-opencode-request": sessionId
51045
51045
  };
@@ -63354,7 +63354,7 @@ var init_betas = __esm({
63354
63354
 
63355
63355
  // src/utils/userAgent.ts
63356
63356
  function getClaudeCodeUserAgent() {
63357
- return `claude-code/${"0.9.99"}`;
63357
+ return `claude-code/${"0.91.0"}`;
63358
63358
  }
63359
63359
  var init_userAgent = __esm({
63360
63360
  "src/utils/userAgent.ts"() {
@@ -63384,7 +63384,7 @@ function getUserAgent() {
63384
63384
  const clientApp = process.env.CLAUDE_AGENT_SDK_CLIENT_APP ? `, client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}` : "";
63385
63385
  const workload = getWorkload();
63386
63386
  const workloadSuffix = workload ? `, workload/${workload}` : "";
63387
- return `claude-cli/${"0.9.99"} (${"external"}, ${process.env.CLAUDE_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
63387
+ return `claude-cli/${"0.91.0"} (${"external"}, ${process.env.CLAUDE_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
63388
63388
  }
63389
63389
  function getMCPUserAgent() {
63390
63390
  const parts = [];
@@ -63398,7 +63398,7 @@ function getMCPUserAgent() {
63398
63398
  parts.push(`client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}`);
63399
63399
  }
63400
63400
  const suffix = parts.length > 0 ? ` (${parts.join(", ")})` : "";
63401
- return `claude-code/${"0.9.99"}${suffix}`;
63401
+ return `claude-code/${"0.91.0"}${suffix}`;
63402
63402
  }
63403
63403
  function getWebFetchUserAgent() {
63404
63404
  return `Claude-User (${getClaudeCodeUserAgent()}; +https://support.anthropic.com/)`;
@@ -82269,8 +82269,8 @@ function isCseShimEnabled() {
82269
82269
  function checkBridgeMinVersion() {
82270
82270
  if (feature("BRIDGE_MODE")) {
82271
82271
  const config2 = getDynamicConfig_CACHED_MAY_BE_STALE("tengu_bridge_min_version", { minVersion: "0.0.0" });
82272
- if (config2.minVersion && lt("0.9.99", config2.minVersion)) {
82273
- return `Your version of Tau (${"0.9.99"}) is too old for Remote Control.
82272
+ if (config2.minVersion && lt("0.91.0", config2.minVersion)) {
82273
+ return `Your version of Tau (${"0.91.0"}) is too old for Remote Control.
82274
82274
  Version ${config2.minVersion} or higher is required. Run \`tau update\` to update.`;
82275
82275
  }
82276
82276
  }
@@ -83318,7 +83318,7 @@ var init_user = __esm({
83318
83318
  deviceId,
83319
83319
  sessionId: getSessionId(),
83320
83320
  email: getEmail(),
83321
- appVersion: "0.9.99",
83321
+ appVersion: "0.91.0",
83322
83322
  platform: getHostPlatformForAnalytics(),
83323
83323
  organizationUuid,
83324
83324
  accountUuid,
@@ -85061,7 +85061,7 @@ var init_metadata = __esm({
85061
85061
  COMPOUND_OPERATOR_REGEX = /\s*(?:&&|\|\||[;|])\s*/;
85062
85062
  WHITESPACE_REGEX = /\s+/;
85063
85063
  getVersionBase = memoize23(() => {
85064
- const match = "0.9.99".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
85064
+ const match = "0.91.0".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
85065
85065
  return match ? match[0] : void 0;
85066
85066
  });
85067
85067
  buildEnvContext = memoize23(async () => {
@@ -85105,9 +85105,9 @@ var init_metadata = __esm({
85105
85105
  isGithubAction: isEnvTruthy(process.env.GITHUB_ACTIONS),
85106
85106
  isClaudeCodeAction: isEnvTruthy(process.env.CLAUDE_CODE_ACTION),
85107
85107
  isClaudeAiAuth: isClaudeAISubscriber(),
85108
- version: "0.9.99",
85108
+ version: "0.91.0",
85109
85109
  versionBase: getVersionBase(),
85110
- buildTime: "2026-06-05T08:52:13.710Z",
85110
+ buildTime: "2026-06-05T09:37:36.116Z",
85111
85111
  deploymentEnvironment: env.detectDeploymentEnvironment(),
85112
85112
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
85113
85113
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -85857,7 +85857,7 @@ function initialize1PEventLogging() {
85857
85857
  const platform7 = getPlatform();
85858
85858
  const attributes = {
85859
85859
  [ATTR_SERVICE_NAME]: "claude-code",
85860
- [ATTR_SERVICE_VERSION]: "0.9.99"
85860
+ [ATTR_SERVICE_VERSION]: "0.91.0"
85861
85861
  };
85862
85862
  if (platform7 === "wsl") {
85863
85863
  const wslVersion = getWslVersion();
@@ -85886,7 +85886,7 @@ function initialize1PEventLogging() {
85886
85886
  });
85887
85887
  firstPartyEventLogger = firstPartyEventLoggerProvider.getLogger(
85888
85888
  "com.anthropic.claude_code.events",
85889
- "0.9.99"
85889
+ "0.91.0"
85890
85890
  );
85891
85891
  }
85892
85892
  async function reinitialize1PEventLoggingIfConfigChanged() {
@@ -106955,7 +106955,7 @@ function getAttributionHeader(fingerprint) {
106955
106955
  if (!isAttributionHeaderEnabled()) {
106956
106956
  return "";
106957
106957
  }
106958
- const version2 = `${"0.9.99"}.${fingerprint}`;
106958
+ const version2 = `${"0.91.0"}.${fingerprint}`;
106959
106959
  const entrypoint = process.env.CLAUDE_CODE_ENTRYPOINT ?? "unknown";
106960
106960
  const cch = feature("NATIVE_CLIENT_ATTESTATION") ? " cch=00000;" : "";
106961
106961
  const workload = getWorkload();
@@ -111345,7 +111345,7 @@ function getTelemetryAttributes() {
111345
111345
  attributes["session.id"] = sessionId;
111346
111346
  }
111347
111347
  if (shouldIncludeAttribute("OTEL_METRICS_INCLUDE_VERSION")) {
111348
- attributes["app.version"] = "0.9.99";
111348
+ attributes["app.version"] = "0.91.0";
111349
111349
  }
111350
111350
  const oauthAccount = getOauthAccountInfo();
111351
111351
  if (oauthAccount) {
@@ -159988,7 +159988,7 @@ function computeFingerprint(messageText, version2) {
159988
159988
  }
159989
159989
  function computeFingerprintFromMessages(messages) {
159990
159990
  const firstMessageText = extractFirstMessageText(messages);
159991
- return computeFingerprint(firstMessageText, "0.9.99");
159991
+ return computeFingerprint(firstMessageText, "0.91.0");
159992
159992
  }
159993
159993
  var FINGERPRINT_SALT;
159994
159994
  var init_fingerprint = __esm({
@@ -160032,7 +160032,7 @@ async function sideQuery(opts) {
160032
160032
  betas.push(STRUCTURED_OUTPUTS_BETA_HEADER);
160033
160033
  }
160034
160034
  const messageText = extractFirstUserMessageText(messages);
160035
- const fingerprint = computeFingerprint(messageText, "0.9.99");
160035
+ const fingerprint = computeFingerprint(messageText, "0.91.0");
160036
160036
  const attributionHeader = getAttributionHeader(fingerprint);
160037
160037
  const systemBlocks = [
160038
160038
  attributionHeader ? { type: "text", text: attributionHeader } : null,
@@ -161546,7 +161546,7 @@ async function setupSdkMcpClients(sdkMcpConfigs, sendMcpMessage) {
161546
161546
  {
161547
161547
  name: "claude-code",
161548
161548
  title: "Tau",
161549
- version: "0.9.99",
161549
+ version: "0.91.0",
161550
161550
  description: "Anthropic's agentic coding tool",
161551
161551
  websiteUrl: PRODUCT_URL
161552
161552
  },
@@ -161972,7 +161972,7 @@ var init_client4 = __esm({
161972
161972
  {
161973
161973
  name: "claude-code",
161974
161974
  title: "Tau",
161975
- version: "0.9.99",
161975
+ version: "0.91.0",
161976
161976
  description: "Anthropic's agentic coding tool",
161977
161977
  websiteUrl: PRODUCT_URL
161978
161978
  },
@@ -163618,7 +163618,7 @@ function getInstallationEnv() {
163618
163618
  return void 0;
163619
163619
  }
163620
163620
  function getClaudeCodeVersion() {
163621
- return "0.9.99";
163621
+ return "0.91.0";
163622
163622
  }
163623
163623
  async function getInstalledVSCodeExtensionVersion(command10) {
163624
163624
  const { stdout } = await execFileNoThrow(
@@ -177113,7 +177113,7 @@ async function initializeBetaTracing(resource) {
177113
177113
  setLoggerProvider(loggerProvider);
177114
177114
  const eventLogger = logs.getLogger(
177115
177115
  "com.anthropic.claude_code.events",
177116
- "0.9.99"
177116
+ "0.91.0"
177117
177117
  );
177118
177118
  setEventLogger(eventLogger);
177119
177119
  process.on("beforeExit", async () => {
@@ -177156,7 +177156,7 @@ async function initializeTelemetry() {
177156
177156
  const platform7 = getPlatform();
177157
177157
  const baseAttributes = {
177158
177158
  [ATTR_SERVICE_NAME2]: "claude-code",
177159
- [ATTR_SERVICE_VERSION2]: "0.9.99"
177159
+ [ATTR_SERVICE_VERSION2]: "0.91.0"
177160
177160
  };
177161
177161
  if (platform7 === "wsl") {
177162
177162
  const wslVersion = getWslVersion();
@@ -177214,7 +177214,7 @@ async function initializeTelemetry() {
177214
177214
  }
177215
177215
  };
177216
177216
  registerCleanup(shutdownTelemetry2);
177217
- return meterProvider2.getMeter("com.anthropic.claude_code", "0.9.99");
177217
+ return meterProvider2.getMeter("com.anthropic.claude_code", "0.91.0");
177218
177218
  }
177219
177219
  const meterProvider = new MeterProvider({
177220
177220
  resource,
@@ -177243,7 +177243,7 @@ async function initializeTelemetry() {
177243
177243
  setLoggerProvider(loggerProvider);
177244
177244
  const eventLogger = logs.getLogger(
177245
177245
  "com.anthropic.claude_code.events",
177246
- "0.9.99"
177246
+ "0.91.0"
177247
177247
  );
177248
177248
  setEventLogger(eventLogger);
177249
177249
  logForDebugging("[3P telemetry] Event logger set successfully");
@@ -177315,7 +177315,7 @@ Current timeout: ${timeoutMs}ms
177315
177315
  }
177316
177316
  };
177317
177317
  registerCleanup(shutdownTelemetry);
177318
- return meterProvider.getMeter("com.anthropic.claude_code", "0.9.99");
177318
+ return meterProvider.getMeter("com.anthropic.claude_code", "0.91.0");
177319
177319
  }
177320
177320
  async function flushTelemetry() {
177321
177321
  const meterProvider = getMeterProvider();
@@ -178733,7 +178733,7 @@ function detectLinuxGlobPatternWarnings() {
178733
178733
  }
178734
178734
  async function getDoctorDiagnostic() {
178735
178735
  const installationType = await getCurrentInstallationType();
178736
- const version2 = typeof MACRO !== "undefined" && "0.9.99" ? "0.9.99" : "unknown";
178736
+ const version2 = typeof MACRO !== "undefined" && "0.91.0" ? "0.91.0" : "unknown";
178737
178737
  const installationPath = await getInstallationPath();
178738
178738
  const invokedBinary = getInvokedBinary();
178739
178739
  const multipleInstallations = await detectMultipleInstallations();
@@ -179662,9 +179662,9 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
179662
179662
  logForDebugging(
179663
179663
  `Native installer: maxVersion ${maxVersion} is set, capping update from ${version2} to ${maxVersion}`
179664
179664
  );
179665
- if (gte("0.9.99", maxVersion)) {
179665
+ if (gte("0.91.0", maxVersion)) {
179666
179666
  logForDebugging(
179667
- `Native installer: current version ${"0.9.99"} is already at or above maxVersion ${maxVersion}, skipping update`
179667
+ `Native installer: current version ${"0.91.0"} is already at or above maxVersion ${maxVersion}, skipping update`
179668
179668
  );
179669
179669
  logEvent("tengu_native_update_skipped_max_version", {
179670
179670
  latency_ms: Date.now() - startTime,
@@ -179676,7 +179676,7 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
179676
179676
  version2 = maxVersion;
179677
179677
  }
179678
179678
  }
179679
- if (!forceReinstall && version2 === "0.9.99" && await versionIsAvailable(version2) && await isPossibleClaudeBinary(executablePath)) {
179679
+ if (!forceReinstall && version2 === "0.91.0" && await versionIsAvailable(version2) && await isPossibleClaudeBinary(executablePath)) {
179680
179680
  logForDebugging(`Found ${version2} at ${executablePath}, skipping install`);
179681
179681
  logEvent("tengu_native_update_complete", {
179682
179682
  latency_ms: Date.now() - startTime,
@@ -242491,7 +242491,7 @@ function getAnthropicEnvMetadata() {
242491
242491
  }
242492
242492
  function getBuildAgeMinutes() {
242493
242493
  if (false) return void 0;
242494
- const buildTime = (/* @__PURE__ */ new Date("2026-06-05T08:52:13.710Z")).getTime();
242494
+ const buildTime = (/* @__PURE__ */ new Date("2026-06-05T09:37:36.116Z")).getTime();
242495
242495
  if (isNaN(buildTime)) return void 0;
242496
242496
  return Math.floor((Date.now() - buildTime) / 6e4);
242497
242497
  }
@@ -282490,7 +282490,7 @@ var init_filesystem = __esm({
282490
282490
  getBundledSkillsRoot = memoize60(
282491
282491
  function getBundledSkillsRoot2() {
282492
282492
  const nonce = randomBytes20(16).toString("hex");
282493
- return join127(getClaudeTempDir(), "bundled-skills", "0.9.99", nonce);
282493
+ return join127(getClaudeTempDir(), "bundled-skills", "0.91.0", nonce);
282494
282494
  }
282495
282495
  );
282496
282496
  getResolvedWorkingDirPaths = memoize60(getPathsForPermissionCheck);
@@ -285962,7 +285962,7 @@ function Feedback({
285962
285962
  platform: env.platform,
285963
285963
  gitRepo: envInfo.isGit,
285964
285964
  terminal: env.terminal,
285965
- version: "0.9.99",
285965
+ version: "0.91.0",
285966
285966
  transcript: normalizeMessagesForAPI(messages),
285967
285967
  errors: sanitizedErrors,
285968
285968
  lastApiRequest: getLastAPIRequest(),
@@ -286087,7 +286087,7 @@ function Feedback({
286087
286087
  ", ",
286088
286088
  env.terminal,
286089
286089
  ", v",
286090
- "0.9.99"
286090
+ "0.91.0"
286091
286091
  ] })
286092
286092
  ] }),
286093
286093
  envInfo.gitState && /* @__PURE__ */ jsxs105(ThemedText, { children: [
@@ -286138,7 +286138,7 @@ ${sanitizedDescription}
286138
286138
  **Environment Info**
286139
286139
  - Platform: ${env.platform}
286140
286140
  - Terminal: ${env.terminal}
286141
- - Version: ${"0.9.99"}
286141
+ - Version: ${"0.91.0"}
286142
286142
  - Feedback ID: ${feedbackId}
286143
286143
 
286144
286144
  **Errors**
@@ -289400,7 +289400,7 @@ function buildPrimarySection() {
289400
289400
  const nameValue = customTitle ?? /* @__PURE__ */ jsx176(ThemedText, { dimColor: true, children: "/rename to add a name" });
289401
289401
  return [{
289402
289402
  label: "Version",
289403
- value: "0.9.99"
289403
+ value: "0.91.0"
289404
289404
  }, {
289405
289405
  label: "Session name",
289406
289406
  value: nameValue
@@ -292630,7 +292630,7 @@ function Config({
292630
292630
  logEvent("tengu_autoupdate_enabled", {
292631
292631
  channel
292632
292632
  });
292633
- } }) }) : showSubmenu === "ChannelDowngrade" ? /* @__PURE__ */ jsx184(ChannelDowngradeDialog, { currentVersion: "0.9.99", onChoice: (choice) => {
292633
+ } }) }) : showSubmenu === "ChannelDowngrade" ? /* @__PURE__ */ jsx184(ChannelDowngradeDialog, { currentVersion: "0.91.0", onChoice: (choice) => {
292634
292634
  setShowSubmenu(null);
292635
292635
  setTabsHidden(false);
292636
292636
  if (choice === "cancel") {
@@ -292641,7 +292641,7 @@ function Config({
292641
292641
  autoUpdatesChannel: "stable"
292642
292642
  };
292643
292643
  if (choice === "stay") {
292644
- newSettings.minimumVersion = "0.9.99";
292644
+ newSettings.minimumVersion = "0.91.0";
292645
292645
  }
292646
292646
  updateSettingsForSource("userSettings", newSettings);
292647
292647
  setSettingsData((prev_27) => ({
@@ -299553,7 +299553,7 @@ function HelpV2(t0) {
299553
299553
  const t5 = insideModal ? void 0 : maxHeight;
299554
299554
  let t6;
299555
299555
  if ($[31] !== tabs) {
299556
- t6 = /* @__PURE__ */ jsx210(Tabs, { title: false ? "/help" : `Tau v${"0.9.99"}`, color: "professionalBlue", defaultTab: "general", children: tabs });
299556
+ t6 = /* @__PURE__ */ jsx210(Tabs, { title: false ? "/help" : `Tau v${"0.91.0"}`, color: "professionalBlue", defaultTab: "general", children: tabs });
299557
299557
  $[31] = tabs;
299558
299558
  $[32] = t6;
299559
299559
  } else {
@@ -318016,7 +318016,7 @@ function getAllReleaseNotes(changelogContent = getStoredChangelogFromMemory()) {
318016
318016
  return [];
318017
318017
  }
318018
318018
  }
318019
- async function checkForReleaseNotes(lastSeenVersion, currentVersion = "0.9.99") {
318019
+ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "0.91.0") {
318020
318020
  if (false) {
318021
318021
  const changelog = MACRO.VERSION_CHANGELOG;
318022
318022
  if (changelog) {
@@ -319660,7 +319660,7 @@ async function getRecentActivity() {
319660
319660
  return cachePromise;
319661
319661
  }
319662
319662
  function getLogoDisplayData() {
319663
- const version2 = process.env.DEMO_VERSION ?? "0.9.99";
319663
+ const version2 = process.env.DEMO_VERSION ?? "0.91.0";
319664
319664
  const serverUrl = getDirectConnectServerUrl();
319665
319665
  const displayPath = process.env.DEMO_VERSION ? "/code/claude" : getDisplayPath(getCwd());
319666
319666
  const cwd5 = serverUrl ? `${displayPath} in ${serverUrl.replace(/^https?:\/\//, "")}` : displayPath;
@@ -370081,7 +370081,7 @@ async function captureMemoryDiagnostics(trigger, dumpNumber = 0) {
370081
370081
  smapsRollup,
370082
370082
  platform: process.platform,
370083
370083
  nodeVersion: process.version,
370084
- ccVersion: "0.9.99"
370084
+ ccVersion: "0.91.0"
370085
370085
  };
370086
370086
  }
370087
370087
  async function performHeapDump(trigger = "manual", dumpNumber = 0) {
@@ -370738,7 +370738,7 @@ var init_version = __esm({
370738
370738
  call66 = async () => {
370739
370739
  return {
370740
370740
  type: "text",
370741
- value: "2026-06-05T08:52:13.710Z" ? `${"0.9.99"} (built ${"2026-06-05T08:52:13.710Z"})` : "0.9.99"
370741
+ value: "2026-06-05T09:37:36.116Z" ? `${"0.91.0"} (built ${"2026-06-05T09:37:36.116Z"})` : "0.91.0"
370742
370742
  };
370743
370743
  };
370744
370744
  version = {
@@ -382019,8 +382019,8 @@ async function getEnvLessBridgeConfig() {
382019
382019
  }
382020
382020
  async function checkEnvLessBridgeMinVersion() {
382021
382021
  const cfg = await getEnvLessBridgeConfig();
382022
- if (cfg.min_version && lt("0.9.99", cfg.min_version)) {
382023
- return `Your version of Tau (${"0.9.99"}) is too old for Remote Control.
382022
+ if (cfg.min_version && lt("0.91.0", cfg.min_version)) {
382023
+ return `Your version of Tau (${"0.91.0"}) is too old for Remote Control.
382024
382024
  Version ${cfg.min_version} or higher is required. Run \`tau update\` to update.`;
382025
382025
  }
382026
382026
  return null;
@@ -386161,7 +386161,7 @@ function generateHtmlReport(data2, insights) {
386161
386161
  </html>`;
386162
386162
  }
386163
386163
  function buildExportData(data2, insights, facets, remoteStats) {
386164
- const version2 = typeof MACRO !== "undefined" ? "0.9.99" : "unknown";
386164
+ const version2 = typeof MACRO !== "undefined" ? "0.91.0" : "unknown";
386165
386165
  const remote_hosts_collected = remoteStats?.hosts.filter((h5) => h5.sessionCount > 0).map((h5) => h5.name);
386166
386166
  const facets_summary = {
386167
386167
  total: facets.size,
@@ -389870,7 +389870,7 @@ var init_sessionStorage = __esm({
389870
389870
  init_settings2();
389871
389871
  init_slowOperations();
389872
389872
  init_uuid();
389873
- VERSION2 = typeof MACRO !== "undefined" ? "0.9.99" : "unknown";
389873
+ VERSION2 = typeof MACRO !== "undefined" ? "0.91.0" : "unknown";
389874
389874
  MAX_TOMBSTONE_REWRITE_BYTES = 50 * 1024 * 1024;
389875
389875
  SKIP_FIRST_PROMPT_PATTERN = /^(?:\s*<[a-z][\w-]*[\s>]|\[Request interrupted by user[^\]]*\])/;
389876
389876
  EPHEMERAL_PROGRESS_TYPES = /* @__PURE__ */ new Set([
@@ -390821,9 +390821,9 @@ async function assertMinVersion() { return;
390821
390821
  }
390822
390822
  try {
390823
390823
  const versionConfig = await getDynamicConfig_BLOCKS_ON_INIT("tengu_version_config", { minVersion: "0.0.0" });
390824
- if (versionConfig.minVersion && lt("0.9.99", versionConfig.minVersion)) {
390824
+ if (versionConfig.minVersion && lt("0.91.0", versionConfig.minVersion)) {
390825
390825
  console.error(`
390826
- It looks like your version of Tau (${"0.9.99"}) needs an update.
390826
+ It looks like your version of Tau (${"0.91.0"}) needs an update.
390827
390827
  A newer version (${versionConfig.minVersion} or higher) is required to continue.
390828
390828
 
390829
390829
  To update, please run:
@@ -391064,7 +391064,7 @@ async function installGlobalPackage(specificVersion) {
391064
391064
  );
391065
391065
  logEvent("tengu_auto_updater_lock_contention", {
391066
391066
  pid: process.pid,
391067
- currentVersion: "0.9.99"
391067
+ currentVersion: "0.91.0"
391068
391068
  });
391069
391069
  return "in_progress";
391070
391070
  }
@@ -391075,7 +391075,7 @@ async function installGlobalPackage(specificVersion) {
391075
391075
  if (!env.isRunningWithBun() && env.isNpmFromWindowsPath()) {
391076
391076
  logError(new Error("Windows NPM detected in WSL environment"));
391077
391077
  logEvent("tengu_auto_updater_windows_npm_in_wsl", {
391078
- currentVersion: "0.9.99"
391078
+ currentVersion: "0.91.0"
391079
391079
  });
391080
391080
  console.error(`
391081
391081
  Error: Windows NPM detected in WSL
@@ -391187,14 +391187,14 @@ async function updateTauFromNpm() {
391187
391187
  );
391188
391188
  await gracefulShutdown(1);
391189
391189
  }
391190
- if (latestVersion === "0.9.99" || gte("0.9.99", latestVersion)) {
391190
+ if (latestVersion === "0.91.0" || gte("0.91.0", latestVersion)) {
391191
391191
  writeToStdout(
391192
- chalk51.green(`Tau is up to date (${"0.9.99"})`) + "\n"
391192
+ chalk51.green(`Tau is up to date (${"0.91.0"})`) + "\n"
391193
391193
  );
391194
391194
  await gracefulShutdown(0);
391195
391195
  }
391196
391196
  writeToStdout(
391197
- `New Tau version available: ${latestVersion} (current: ${"0.9.99"}) - run tau update
391197
+ `New Tau version available: ${latestVersion} (current: ${"0.91.0"}) - run tau update
391198
391198
  `
391199
391199
  );
391200
391200
  writeToStdout(`Installing ${"@abdoknbgit/tau"}@${latestVersion} globally...
@@ -391205,7 +391205,7 @@ async function updateTauFromNpm() {
391205
391205
  case "success":
391206
391206
  writeToStdout(
391207
391207
  chalk51.green(
391208
- `Successfully updated Tau from ${"0.9.99"} to ${latestVersion}`
391208
+ `Successfully updated Tau from ${"0.91.0"} to ${latestVersion}`
391209
391209
  ) + "\n"
391210
391210
  );
391211
391211
  await regenerateCompletionCache();
@@ -391238,7 +391238,7 @@ async function updateTauFromNpm() {
391238
391238
  }
391239
391239
  async function update() {
391240
391240
  logEvent("tengu_update_check", {});
391241
- writeToStdout(`Current version: ${"0.9.99"}
391241
+ writeToStdout(`Current version: ${"0.91.0"}
391242
391242
  `);
391243
391243
  if (isTauNpmPackage()) {
391244
391244
  await updateTauFromNpm();
@@ -391312,8 +391312,8 @@ async function update() {
391312
391312
  if (packageManager === "homebrew") {
391313
391313
  writeToStdout("Tau is managed by Homebrew.\n");
391314
391314
  const latest = await getLatestVersion2(channel);
391315
- if (latest && !gte("0.9.99", latest)) {
391316
- writeToStdout(`Update available: ${"0.9.99"} \u2192 ${latest}
391315
+ if (latest && !gte("0.91.0", latest)) {
391316
+ writeToStdout(`Update available: ${"0.91.0"} \u2192 ${latest}
391317
391317
  `);
391318
391318
  writeToStdout("\n");
391319
391319
  writeToStdout("To update, run:\n");
@@ -391324,8 +391324,8 @@ async function update() {
391324
391324
  } else if (packageManager === "winget") {
391325
391325
  writeToStdout("Tau is managed by winget.\n");
391326
391326
  const latest = await getLatestVersion2(channel);
391327
- if (latest && !gte("0.9.99", latest)) {
391328
- writeToStdout(`Update available: ${"0.9.99"} \u2192 ${latest}
391327
+ if (latest && !gte("0.91.0", latest)) {
391328
+ writeToStdout(`Update available: ${"0.91.0"} \u2192 ${latest}
391329
391329
  `);
391330
391330
  writeToStdout("\n");
391331
391331
  writeToStdout("To update, run:\n");
@@ -391338,8 +391338,8 @@ async function update() {
391338
391338
  } else if (packageManager === "apk") {
391339
391339
  writeToStdout("Tau is managed by apk.\n");
391340
391340
  const latest = await getLatestVersion2(channel);
391341
- if (latest && !gte("0.9.99", latest)) {
391342
- writeToStdout(`Update available: ${"0.9.99"} \u2192 ${latest}
391341
+ if (latest && !gte("0.91.0", latest)) {
391342
+ writeToStdout(`Update available: ${"0.91.0"} \u2192 ${latest}
391343
391343
  `);
391344
391344
  writeToStdout("\n");
391345
391345
  writeToStdout("To update, run:\n");
@@ -391405,14 +391405,14 @@ async function update() {
391405
391405
  process.stderr.write("Failed to check for updates\n");
391406
391406
  await gracefulShutdown(1);
391407
391407
  }
391408
- if (result.latestVersion === "0.9.99") {
391408
+ if (result.latestVersion === "0.91.0") {
391409
391409
  writeToStdout(
391410
- chalk51.green(`Tau is up to date (${"0.9.99"})`) + "\n"
391410
+ chalk51.green(`Tau is up to date (${"0.91.0"})`) + "\n"
391411
391411
  );
391412
391412
  } else {
391413
391413
  writeToStdout(
391414
391414
  chalk51.green(
391415
- `Successfully updated from ${"0.9.99"} to version ${result.latestVersion}`
391415
+ `Successfully updated from ${"0.91.0"} to version ${result.latestVersion}`
391416
391416
  ) + "\n"
391417
391417
  );
391418
391418
  await regenerateCompletionCache();
@@ -391463,14 +391463,14 @@ async function update() {
391463
391463
  process.stderr.write(" \u2022 Check if you need to login: npm whoami\n");
391464
391464
  await gracefulShutdown(1);
391465
391465
  }
391466
- if (latestVersion === "0.9.99") {
391466
+ if (latestVersion === "0.91.0") {
391467
391467
  writeToStdout(
391468
- chalk51.green(`Tau is up to date (${"0.9.99"})`) + "\n"
391468
+ chalk51.green(`Tau is up to date (${"0.91.0"})`) + "\n"
391469
391469
  );
391470
391470
  await gracefulShutdown(0);
391471
391471
  }
391472
391472
  writeToStdout(
391473
- `New version available: ${latestVersion} (current: ${"0.9.99"}) - run tau update
391473
+ `New version available: ${latestVersion} (current: ${"0.91.0"}) - run tau update
391474
391474
  `
391475
391475
  );
391476
391476
  writeToStdout("Installing update...\n");
@@ -391524,7 +391524,7 @@ async function update() {
391524
391524
  case "success":
391525
391525
  writeToStdout(
391526
391526
  chalk51.green(
391527
- `Successfully updated from ${"0.9.99"} to version ${latestVersion}`
391527
+ `Successfully updated from ${"0.91.0"} to version ${latestVersion}`
391528
391528
  ) + "\n"
391529
391529
  );
391530
391530
  await regenerateCompletionCache();
@@ -392160,7 +392160,7 @@ function createBridgeLogger(options) {
392160
392160
  connectUrl = buildBridgeConnectUrl(environmentId, cachedIngressUrl);
392161
392161
  regenerateQr(connectUrl);
392162
392162
  if (verbose) {
392163
- write(chalk52.dim(`Remote Control`) + ` v${"0.9.99"}
392163
+ write(chalk52.dim(`Remote Control`) + ` v${"0.91.0"}
392164
392164
  `);
392165
392165
  }
392166
392166
  if (verbose) {
@@ -393300,7 +393300,7 @@ function appendToLog(path21, message) {
393300
393300
  cwd: getFsImplementation().cwd(),
393301
393301
  userType: "external",
393302
393302
  sessionId: getSessionId(),
393303
- version: "0.9.99"
393303
+ version: "0.91.0"
393304
393304
  };
393305
393305
  getLogWriter(path21).write(messageWithTimestamp);
393306
393306
  }
@@ -394894,7 +394894,7 @@ This can be changed later or explicitly set with --spawn=same-dir or --spawn=wor
394894
394894
  const api = createBridgeApiClient({
394895
394895
  baseUrl,
394896
394896
  getAccessToken: getBridgeAccessToken2,
394897
- runnerVersion: "0.9.99",
394897
+ runnerVersion: "0.91.0",
394898
394898
  onDebug: logForDebugging,
394899
394899
  onAuth401: handleOAuth401Error2,
394900
394900
  getTrustedDeviceToken
@@ -395257,7 +395257,7 @@ async function runBridgeHeadless(opts, signal) {
395257
395257
  const api = createBridgeApiClient({
395258
395258
  baseUrl,
395259
395259
  getAccessToken: opts.getAccessToken,
395260
- runnerVersion: "0.9.99",
395260
+ runnerVersion: "0.91.0",
395261
395261
  onDebug: log3,
395262
395262
  onAuth401: opts.onAuth401,
395263
395263
  getTrustedDeviceToken
@@ -399202,7 +399202,7 @@ function completeOnboarding() {
399202
399202
  saveGlobalConfig((current) => ({
399203
399203
  ...current,
399204
399204
  hasCompletedOnboarding: true,
399205
- lastOnboardingVersion: "0.9.99"
399205
+ lastOnboardingVersion: "0.91.0"
399206
399206
  }));
399207
399207
  }
399208
399208
  function assertTerminalWritable() {
@@ -401312,7 +401312,7 @@ function buildSystemInitMessage(inputs) {
401312
401312
  slash_commands: inputs.commands.filter((c6) => c6.userInvocable !== false).map((c6) => c6.name),
401313
401313
  apiKeySource: getAnthropicApiKeyWithSource().source,
401314
401314
  betas: getSdkBetas(),
401315
- claude_code_version: "0.9.99",
401315
+ claude_code_version: "0.91.0",
401316
401316
  output_style: outputStyle2,
401317
401317
  agents: inputs.agents.map((agent) => agent.agentType),
401318
401318
  skills: inputs.skills.filter((s) => s.userInvocable !== false).map((skill) => skill.name),
@@ -404163,7 +404163,7 @@ async function initBridgeCore(params) {
404163
404163
  const rawApi = createBridgeApiClient({
404164
404164
  baseUrl,
404165
404165
  getAccessToken,
404166
- runnerVersion: "0.9.99",
404166
+ runnerVersion: "0.91.0",
404167
404167
  onDebug: logForDebugging,
404168
404168
  onAuth401,
404169
404169
  getTrustedDeviceToken
@@ -420574,7 +420574,7 @@ import __cjs983 from "semver"; const { major, minor, patch } = __cjs983;
420574
420574
  function getSemverPart(version2) {
420575
420575
  return `${major(version2, { loose: true })}.${minor(version2, { loose: true })}.${patch(version2, { loose: true })}`;
420576
420576
  }
420577
- function useUpdateNotification(updatedVersion, initialVersion = "0.9.99") {
420577
+ function useUpdateNotification(updatedVersion, initialVersion = "0.91.0") {
420578
420578
  const [lastNotifiedSemver, setLastNotifiedSemver] = useState145(
420579
420579
  () => getSemverPart(initialVersion)
420580
420580
  );
@@ -420622,7 +420622,7 @@ function AutoUpdater({
420622
420622
  logForDebugging("AutoUpdater: Skipping update check in test/dev environment");
420623
420623
  return;
420624
420624
  }
420625
- const currentVersion = "0.9.99";
420625
+ const currentVersion = "0.91.0";
420626
420626
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
420627
420627
  let latestVersion = await getLatestVersion2(channel);
420628
420628
  const isDisabled = isAutoUpdaterDisabled();
@@ -420814,12 +420814,12 @@ function NativeAutoUpdater({
420814
420814
  logEvent("tengu_native_auto_updater_start", {});
420815
420815
  try {
420816
420816
  const maxVersion = await getMaxVersion();
420817
- if (maxVersion && gt("0.9.99", maxVersion)) {
420817
+ if (maxVersion && gt("0.91.0", maxVersion)) {
420818
420818
  const msg = await getMaxVersionMessage();
420819
420819
  setMaxVersionIssue(msg ?? "affects your version");
420820
420820
  }
420821
420821
  const result = await installLatest(channel);
420822
- const currentVersion = "0.9.99";
420822
+ const currentVersion = "0.91.0";
420823
420823
  const latencyMs = Date.now() - startTime;
420824
420824
  if (result.lockFailed) {
420825
420825
  logEvent("tengu_native_auto_updater_lock_contention", {
@@ -420934,17 +420934,17 @@ function PackageManagerAutoUpdater(t0) {
420934
420934
  const maxVersion = await getMaxVersion();
420935
420935
  if (maxVersion && latest && gt(latest, maxVersion)) {
420936
420936
  logForDebugging(`PackageManagerAutoUpdater: maxVersion ${maxVersion} is set, capping update from ${latest} to ${maxVersion}`);
420937
- if (gte("0.9.99", maxVersion)) {
420938
- logForDebugging(`PackageManagerAutoUpdater: current version ${"0.9.99"} is already at or above maxVersion ${maxVersion}, skipping update`);
420937
+ if (gte("0.91.0", maxVersion)) {
420938
+ logForDebugging(`PackageManagerAutoUpdater: current version ${"0.91.0"} is already at or above maxVersion ${maxVersion}, skipping update`);
420939
420939
  setUpdateAvailable(false);
420940
420940
  return;
420941
420941
  }
420942
420942
  latest = maxVersion;
420943
420943
  }
420944
- const hasUpdate = latest && !gte("0.9.99", latest) && !shouldSkipVersion(latest);
420944
+ const hasUpdate = latest && !gte("0.91.0", latest) && !shouldSkipVersion(latest);
420945
420945
  setUpdateAvailable(!!hasUpdate);
420946
420946
  if (hasUpdate) {
420947
- logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.9.99"} -> ${latest}`);
420947
+ logForDebugging(`PackageManagerAutoUpdater: Update available ${"0.91.0"} -> ${latest}`);
420948
420948
  }
420949
420949
  };
420950
420950
  $[0] = t1;
@@ -420975,7 +420975,7 @@ function PackageManagerAutoUpdater(t0) {
420975
420975
  if ($[3] !== verbose) {
420976
420976
  t4 = verbose && /* @__PURE__ */ jsxs310(ThemedText, { dimColor: true, wrap: "truncate", children: [
420977
420977
  "currentVersion: ",
420978
- "0.9.99"
420978
+ "0.91.0"
420979
420979
  ] });
420980
420980
  $[3] = verbose;
420981
420981
  $[4] = t4;
@@ -428157,7 +428157,7 @@ function buildStatusLineCommandInput(permissionMode, exceeds200kTokens, settings
428157
428157
  project_dir: getOriginalCwd(),
428158
428158
  added_dirs: addedDirs
428159
428159
  },
428160
- version: "0.9.99",
428160
+ version: "0.91.0",
428161
428161
  output_style: {
428162
428162
  name: outputStyleName
428163
428163
  },
@@ -440733,7 +440733,7 @@ async function submitTranscriptShare(messages, trigger, appearanceId) {
440733
440733
  }
440734
440734
  const data2 = {
440735
440735
  trigger,
440736
- version: "0.9.99",
440736
+ version: "0.91.0",
440737
440737
  platform: process.platform,
440738
440738
  transcript,
440739
440739
  subagentTranscripts: Object.keys(subagentTranscripts).length > 0 ? subagentTranscripts : void 0,
@@ -465355,7 +465355,7 @@ async function startMCPServer(cwd5, debug3, verbose) {
465355
465355
  const server = new Server(
465356
465356
  {
465357
465357
  name: "claude/tengu",
465358
- version: "0.9.99"
465358
+ version: "0.91.0"
465359
465359
  },
465360
465360
  {
465361
465361
  capabilities: {
@@ -466534,7 +466534,7 @@ function WelcomeV2() {
466534
466534
  ] }),
466535
466535
  /* @__PURE__ */ jsxs362(ThemedText, { dimColor: true, children: [
466536
466536
  "v",
466537
- "0.9.99",
466537
+ "0.91.0",
466538
466538
  " "
466539
466539
  ] })
466540
466540
  ] });
@@ -466668,7 +466668,7 @@ function WelcomeV2() {
466668
466668
  ] }),
466669
466669
  /* @__PURE__ */ jsxs362(ThemedText, { dimColor: true, children: [
466670
466670
  "v",
466671
- "0.9.99",
466671
+ "0.91.0",
466672
466672
  " "
466673
466673
  ] })
466674
466674
  ] });
@@ -466818,7 +466818,7 @@ function AppleTerminalWelcomeV2(t0) {
466818
466818
  if ($[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
466819
466819
  t22 = /* @__PURE__ */ jsxs362(ThemedText, { dimColor: true, children: [
466820
466820
  "v",
466821
- "0.9.99",
466821
+ "0.91.0",
466822
466822
  " "
466823
466823
  ] });
466824
466824
  $[2] = t22;
@@ -466988,7 +466988,7 @@ function AppleTerminalWelcomeV2(t0) {
466988
466988
  if ($[24] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
466989
466989
  t2 = /* @__PURE__ */ jsxs362(ThemedText, { dimColor: true, children: [
466990
466990
  "v",
466991
- "0.9.99",
466991
+ "0.91.0",
466992
466992
  " "
466993
466993
  ] });
466994
466994
  $[24] = t2;
@@ -469216,7 +469216,7 @@ ${inputPrompt}` : mergePrompt;
469216
469216
  }
469217
469217
  }
469218
469218
  logForDiagnosticsNoPII("info", "started", {
469219
- version: "0.9.99",
469219
+ version: "0.91.0",
469220
469220
  is_native_binary: isInBundledMode()
469221
469221
  });
469222
469222
  registerCleanup(async () => {
@@ -469811,7 +469811,7 @@ Session: ${directConnectConfig.sessionId}`, "info");
469811
469811
  sshSession = await createSSHSession({
469812
469812
  host: _pendingSSH.host,
469813
469813
  cwd: _pendingSSH.cwd,
469814
- localVersion: "0.9.99",
469814
+ localVersion: "0.91.0",
469815
469815
  permissionMode: _pendingSSH.permissionMode,
469816
469816
  dangerouslySkipPermissions: _pendingSSH.dangerouslySkipPermissions,
469817
469817
  extraCliArgs: _pendingSSH.extraCliArgs
@@ -470323,7 +470323,7 @@ Auth: unix socket -R \u2192 local proxy`, "info");
470323
470323
  pendingHookMessages
470324
470324
  }, renderAndRun);
470325
470325
  }
470326
- }).version(`${"0.9.99"} (Tau)`, "-v, --version", "Output the version number");
470326
+ }).version(`${"0.91.0"} (Tau)`, "-v, --version", "Output the version number");
470327
470327
  program.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
470328
470328
  program.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
470329
470329
  if (canUserConfigureAdvisor()) {
@@ -471287,7 +471287,7 @@ async function main2() {
471287
471287
  trace5("main() started");
471288
471288
  const args = process.argv.slice(2);
471289
471289
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
471290
- console.log(`${"0.9.99"} (Tau)`);
471290
+ console.log(`${"0.91.0"} (Tau)`);
471291
471291
  return;
471292
471292
  }
471293
471293
  if (args.length === 1 && (args[0] === "update" || args[0] === "upgrade")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abdoknbgit/tau",
3
- "version": "0.9.99",
3
+ "version": "0.91.0",
4
4
  "description": "Tau - multi-provider AI coding CLI with Firecrawl-hosted WebSearch. Firecrawl offers 1k searches/month on free trials; just enter your API key.",
5
5
  "author": "AbdoKnbGit",
6
6
  "repository": {