@freeclaude/cli 3.0.0 → 3.0.1

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.
@@ -639,7 +639,7 @@ function printStartupScreen() {
639
639
  const sLen = ` ● Ready Type /help to begin · /model to switch`.length;
640
640
  out.push(boxRow(sRow, W, sLen));
641
641
  out.push(`${rgb(...BORDER)}╚${"═".repeat(W - 2)}╝${RESET}`);
642
- out.push(` ${DIM}${rgb(...DIMCOL)}freeclaude ${RESET}${rgb(...ACCENT)}v${"3.0.0"}${RESET}`);
642
+ out.push(` ${DIM}${rgb(...DIMCOL)}freeclaude ${RESET}${rgb(...ACCENT)}v${"3.0.1"}${RESET}`);
643
643
  out.push("");
644
644
  process.stdout.write("\x1B]0;FreeClaude\x07");
645
645
  process.stdout.write(out.join(`
@@ -77203,7 +77203,7 @@ var require_eventsource = __commonJS((exports, module) => {
77203
77203
 
77204
77204
  // node_modules/undici/index.js
77205
77205
  var require_undici = __commonJS((exports, module) => {
77206
- var __filename = "/private/tmp/freeclaude-publish/node_modules/undici/index.js";
77206
+ var __filename = "/private/tmp/freeclaude-check/node_modules/undici/index.js";
77207
77207
  var Client = require_client();
77208
77208
  var Dispatcher = require_dispatcher();
77209
77209
  var Pool = require_pool();
@@ -94034,7 +94034,7 @@ var require_package = __commonJS((exports, module) => {
94034
94034
 
94035
94035
  // node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
94036
94036
  var require_dist_cjs78 = __commonJS((exports) => {
94037
- var __dirname = "/private/tmp/freeclaude-publish/node_modules/@aws-sdk/util-user-agent-node/dist-cjs";
94037
+ var __dirname = "/private/tmp/freeclaude-check/node_modules/@aws-sdk/util-user-agent-node/dist-cjs";
94038
94038
  var node_os = __require("node:os");
94039
94039
  var node_process = __require("node:process");
94040
94040
  var utilConfigProvider = require_dist_cjs63();
@@ -358119,7 +358119,7 @@ function getAnthropicEnvMetadata() {
358119
358119
  function getBuildAgeMinutes() {
358120
358120
  if (false)
358121
358121
  ;
358122
- const buildTime = new Date("2026-04-14T07:12:50.499Z").getTime();
358122
+ const buildTime = new Date("2026-04-14T07:55:13.459Z").getTime();
358123
358123
  if (isNaN(buildTime))
358124
358124
  return;
358125
358125
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -451067,7 +451067,7 @@ var init_bridge_kick = __esm(() => {
451067
451067
  var call69 = async () => {
451068
451068
  return {
451069
451069
  type: "text",
451070
- value: `${"99.0.0"} (built ${"2026-04-14T07:12:50.499Z"})`
451070
+ value: `${"99.0.0"} (built ${"2026-04-14T07:55:13.459Z"})`
451071
451071
  };
451072
451072
  }, version2, version_default;
451073
451073
  var init_version = __esm(() => {
@@ -523459,7 +523459,7 @@ function WelcomeV2() {
523459
523459
  dimColor: true,
523460
523460
  children: [
523461
523461
  "v",
523462
- "3.0.0",
523462
+ "3.0.1",
523463
523463
  " "
523464
523464
  ]
523465
523465
  }, undefined, true, undefined, this)
@@ -523659,7 +523659,7 @@ function WelcomeV2() {
523659
523659
  dimColor: true,
523660
523660
  children: [
523661
523661
  "v",
523662
- "3.0.0",
523662
+ "3.0.1",
523663
523663
  " "
523664
523664
  ]
523665
523665
  }, undefined, true, undefined, this)
@@ -523885,7 +523885,7 @@ function AppleTerminalWelcomeV2(t0) {
523885
523885
  dimColor: true,
523886
523886
  children: [
523887
523887
  "v",
523888
- "3.0.0",
523888
+ "3.0.1",
523889
523889
  " "
523890
523890
  ]
523891
523891
  }, undefined, true, undefined, this);
@@ -524139,7 +524139,7 @@ function AppleTerminalWelcomeV2(t0) {
524139
524139
  dimColor: true,
524140
524140
  children: [
524141
524141
  "v",
524142
- "3.0.0",
524142
+ "3.0.1",
524143
524143
  " "
524144
524144
  ]
524145
524145
  }, undefined, true, undefined, this);
@@ -544196,7 +544196,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
544196
544196
  pendingHookMessages
544197
544197
  }, renderAndRun);
544198
544198
  }
544199
- }).version("3.0.0 (FreeClaude)", "-v, --version", "Output the version number");
544199
+ }).version("3.0.1 (FreeClaude)", "-v, --version", "Output the version number");
544200
544200
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
544201
544201
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
544202
544202
  if (canUserConfigureAdvisor()) {
@@ -544765,7 +544765,7 @@ function validateProviderEnvOrExit() {
544765
544765
  async function main2() {
544766
544766
  const args = process.argv.slice(2);
544767
544767
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
544768
- console.log(`${"3.0.0"} (FreeClaude)`);
544768
+ console.log(`${"3.0.1"} (FreeClaude)`);
544769
544769
  return;
544770
544770
  }
544771
544771
  validateProviderEnvOrExit();
@@ -544854,4 +544854,4 @@ async function main2() {
544854
544854
  }
544855
544855
  main2();
544856
544856
 
544857
- //# debugId=C8CBD60346906B7164756E2164756E21
544857
+ //# debugId=8EF6A06C0B30306C64756E2164756E21