very-happy-cli 0.2.100 → 0.2.101

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 (33) hide show
  1. package/dist/{AcpBackend-oDDlCB78.cjs → AcpBackend-BHst4DAF.cjs} +1 -1
  2. package/dist/{AcpBackend-CGnE_dbe.mjs → AcpBackend-mbMlyZnj.mjs} +1 -1
  3. package/dist/{AcpSessionManager-XGnQqnaJ.mjs → AcpSessionManager-CwdvDD_z.mjs} +1 -1
  4. package/dist/{AcpSessionManager-BTXK7Wn2.cjs → AcpSessionManager-Nyxm1kCR.cjs} +1 -1
  5. package/dist/{config-bUqA35dk.mjs → config-C1Z39_GK.mjs} +2 -2
  6. package/dist/{config-CYGeJRgN.cjs → config-DjtLOWRc.cjs} +2 -2
  7. package/dist/{index-CPUJfdIJ.mjs → index-3ssSAknz.mjs} +13 -13
  8. package/dist/{index-j_bZV63O.mjs → index-BL9LWtAR.mjs} +5 -5
  9. package/dist/{index-DlpWmQ1I.mjs → index-BnVk_E3V.mjs} +2 -2
  10. package/dist/{index-BFQ_XDUX.cjs → index-DemE8OgZ.cjs} +17 -17
  11. package/dist/{index-BXhSRb9N.cjs → index-DqA3-Xxl.cjs} +2 -2
  12. package/dist/{index-olwBiKj6.cjs → index-tQZwyC3N.cjs} +4 -4
  13. package/dist/index.cjs +2 -2
  14. package/dist/index.mjs +2 -2
  15. package/dist/{installTerminalHooks-ZNRl9Qcl.cjs → installTerminalHooks-BC9thC5_.cjs} +2 -2
  16. package/dist/{installTerminalHooks-DmC0SrNo.mjs → installTerminalHooks-BvYqvibn.mjs} +2 -2
  17. package/dist/lib.cjs +1 -1
  18. package/dist/lib.d.cts +6 -0
  19. package/dist/lib.d.mts +6 -0
  20. package/dist/lib.mjs +1 -1
  21. package/dist/{mcp-7xQMC2Az.cjs → mcp-ChjpeHtZ.cjs} +2 -2
  22. package/dist/{mcp-CryukOBj.mjs → mcp-D6qSHTLO.mjs} +2 -2
  23. package/dist/{runGemini-BbTfrych.mjs → runGemini-D1SFLnxb.mjs} +4 -4
  24. package/dist/{runGemini-12hI-_Ng.cjs → runGemini-Dy7X7eDh.cjs} +4 -4
  25. package/dist/{runOpenClaw-Cr8boJJ9.mjs → runOpenClaw-AsjRz-Q3.mjs} +3 -3
  26. package/dist/{runOpenClaw-CYrNNJ7P.cjs → runOpenClaw-BpyEPSp5.cjs} +3 -3
  27. package/dist/{send-DQjba9jZ.cjs → send-CvArl8UY.cjs} +2 -2
  28. package/dist/{send-DMuE8f-q.mjs → send-D1arw2mU.mjs} +2 -2
  29. package/dist/{spawn-d7F98wtf.cjs → spawn-BYby4e76.cjs} +2 -2
  30. package/dist/{spawn-F6qqH4Vw.mjs → spawn-D3k-ywKX.mjs} +2 -2
  31. package/dist/{types-DTVA1Hp-.cjs → types-BEwKkfnX.cjs} +99 -37
  32. package/dist/{types-Dt0OQ0gL.mjs → types-CkxTp9iI.mjs} +98 -36
  33. package/package.json +7 -7
@@ -3,7 +3,7 @@
3
3
  var node_child_process = require('node:child_process');
4
4
  var sdk = require('@agentclientprotocol/sdk');
5
5
  var node_crypto = require('node:crypto');
6
- var persistence = require('./types-DTVA1Hp-.cjs');
6
+ var persistence = require('./types-BEwKkfnX.cjs');
7
7
 
