@freeclaude/cli 3.0.3 → 3.0.4

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.3"}${RESET}`);
642
+ out.push(` ${DIM}${rgb(...DIMCOL)}freeclaude ${RESET}${rgb(...ACCENT)}v${"3.0.4"}${RESET}`);
643
643
  out.push("");
644
644
  process.stdout.write("\x1B]0;FreeClaude\x07");
645
645
  process.stdout.write(out.join(`
@@ -243927,7 +243927,7 @@ var init_defaultBindings = __esm(() => {
243927
243927
  "ctrl+s": "chat:stash",
243928
243928
  [IMAGE_PASTE_KEY]: "chat:imagePaste",
243929
243929
  ...{},
243930
- ...{ "meta-v": "voice:pushToTalk" }
243930
+ ...{ "meta-k": "voice:pushToTalk" }
243931
243931
  }
243932
243932
  },
243933
243933
  {
@@ -359108,7 +359108,7 @@ function getAnthropicEnvMetadata() {
359108
359108
  function getBuildAgeMinutes() {
359109
359109
  if (false)
359110
359110
  ;
359111
- const buildTime = new Date("2026-04-14T09:40:16.176Z").getTime();
359111
+ const buildTime = new Date("2026-04-14T09:45:51.708Z").getTime();
359112
359112
  if (isNaN(buildTime))
359113
359113
  return;
359114
359114
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -452055,7 +452055,7 @@ var init_bridge_kick = __esm(() => {
452055
452055
  var call69 = async () => {
452056
452056
  return {
452057
452057
  type: "text",
452058
- value: `${"99.0.0"} (built ${"2026-04-14T09:40:16.176Z"})`
452058
+ value: `${"99.0.0"} (built ${"2026-04-14T09:45:51.708Z"})`
452059
452059
  };
452060
452060
  }, version2, version_default;
452061
452061
  var init_version = __esm(() => {
@@ -525916,7 +525916,7 @@ function WelcomeV2() {
525916
525916
  dimColor: true,
525917
525917
  children: [
525918
525918
  "v",
525919
- "3.0.3",
525919
+ "3.0.4",
525920
525920
  " "
525921
525921
  ]
525922
525922
  }, undefined, true, undefined, this)
@@ -526116,7 +526116,7 @@ function WelcomeV2() {
526116
526116
  dimColor: true,
526117
526117
  children: [
526118
526118
  "v",
526119
- "3.0.3",
526119
+ "3.0.4",
526120
526120
  " "
526121
526121
  ]
526122
526122
  }, undefined, true, undefined, this)
@@ -526342,7 +526342,7 @@ function AppleTerminalWelcomeV2(t0) {
526342
526342
  dimColor: true,
526343
526343
  children: [
526344
526344
  "v",
526345
- "3.0.3",
526345
+ "3.0.4",
526346
526346
  " "
526347
526347
  ]
526348
526348
  }, undefined, true, undefined, this);
@@ -526596,7 +526596,7 @@ function AppleTerminalWelcomeV2(t0) {
526596
526596
  dimColor: true,
526597
526597
  children: [
526598
526598
  "v",
526599
- "3.0.3",
526599
+ "3.0.4",
526600
526600
  " "
526601
526601
  ]
526602
526602
  }, undefined, true, undefined, this);
@@ -546653,7 +546653,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
546653
546653
  pendingHookMessages
546654
546654
  }, renderAndRun);
546655
546655
  }
546656
- }).version("3.0.3 (FreeClaude)", "-v, --version", "Output the version number");
546656
+ }).version("3.0.4 (FreeClaude)", "-v, --version", "Output the version number");
546657
546657
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
546658
546658
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
546659
546659
  if (canUserConfigureAdvisor()) {
@@ -547222,7 +547222,7 @@ function validateProviderEnvOrExit() {
547222
547222
  async function main2() {
547223
547223
  const args = process.argv.slice(2);
547224
547224
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
547225
- console.log(`${"3.0.3"} (FreeClaude)`);
547225
+ console.log(`${"3.0.4"} (FreeClaude)`);
547226
547226
  return;
547227
547227
  }
547228
547228
  validateProviderEnvOrExit();
@@ -547311,4 +547311,4 @@ async function main2() {
547311
547311
  }
547312
547312
  main2();
547313
547313
 
547314
- //# debugId=121A5B0AC12DC7BD64756E2164756E21
547314
+ //# debugId=ECFC1099DACC295C64756E2164756E21