8
8
  const DEFAULT_TIMEOUTS = {
9
9
  /** Default initialization timeout: 60 seconds */
@@ -1,7 +1,7 @@
1
1
  import { spawn } from 'node:child_process';
2
2
  import { ndJsonStream, ClientSideConnection } from '@agentclientprotocol/sdk';
3
3
  import { randomUUID } from 'node:crypto';
4
- import { l as logger, d as contentLogMetadata, e as errorLogMetadata, f as packageJson, g as delay } from './types-Dt0OQ0gL.mjs';
4
+ import { l as logger, d as contentLogMetadata, e as errorLogMetadata, f as packageJson, g as delay } from './types-CkxTp9iI.mjs';
5
5
 
6
6
  const DEFAULT_TIMEOUTS = {
7
7
  /** Default initialization timeout: 60 seconds */
@@ -1,5 +1,5 @@
1
1
  import { createId } from '@paralleldrive/cuid2';
2
- import { b as createEnvelope } from './types-Dt0OQ0gL.mjs';
2
+ import { b as createEnvelope } from './types-CkxTp9iI.mjs';
3
3
 
4
4
  function turnOptions(turnId, time) {
5
5
  return turnId ? { turn: turnId, time } : { time };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var cuid2 = require('@paralleldrive/cuid2');
4
- var persistence = require('./types-DTVA1Hp-.cjs');
4
+ var persistence = require('./types-BEwKkfnX.cjs');
5
5
 
6
6
  function turnOptions(turnId, time) {
7
7
  return turnId ? { turn: turnId, time } : { time };
@@ -2,8 +2,8 @@ import { existsSync, readFileSync, mkdirSync, writeFileSync } from 'fs';
2
2
  import { join } from 'path';
3
3
  import { homedir } from 'os';
4
4
  import { execSync } from 'child_process';
5
- import { l as logger } from './types-Dt0OQ0gL.mjs';
6
- import { D as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-CPUJfdIJ.mjs';
5
+ import { l as logger } from './types-CkxTp9iI.mjs';
6
+ import { D as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-3ssSAknz.mjs';
7
7
  import 'axios';
8
8
  import 'chalk';
9
9
  import 'node:util';
@@ -4,8 +4,8 @@ var fs = require('fs');
4
4
  var path = require('path');
5
5
  var os = require('os');
6
6
  var child_process = require('child_process');
7
- var persistence = require('./types-DTVA1Hp-.cjs');
8
- var index = require('./index-BFQ_XDUX.cjs');
7
+ var persistence = require('./types-BEwKkfnX.cjs');
8
+ var index = require('./index-DemE8OgZ.cjs');
9
9
  require('axios');
10
10
  require('chalk');
11
11
  require('node:util');
@@ -1,7 +1,7 @@
1
1
  import{createRequire as _pkgrollCR}from"node:module";const require=_pkgrollCR(import.meta.url);import chalk from 'chalk';
2
2
  import os, { homedir, userInfo } from 'node:os';
3
3
  import { randomUUID, randomBytes, createHash as createHash$1, timingSafeEqual } from 'node:crypto';
4
- import { n as readDaemonState, l as logger, c as configuration, o as clearDaemonState, q as getProjectPath, p as projectPath, s as initializeSandbox, t as wrapCommand, d as contentLogMetadata, I as InvalidateSync, R as RawJSONLinesSchema, g as delay, u as AsyncLock, v as ensurePrivateDirectory, M as MAX_CHAT_ATTACHMENT_SOURCE_BYTES, x as hardenPrivateFile, f as packageJson, i as readSettings, y as readCredentials, z as credentialRelayProblem, B as deriveLocalCliUpdateSummary, j as encodeBase64, C as updateSettings, D as encodeBase64Url, E as decodeBase64, F as writeCredentialsLegacy, G as writeCredentialsDataKey, H as readCredentialsForConfiguredRelay, J as encrypt, r as readPersistedSessions, K as isClaudeSessionId, L as getLocalHappyAgentCredentialPath, N as readLocalHappyAgentCredentials, O as decryptWithDataKey, P as decryptLegacy, Q as extractCompleteLines, S as decideBackfill, T as parseTerminalHookPayload, U as tmuxArgs, V as scrubTmuxClientEnv, W as decideMirrorBinding, X as MIRROR_BACKFILL_LINES_DEFAULT, Y as persistSession, Z as mirrorLineKey, _ as mirrorLocalId, w as writePrivateFileSync, $ as detectResumeSupport, a0 as detectCLIAvailability, a1 as acquireDaemonLock, a2 as summarizeSpawnSessionForLog, a3 as deletePersistedSessions, a4 as shellescape, a5 as decrypt, a6 as writeDaemonState, A as ApiClient, a7 as writeSettings, a8 as fetchCliUpdateState, a9 as resolveCliUpdateCheckInterval, aa as DEFAULT_CLI_UPDATE_CHECK_INTERVAL_MS, ab as releaseDaemonLock, ac as isValidSessionId, ad as listVhTerminals, ae as isValidTerminalId, af as readVhTerminal, ag as sendToVhTerminal, h as connectionState, ah as startOfflineReconnection, ai as clearCredentials, aj as clearMachineId, k as ensurePrivateDirectorySync, ak as SandboxConfigSchema, b as createEnvelope, al as CodexAppServerClient, am as getLatestDaemonLog } from './types-Dt0OQ0gL.mjs';
4
+ import { n as readDaemonState, l as logger, c as configuration, o as clearDaemonState, q as getProjectPath, p as projectPath, s as initializeSandbox, t as wrapCommand, d as contentLogMetadata, I as InvalidateSync, R as RawJSONLinesSchema, g as delay, u as AsyncLock, v as ensurePrivateDirectory, M as MAX_CHAT_ATTACHMENT_SOURCE_BYTES, x as hardenPrivateFile, f as packageJson, i as readSettings, y as readCredentials, z as credentialRelayProblem, B as deriveLocalCliUpdateSummary, j as encodeBase64, C as updateSettings, D as encodeBase64Url, E as decodeBase64, F as writeCredentialsLegacy, G as writeCredentialsDataKey, H as readCredentialsForConfiguredRelay, J as encrypt, r as readPersistedSessions, K as isClaudeSessionId, L as getLocalHappyAgentCredentialPath, N as readLocalHappyAgentCredentials, O as decryptWithDataKey, P as decryptLegacy, Q as extractCompleteLines, S as decideBackfill, T as parseTerminalHookPayload, U as tmuxArgs, V as scrubTmuxClientEnv, W as decideMirrorBinding, X as MIRROR_BACKFILL_LINES_DEFAULT, Y as persistSession, Z as mirrorLineKey, _ as mirrorLocalId, w as writePrivateFileSync, $ as detectResumeSupport, a0 as detectCLIAvailability, a1 as acquireDaemonLock, a2 as summarizeSpawnSessionForLog, a3 as deletePersistedSessions, a4 as shellescape, a5 as decrypt, a6 as writeDaemonState, A as ApiClient, a7 as writeSettings, a8 as fetchCliUpdateState, a9 as resolveCliUpdateCheckInterval, aa as DEFAULT_CLI_UPDATE_CHECK_INTERVAL_MS, ab as releaseDaemonLock, ac as isValidSessionId, ad as listVhTerminals, ae as isValidTerminalId, af as readVhTerminal, ag as sendToVhTerminal, h as connectionState, ah as startOfflineReconnection, ai as clearCredentials, aj as clearMachineId, k as ensurePrivateDirectorySync, ak as SandboxConfigSchema, b as createEnvelope, al as CodexAppServerClient, am as getLatestDaemonLog } from './types-CkxTp9iI.mjs';
5
5
  import spawn$1, { spawn } from 'cross-spawn';
6
6
  import path, { join, resolve, basename, delimiter, isAbsolute, normalize, sep, dirname } from 'node:path';
7
7
  import { createInterface } from 'node:readline';
@@ -10031,7 +10031,7 @@ function registerSideQuestionHandler(rpc, deps) {
10031
10031
  const retainMs = deps.retainMs ?? SIDE_QUESTION_RETAIN_MS;
10032
10032
  const maxRunMs = deps.maxRunMs ?? SIDE_QUESTION_MAX_RUN_MS;
10033
10033
  const run = deps.run ?? (async (input) => {
10034
- const { query } = await import('./index-DlpWmQ1I.mjs');
10034
+ const { query } = await import('./index-BnVk_E3V.mjs');
10035
10035
  return runSideQuestion(query, input);
10036
10036
  });
10037
10037
  const slots = /* @__PURE__ */ new Map();
@@ -14964,7 +14964,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
14964
14964
  process.exit(0);
14965
14965
  } else if (subcommand === "install-terminal-hooks") {
14966
14966
  try {
14967
- const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await import('./installTerminalHooks-DmC0SrNo.mjs');
14967
+ const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await import('./installTerminalHooks-BvYqvibn.mjs');
14968
14968
  const command = parseTerminalHooksArgs(args.slice(1));
14969
14969
  if (command.action === "help") {
14970
14970
  console.log(TERMINAL_HOOKS_HELP);
@@ -14981,7 +14981,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
14981
14981
  }
14982
14982
  } else if (subcommand === "spawn") {
14983
14983
  try {
14984
- const { handleSpawnCommand } = await import('./spawn-F6qqH4Vw.mjs');
14984
+ const { handleSpawnCommand } = await import('./spawn-D3k-ywKX.mjs');
14985
14985
  await handleSpawnCommand(args.slice(1));
14986
14986
  } catch (error) {
14987
14987
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -14993,7 +14993,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
14993
14993
  return;
14994
14994
  } else if (subcommand === "send") {
14995
14995
  try {
14996
- const { handleSendCommand } = await import('./send-DMuE8f-q.mjs');
14996
+ const { handleSendCommand } = await import('./send-D1arw2mU.mjs');
14997
14997
  await handleSendCommand(args.slice(1));
14998
14998
  } catch (error) {
14999
14999
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -15099,9 +15099,9 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15099
15099
  if (geminiSubcommand === "project" && args[2] === "set" && args[3]) {
15100
15100
  const projectId = args[3];
15101
15101
  try {
15102
- const { saveGoogleCloudProjectToConfig } = await import('./config-bUqA35dk.mjs');
15103
- const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await import('./types-Dt0OQ0gL.mjs').then(function (n) { return n.an; });
15104
- const { ApiClient: ApiClient2 } = await import('./types-Dt0OQ0gL.mjs').then(function (n) { return n.ao; });
15102
+ const { saveGoogleCloudProjectToConfig } = await import('./config-C1Z39_GK.mjs');
15103
+ const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await import('./types-CkxTp9iI.mjs').then(function (n) { return n.an; });
15104
+ const { ApiClient: ApiClient2 } = await import('./types-CkxTp9iI.mjs').then(function (n) { return n.ao; });
15105
15105
  let userEmail = void 0;
15106
15106
  try {
15107
15107
  const credentials = await readCredentialsForConfiguredRelay2();
@@ -15132,7 +15132,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15132
15132
  }
15133
15133
  if (geminiSubcommand === "project" && args[2] === "get") {
15134
15134
  try {
15135
- const { readGeminiLocalConfig } = await import('./config-bUqA35dk.mjs');
15135
+ const { readGeminiLocalConfig } = await import('./config-C1Z39_GK.mjs');
15136
15136
  const config = readGeminiLocalConfig();
15137
15137
  if (config.googleCloudProject) {
15138
15138
  console.log(`Current Google Cloud Project: ${config.googleCloudProject}`);
@@ -15172,7 +15172,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15172
15172
  process.exit(0);
15173
15173
  }
15174
15174
  try {
15175
- const { runGemini } = await import('./runGemini-BbTfrych.mjs');
15175
+ const { runGemini } = await import('./runGemini-D1SFLnxb.mjs');
15176
15176
  let startedBy = void 0;
15177
15177
  for (let i = 1; i < args.length; i++) {
15178
15178
  if (args[i] === "--started-by") {
@@ -15194,7 +15194,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15194
15194
  return;
15195
15195
  } else if (subcommand === "acp") {
15196
15196
  try {
15197
- const { runAcp, resolveAcpAgentConfig } = await import('./index-j_bZV63O.mjs');
15197
+ const { runAcp, resolveAcpAgentConfig } = await import('./index-BL9LWtAR.mjs');
15198
15198
  let startedBy = void 0;
15199
15199
  let verbose = false;
15200
15200
  const acpArgs = [];
@@ -15234,7 +15234,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15234
15234
  return;
15235
15235
  } else if (subcommand === "openclaw") {
15236
15236
  try {
15237
- const { runOpenClaw } = await import('./runOpenClaw-Cr8boJJ9.mjs');
15237
+ const { runOpenClaw } = await import('./runOpenClaw-AsjRz-Q3.mjs');
15238
15238
  let startedBy = void 0;
15239
15239
  let verbose = false;
15240
15240
  let gatewayUrl;
@@ -15285,7 +15285,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15285
15285
  return;
15286
15286
  } else if (subcommand === "mcp" && args.length === 1) {
15287
15287
  try {
15288
- const { handleMcpCommand } = await import('./mcp-CryukOBj.mjs');
15288
+ const { handleMcpCommand } = await import('./mcp-D6qSHTLO.mjs');
15289
15289
  await handleMcpCommand();
15290
15290
  } catch (error) {
15291
15291
  process.stderr.write(`[very-happy mcp] Fatal: ${error instanceof Error ? error.message : String(error)}
@@ -1,10 +1,10 @@
1
- import { D as DefaultTransport, A as AcpBackend } from './AcpBackend-CGnE_dbe.mjs';
2
- export { a as DEFAULT_IDLE_TIMEOUT_MS, b as DEFAULT_TOOL_CALL_TIMEOUT_MS, e as extractErrorDetail, f as formatDuration, c as formatDurationMinutes, h as handleAgentMessageChunk, d as handleAgentThoughtChunk, g as handleLegacyMessageChunk, i as handlePlanUpdate, j as handleThinkingUpdate, k as handleToolCall, l as handleToolCallUpdate, p as parseArgsFromContent } from './AcpBackend-CGnE_dbe.mjs';
3
- import { h as connectionState, A as ApiClient, i as readSettings, j as encodeBase64, l as logger, p as projectPath } from './types-Dt0OQ0gL.mjs';
4
- import { A as AcpSessionManager } from './AcpSessionManager-XGnQqnaJ.mjs';
1
+ import { D as DefaultTransport, A as AcpBackend } from './AcpBackend-mbMlyZnj.mjs';
2
+ export { a as DEFAULT_IDLE_TIMEOUT_MS, b as DEFAULT_TOOL_CALL_TIMEOUT_MS, e as extractErrorDetail, f as formatDuration, c as formatDurationMinutes, h as handleAgentMessageChunk, d as handleAgentThoughtChunk, g as handleLegacyMessageChunk, i as handlePlanUpdate, j as handleThinkingUpdate, k as handleToolCall, l as handleToolCallUpdate, p as parseArgsFromContent } from './AcpBackend-mbMlyZnj.mjs';
3
+ import { h as connectionState, A as ApiClient, i as readSettings, j as encodeBase64, l as logger, p as projectPath } from './types-CkxTp9iI.mjs';
4
+ import { A as AcpSessionManager } from './AcpSessionManager-CwdvDD_z.mjs';
5
5
  import { randomUUID } from 'node:crypto';
6
6
  import { join } from 'node:path';
7
- import { i as initialMachineMetadata, d as createSessionMetadata, e as setupOfflineReconnection, n as notifyDaemonSessionStarted, M as MessageQueue2, h as hashObject, f as startHappyServer, r as registerKillSessionHandler, B as BasePermissionHandler } from './index-CPUJfdIJ.mjs';
7
+ import { i as initialMachineMetadata, d as createSessionMetadata, e as setupOfflineReconnection, n as notifyDaemonSessionStarted, M as MessageQueue2, h as hashObject, f as startHappyServer, r as registerKillSessionHandler, B as BasePermissionHandler } from './index-3ssSAknz.mjs';
8
8
  import 'node:child_process';
9
9
  import '@agentclientprotocol/sdk';
10
10
  import 'axios';
@@ -1,9 +1,9 @@
1
- import { q as query } from './index-CPUJfdIJ.mjs';
1
+ import { q as query } from './index-3ssSAknz.mjs';
2
2
  export { AbortError } from '@anthropic-ai/claude-agent-sdk';
3
3
  import 'chalk';
4
4
  import 'node:os';
5
5
  import 'node:crypto';
6
- import './types-Dt0OQ0gL.mjs';
6
+ import './types-CkxTp9iI.mjs';
7
7
  import 'axios';
8
8
  import 'node:util';
9
9
  import 'node:fs';
@@ -3,7 +3,7 @@
3
3
  var chalk = require('chalk');
4
4
  var os = require('node:os');
5
5
  var node_crypto = require('node:crypto');
6
- var persistence = require('./types-DTVA1Hp-.cjs');
6
+ var persistence = require('./types-BEwKkfnX.cjs');
7
7
  var spawn = require('cross-spawn');
8
8
  var path = require('node:path');
9
9
  var node_readline = require('node:readline');
@@ -6778,7 +6778,7 @@ function parseJsonObject(text) {
6778
6778
  return null;
6779
6779
  }
6780
6780
  }
6781
- function resolveSdkClaudeBinary(platform = process.platform, arch = process.arch, resolver = (s) => node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-BFQ_XDUX.cjs', document.baseURI).href))).resolve(s)) {
6781
+ function resolveSdkClaudeBinary(platform = process.platform, arch = process.arch, resolver = (s) => node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-DemE8OgZ.cjs', document.baseURI).href))).resolve(s)) {
6782
6782
  const platformArch = `${platform}-${arch}`;
6783
6783
  const candidates = [
6784
6784
  `@anthropic-ai/claude-agent-sdk-${platformArch}/claude`,
@@ -10053,7 +10053,7 @@ function registerSideQuestionHandler(rpc, deps) {
10053
10053
  const retainMs = deps.retainMs ?? SIDE_QUESTION_RETAIN_MS;
10054
10054
  const maxRunMs = deps.maxRunMs ?? SIDE_QUESTION_MAX_RUN_MS;
10055
10055
  const run = deps.run ?? (async (input) => {
10056
- const { query } = await Promise.resolve().then(function () { return require('./index-BXhSRb9N.cjs'); });
10056
+ const { query } = await Promise.resolve().then(function () { return require('./index-DqA3-Xxl.cjs'); });
10057
10057
  return runSideQuestion(query, input);
10058
10058
  });
10059
10059
  const slots = /* @__PURE__ */ new Map();
@@ -10155,7 +10155,7 @@ const MAX_TITLE_CHARS = 60;
10155
10155
  const GENERATION_TIMEOUT_MS = 3e4;
10156
10156
  function resolveClaudeBinary() {
10157
10157
  try {
10158
- const require$1 = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-BFQ_XDUX.cjs', document.baseURI).href)));
10158
+ const require$1 = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-DemE8OgZ.cjs', document.baseURI).href)));
10159
10159
  const utilsPath = path.resolve(path.join(persistence.projectPath(), "scripts", "claude_version_utils.cjs"));
10160
10160
  const { getClaudeCliPath } = require$1(utilsPath);
10161
10161
  const path$1 = getClaudeCliPath();
@@ -12360,9 +12360,9 @@ function resolveLocalSignupBootstrap(configuredMode, configuredInviteCodes, gene
12360
12360
  };
12361
12361
  }
12362
12362
 
12363
- const __filename$1 = node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-BFQ_XDUX.cjs', document.baseURI).href)));
12363
+ const __filename$1 = node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-DemE8OgZ.cjs', document.baseURI).href)));
12364
12364
  const __dirname$1 = path.dirname(__filename$1);
12365
- const require_ = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-BFQ_XDUX.cjs', document.baseURI).href)));
12365
+ const require_ = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-DemE8OgZ.cjs', document.baseURI).href)));
12366
12366
  const PRISMA_QUERY_ENGINE_FILES = {
12367
12367
  "arm64-darwin": "libquery_engine-darwin-arm64.dylib.node",
12368
12368
  "x64-darwin": "libquery_engine-darwin.dylib.node",
@@ -14986,7 +14986,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
14986
14986
  process.exit(0);
14987
14987
  } else if (subcommand === "install-terminal-hooks") {
14988
14988
  try {
14989
- const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await Promise.resolve().then(function () { return require('./installTerminalHooks-ZNRl9Qcl.cjs'); });
14989
+ const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await Promise.resolve().then(function () { return require('./installTerminalHooks-BC9thC5_.cjs'); });
14990
14990
  const command = parseTerminalHooksArgs(args.slice(1));
14991
14991
  if (command.action === "help") {
14992
14992
  console.log(TERMINAL_HOOKS_HELP);
@@ -15003,7 +15003,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15003
15003
  }
15004
15004
  } else if (subcommand === "spawn") {
15005
15005
  try {
15006
- const { handleSpawnCommand } = await Promise.resolve().then(function () { return require('./spawn-d7F98wtf.cjs'); });
15006
+ const { handleSpawnCommand } = await Promise.resolve().then(function () { return require('./spawn-BYby4e76.cjs'); });
15007
15007
  await handleSpawnCommand(args.slice(1));
15008
15008
  } catch (error) {
15009
15009
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -15015,7 +15015,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15015
15015
  return;
15016
15016
  } else if (subcommand === "send") {
15017
15017
  try {
15018
- const { handleSendCommand } = await Promise.resolve().then(function () { return require('./send-DQjba9jZ.cjs'); });
15018
+ const { handleSendCommand } = await Promise.resolve().then(function () { return require('./send-CvArl8UY.cjs'); });
15019
15019
  await handleSendCommand(args.slice(1));
15020
15020
  } catch (error) {
15021
15021
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -15121,9 +15121,9 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15121
15121
  if (geminiSubcommand === "project" && args[2] === "set" && args[3]) {
15122
15122
  const projectId = args[3];
15123
15123
  try {
15124
- const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return require('./config-CYGeJRgN.cjs'); });
15125
- const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await Promise.resolve().then(function () { return require('./types-DTVA1Hp-.cjs'); }).then(function (n) { return n.persistence; });
15126
- const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./types-DTVA1Hp-.cjs'); }).then(function (n) { return n.api; });
15124
+ const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return require('./config-DjtLOWRc.cjs'); });
15125
+ const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await Promise.resolve().then(function () { return require('./types-BEwKkfnX.cjs'); }).then(function (n) { return n.persistence; });
15126
+ const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./types-BEwKkfnX.cjs'); }).then(function (n) { return n.api; });
15127
15127
  let userEmail = void 0;
15128
15128
  try {
15129
15129
  const credentials = await readCredentialsForConfiguredRelay2();
@@ -15154,7 +15154,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15154
15154
  }
15155
15155
  if (geminiSubcommand === "project" && args[2] === "get") {
15156
15156
  try {
15157
- const { readGeminiLocalConfig } = await Promise.resolve().then(function () { return require('./config-CYGeJRgN.cjs'); });
15157
+ const { readGeminiLocalConfig } = await Promise.resolve().then(function () { return require('./config-DjtLOWRc.cjs'); });
15158
15158
  const config = readGeminiLocalConfig();
15159
15159
  if (config.googleCloudProject) {
15160
15160
  console.log(`Current Google Cloud Project: ${config.googleCloudProject}`);
@@ -15194,7 +15194,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15194
15194
  process.exit(0);
15195
15195
  }
15196
15196
  try {
15197
- const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-12hI-_Ng.cjs'); });
15197
+ const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-Dy7X7eDh.cjs'); });
15198
15198
  let startedBy = void 0;
15199
15199
  for (let i = 1; i < args.length; i++) {
15200
15200
  if (args[i] === "--started-by") {
@@ -15216,7 +15216,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15216
15216
  return;
15217
15217
  } else if (subcommand === "acp") {
15218
15218
  try {
15219
- const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-olwBiKj6.cjs'); });
15219
+ const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-tQZwyC3N.cjs'); });
15220
15220
  let startedBy = void 0;
15221
15221
  let verbose = false;
15222
15222
  const acpArgs = [];
@@ -15256,7 +15256,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15256
15256
  return;
15257
15257
  } else if (subcommand === "openclaw") {
15258
15258
  try {
15259
- const { runOpenClaw } = await Promise.resolve().then(function () { return require('./runOpenClaw-CYrNNJ7P.cjs'); });
15259
+ const { runOpenClaw } = await Promise.resolve().then(function () { return require('./runOpenClaw-BpyEPSp5.cjs'); });
15260
15260
  let startedBy = void 0;
15261
15261
  let verbose = false;
15262
15262
  let gatewayUrl;
@@ -15307,7 +15307,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
15307
15307
  return;
15308
15308
  } else if (subcommand === "mcp" && args.length === 1) {
15309
15309
  try {
15310
- const { handleMcpCommand } = await Promise.resolve().then(function () { return require('./mcp-7xQMC2Az.cjs'); });
15310
+ const { handleMcpCommand } = await Promise.resolve().then(function () { return require('./mcp-ChjpeHtZ.cjs'); });
15311
15311
  await handleMcpCommand();
15312
15312
  } catch (error) {
15313
15313
  process.stderr.write(`[very-happy mcp] Fatal: ${error instanceof Error ? error.message : String(error)}
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-BFQ_XDUX.cjs');
3
+ var index = require('./index-DemE8OgZ.cjs');
4
4
  var claudeAgentSdk = require('@anthropic-ai/claude-agent-sdk');
5
5
  require('chalk');
6
6
  require('node:os');
7
7
  require('node:crypto');
8
- require('./types-DTVA1Hp-.cjs');
8
+ require('./types-BEwKkfnX.cjs');
9
9
  require('axios');
10
10
  require('node:util');
11
11
  require('node:fs');
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var AcpBackend = require('./AcpBackend-oDDlCB78.cjs');
4
- var persistence = require('./types-DTVA1Hp-.cjs');
5
- var AcpSessionManager = require('./AcpSessionManager-BTXK7Wn2.cjs');
3
+ var AcpBackend = require('./AcpBackend-BHst4DAF.cjs');
4
+ var persistence = require('./types-BEwKkfnX.cjs');
5
+ var AcpSessionManager = require('./AcpSessionManager-Nyxm1kCR.cjs');
6
6
  var node_crypto = require('node:crypto');
7
7
  var path = require('node:path');
8
- var index = require('./index-BFQ_XDUX.cjs');
8
+ var index = require('./index-DemE8OgZ.cjs');
9
9
  require('node:child_process');
10
10
  require('@agentclientprotocol/sdk');
11
11
  require('axios');
package/dist/index.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  require('chalk');
4
- require('./index-BFQ_XDUX.cjs');
5
- require('./types-DTVA1Hp-.cjs');
4
+ require('./index-DemE8OgZ.cjs');
5
+ require('./types-BEwKkfnX.cjs');
6
6
  require('zod');
7
7
  require('node:child_process');
8
8
  require('node:os');
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import 'chalk';
2
- import './index-CPUJfdIJ.mjs';
3
- import './types-Dt0OQ0gL.mjs';
2
+ import './index-3ssSAknz.mjs';
3
+ import './types-CkxTp9iI.mjs';
4
4
  import 'zod';
5
5
  import 'node:child_process';
6
6
  import 'node:os';
@@ -5,8 +5,8 @@ var path = require('node:path');
5
5
  var os = require('node:os');
6
6
  var node_child_process = require('node:child_process');
7
7
  var chalk = require('chalk');
8
- var persistence = require('./types-DTVA1Hp-.cjs');
9
- var index = require('./index-BFQ_XDUX.cjs');
8
+ var persistence = require('./types-BEwKkfnX.cjs');
9
+ var index = require('./index-DemE8OgZ.cjs');
10
10
  require('axios');
11
11
  require('node:util');
12
12
  require('node:fs/promises');
@@ -3,8 +3,8 @@ import { join, resolve } from 'node:path';
3
3
  import { homedir } from 'node:os';
4
4
  import { spawnSync } from 'node:child_process';
5
5
  import chalk from 'chalk';
6
- import { p as projectPath } from './types-Dt0OQ0gL.mjs';
7
- import { t as tmuxSupportsSessionEnv } from './index-CPUJfdIJ.mjs';
6
+ import { p as projectPath } from './types-CkxTp9iI.mjs';
7
+ import { t as tmuxSupportsSessionEnv } from './index-3ssSAknz.mjs';
8
8
  import 'axios';
9
9
  import 'node:util';
10
10
  import 'node:fs/promises';
package/dist/lib.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var persistence = require('./types-DTVA1Hp-.cjs');
3
+ var persistence = require('./types-BEwKkfnX.cjs');
4
4
  require('axios');
5
5
  require('chalk');
6
6
  require('node:util');
package/dist/lib.d.cts CHANGED
@@ -1130,6 +1130,12 @@ interface TerminalListItem {
1130
1130
  * this NAME (`@vh_attach`). Carried into close records so a manual
1131
1131
  * restore re-attaches; old webs ignore it. */
1132
1132
  attachTmux?: string;
1133
+ /** B-287: the pane's real geometry from the same list-sessions read.
1134
+ * Daemon-internal (not in the signature): it feeds the persisted snapshot
1135
+ * and close records so a cold restore recreates the session at the size
1136
+ * it last had. */
1137
+ paneCols?: number;
1138
+ paneRows?: number;
1133
1139
  }
1134
1140
 
1135
1141
  /**
package/dist/lib.d.mts CHANGED
@@ -1130,6 +1130,12 @@ interface TerminalListItem {
1130
1130
  * this NAME (`@vh_attach`). Carried into close records so a manual
1131
1131
  * restore re-attaches; old webs ignore it. */
1132
1132
  attachTmux?: string;
1133
+ /** B-287: the pane's real geometry from the same list-sessions read.
1134
+ * Daemon-internal (not in the signature): it feeds the persisted snapshot
1135
+ * and close records so a cold restore recreates the session at the size
1136
+ * it last had. */
1137
+ paneCols?: number;
1138
+ paneRows?: number;
1133
1139
  }
1134
1140
 
1135
1141
  /**
package/dist/lib.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { A as ApiClient, a as ApiSessionClient, R as RawJSONLinesSchema, c as configuration, l as logger } from './types-Dt0OQ0gL.mjs';
1
+ export { A as ApiClient, a as ApiSessionClient, R as RawJSONLinesSchema, c as configuration, l as logger } from './types-CkxTp9iI.mjs';
2
2
  import 'axios';
3
3
  import 'chalk';
4
4
  import 'node:util';
@@ -3,9 +3,9 @@
3
3
  var mcp_js = require('@modelcontextprotocol/sdk/server/mcp.js');
4
4
  var stdio_js = require('@modelcontextprotocol/sdk/server/stdio.js');
5
5
  var z = require('zod');
6
- var index = require('./index-BFQ_XDUX.cjs');
6
+ var index = require('./index-DemE8OgZ.cjs');
7
7
  var limits = require('./limits-KdWKmwtH.cjs');
8
- var persistence = require('./types-DTVA1Hp-.cjs');
8
+ var persistence = require('./types-BEwKkfnX.cjs');
9
9
  require('chalk');
10
10
  require('node:os');
11
11
  require('node:crypto');
@@ -1,9 +1,9 @@
1
1
  import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
2
2
  import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
3
3
  import { z } from 'zod';
4
- import { p as pushClipboardViaDaemon } from './index-CPUJfdIJ.mjs';
4
+ import { p as pushClipboardViaDaemon } from './index-3ssSAknz.mjs';
5
5
  import { C as CLIPBOARD_TOOL_NAME, a as CLIPBOARD_TOOL_TITLE, b as CLIPBOARD_TOOL_DESCRIPTION, c as CLIPBOARD_MAX_BYTES } from './limits-CwFb5S2b.mjs';
6
- import { l as logger } from './types-Dt0OQ0gL.mjs';
6
+ import { l as logger } from './types-CkxTp9iI.mjs';
7
7
  import 'chalk';
8
8
  import 'node:os';
9
9
  import 'node:crypto';
@@ -2,10 +2,10 @@ import { useStdout, useInput, Box, Text, render } from 'ink';
2
2
  import React, { useState, useRef, useEffect, useCallback } from 'react';
3
3
  import { randomUUID } from 'node:crypto';
4
4
  import { join } from 'node:path';
5
- import { l as logger, h as connectionState, A as ApiClient, i as readSettings, e as errorLogMetadata, j as encodeBase64, p as projectPath, d as contentLogMetadata } from './types-Dt0OQ0gL.mjs';
6
- import { g as GEMINI_API_KEY_ENV, j as GOOGLE_API_KEY_ENV, G as GEMINI_MODEL_ENV, B as BasePermissionHandler, k as BaseReasoningProcessor, i as initialMachineMetadata, d as createSessionMetadata, e as setupOfflineReconnection, n as notifyDaemonSessionStarted, M as MessageQueue2, h as hashObject, l as MessageBuffer, C as CHANGE_TITLE_INSTRUCTION, r as registerKillSessionHandler, f as startHappyServer } from './index-CPUJfdIJ.mjs';
7
- import { A as AcpBackend } from './AcpBackend-CGnE_dbe.mjs';
8
- import { readGeminiLocalConfig, determineGeminiModel, getGeminiModelSource, getInitialGeminiModel, saveGeminiModelToConfig } from './config-bUqA35dk.mjs';
5
+ import { l as logger, h as connectionState, A as ApiClient, i as readSettings, e as errorLogMetadata, j as encodeBase64, p as projectPath, d as contentLogMetadata } from './types-CkxTp9iI.mjs';
6
+ import { g as GEMINI_API_KEY_ENV, j as GOOGLE_API_KEY_ENV, G as GEMINI_MODEL_ENV, B as BasePermissionHandler, k as BaseReasoningProcessor, i as initialMachineMetadata, d as createSessionMetadata, e as setupOfflineReconnection, n as notifyDaemonSessionStarted, M as MessageQueue2, h as hashObject, l as MessageBuffer, C as CHANGE_TITLE_INSTRUCTION, r as registerKillSessionHandler, f as startHappyServer } from './index-3ssSAknz.mjs';
7
+ import { A as AcpBackend } from './AcpBackend-mbMlyZnj.mjs';
8
+ import { readGeminiLocalConfig, determineGeminiModel, getGeminiModelSource, getInitialGeminiModel, saveGeminiModelToConfig } from './config-C1Z39_GK.mjs';
9
9
  import 'axios';
10
10
  import 'chalk';
11
11
  import 'node:util';
@@ -4,10 +4,10 @@ var ink = require('ink');
4
4
  var React = require('react');
5
5
  var node_crypto = require('node:crypto');
6
6
  var path = require('node:path');
7
- var persistence = require('./types-DTVA1Hp-.cjs');
8
- var index = require('./index-BFQ_XDUX.cjs');
9
- var AcpBackend = require('./AcpBackend-oDDlCB78.cjs');
10
- var config = require('./config-CYGeJRgN.cjs');
7
+ var persistence = require('./types-BEwKkfnX.cjs');
8
+ var index = require('./index-DemE8OgZ.cjs');
9
+ var AcpBackend = require('./AcpBackend-BHst4DAF.cjs');
10
+ var config = require('./config-DjtLOWRc.cjs');
11
11
  require('axios');
12
12
  require('chalk');
13
13
  require('node:util');
@@ -3,9 +3,9 @@ import { execFileSync } from 'node:child_process';
3
3
  import os from 'node:os';
4
4
  import { existsSync, readFileSync } from 'node:fs';
5
5
  import { join } from 'node:path';
6
- import { k as ensurePrivateDirectorySync, m as hardenPrivateFileSync, w as writePrivateFileSync, e as errorLogMetadata, d as contentLogMetadata, h as connectionState, A as ApiClient, i as readSettings, j as encodeBase64, l as logger, c as configuration } from './types-Dt0OQ0gL.mjs';
7
- import { A as AcpSessionManager } from './AcpSessionManager-XGnQqnaJ.mjs';
8
- import { i as initialMachineMetadata, d as createSessionMetadata, e as setupOfflineReconnection, n as notifyDaemonSessionStarted, M as MessageQueue2, r as registerKillSessionHandler } from './index-CPUJfdIJ.mjs';
6
+ import { k as ensurePrivateDirectorySync, m as hardenPrivateFileSync, w as writePrivateFileSync, e as errorLogMetadata, d as contentLogMetadata, h as connectionState, A as ApiClient, i as readSettings, j as encodeBase64, l as logger, c as configuration } from './types-CkxTp9iI.mjs';
7
+ import { A as AcpSessionManager } from './AcpSessionManager-CwdvDD_z.mjs';
8
+ import { i as initialMachineMetadata, d as createSessionMetadata, e as setupOfflineReconnection, n as notifyDaemonSessionStarted, M as MessageQueue2, r as registerKillSessionHandler } from './index-3ssSAknz.mjs';
9
9
  import WebSocket from 'ws';
10
10
  import * as ed from '@noble/ed25519';
11
11
  import { sha512 } from '@noble/hashes/sha2.js';
@@ -5,9 +5,9 @@ var node_child_process = require('node:child_process');
5
5
  var os = require('node:os');
6
6
  var node_fs = require('node:fs');
7
7
  var path = require('node:path');
8
- var persistence = require('./types-DTVA1Hp-.cjs');
9
- var AcpSessionManager = require('./AcpSessionManager-BTXK7Wn2.cjs');
10
- var index = require('./index-BFQ_XDUX.cjs');
8
+ var persistence = require('./types-BEwKkfnX.cjs');
9
+ var AcpSessionManager = require('./AcpSessionManager-Nyxm1kCR.cjs');
10
+ var index = require('./index-DemE8OgZ.cjs');
11
11
  var WebSocket = require('ws');
12
12
  var ed = require('@noble/ed25519');
13
13
  var sha2_js = require('@noble/hashes/sha2.js');
@@ -3,8 +3,8 @@
3
3
  var chalk = require('chalk');
4
4
  var node_fs = require('node:fs');
5
5
  var path = require('node:path');
6
- var persistence = require('./types-DTVA1Hp-.cjs');
7
- var index = require('./index-BFQ_XDUX.cjs');
6
+ var persistence = require('./types-BEwKkfnX.cjs');
7
+ var index = require('./index-DemE8OgZ.cjs');
8
8
  require('axios');
9
9
  require('node:util');
10
10
  require('node:os');
@@ -1,8 +1,8 @@
1
1
  import chalk from 'chalk';
2
2
  import { readFileSync } from 'node:fs';
3
3
  import { resolve } from 'node:path';
4
- import { r as readPersistedSessions, c as configuration } from './types-Dt0OQ0gL.mjs';
5
- import { b as sendUserMessage, a as sessionWebUrl } from './index-CPUJfdIJ.mjs';
4
+ import { r as readPersistedSessions, c as configuration } from './types-CkxTp9iI.mjs';
5
+ import { b as sendUserMessage, a as sessionWebUrl } from './index-3ssSAknz.mjs';
6
6
  import 'axios';
7
7
  import 'node:util';
8
8
  import 'node:os';
@@ -3,8 +3,8 @@
3
3
  var chalk = require('chalk');
4
4
  var node_fs = require('node:fs');
5
5
  var path = require('node:path');
6
- var index = require('./index-BFQ_XDUX.cjs');
7
- var persistence = require('./types-DTVA1Hp-.cjs');
6
+ var index = require('./index-DemE8OgZ.cjs');
7
+ var persistence = require('./types-BEwKkfnX.cjs');
8
8
  require('node:os');
9
9
  require('node:crypto');
10
10
  require('cross-spawn');
@@ -1,8 +1,8 @@
1
1
  import chalk from 'chalk';
2
2
  import { readFileSync, statSync } from 'node:fs';
3
3
  import { resolve } from 'node:path';
4
- import { c as checkIfDaemonRunningAndCleanupStaleState, s as spawnDaemonSession, a as sessionWebUrl, w as waitForSessionKey, b as sendUserMessage } from './index-CPUJfdIJ.mjs';
5
- import { l as logger } from './types-Dt0OQ0gL.mjs';
4
+ import { c as checkIfDaemonRunningAndCleanupStaleState, s as spawnDaemonSession, a as sessionWebUrl, w as waitForSessionKey, b as sendUserMessage } from './index-3ssSAknz.mjs';
5
+ import { l as logger } from './types-CkxTp9iI.mjs';
6
6
  import 'node:os';
7
7
  import 'node:crypto';
8
8
  import 'cross-spawn';