very-happy-cli 0.2.127 → 0.2.128

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 (43) hide show
  1. package/dist/{AcpBackend-Cbykm5Pg.cjs → AcpBackend-BYU6J2n0.cjs} +2 -2
  2. package/dist/{AcpBackend-B9_vB_mY.mjs → AcpBackend-D7987ody.mjs} +2 -2
  3. package/dist/{AcpSessionManager-HsxKXreC.mjs → AcpSessionManager-BwrjVZyn.mjs} +1 -1
  4. package/dist/{AcpSessionManager-DGCsNKRd.cjs → AcpSessionManager-artXJgqb.cjs} +1 -1
  5. package/dist/{agentGuidance-B-CazXmT.cjs → agentGuidance-B1xYgHx6.cjs} +1 -1
  6. package/dist/{agentGuidance-CTyzeLCQ.mjs → agentGuidance-BPGPaNlo.mjs} +1 -1
  7. package/dist/codex/happyMcpStdioBridge.cjs +2 -2
  8. package/dist/codex/happyMcpStdioBridge.mjs +2 -2
  9. package/dist/{config-DotNknpP.mjs → config-DSBE0Az0.mjs} +4 -4
  10. package/dist/{config-Dwt-15hE.cjs → config-Dmkzs3o4.cjs} +4 -4
  11. package/dist/{index-CWPgxeLD.mjs → index-35FahgEU.mjs} +4 -4
  12. package/dist/{index-DhCEmP3d.cjs → index-CJmXLSQc.cjs} +4 -4
  13. package/dist/{index-B1qzJIMw.mjs → index-CfM6ewd8.mjs} +20 -19
  14. package/dist/{index-DgjzHewW.cjs → index-D_YVlpsW.cjs} +24 -23
  15. package/dist/{index-C2kblG8-.mjs → index-m0Dnccc_.mjs} +7 -7
  16. package/dist/{index-DyvVjr8Y.cjs → index-vyTJsT_R.cjs} +6 -6
  17. package/dist/index.cjs +4 -4
  18. package/dist/index.mjs +4 -4
  19. package/dist/{installTerminalHooks-DfBvxRdw.cjs → installTerminalHooks-C1zwiJJ2.cjs} +4 -4
  20. package/dist/{installTerminalHooks-cpuDExTT.mjs → installTerminalHooks-ClrFe2fA.mjs} +4 -4
  21. package/dist/lib.cjs +2 -2
  22. package/dist/lib.mjs +2 -2
  23. package/dist/{limits-D2XM3dvN.mjs → limits-BNTLh2lw.mjs} +7 -7
  24. package/dist/{limits-BDG3QjIB.cjs → limits-CrwtFbi8.cjs} +7 -7
  25. package/dist/{mcp-BZ3iYnBc.cjs → mcp-Bc_mmJt8.cjs} +4 -4
  26. package/dist/{mcp-CpUrsnoC.mjs → mcp-BsohER5A.mjs} +4 -4
  27. package/dist/{runGemini-BE_nghsj.cjs → runGemini-B2GesRWm.cjs} +6 -6
  28. package/dist/{runGemini-BY7uA-Uk.mjs → runGemini-B9S85Vms.mjs} +6 -6
  29. package/dist/{runOpenClaw-Be_U4DHZ.mjs → runOpenClaw-Byhq-B1y.mjs} +5 -5
  30. package/dist/{runOpenClaw-Cqun9jar.cjs → runOpenClaw-DCK-R8qe.cjs} +5 -5
  31. package/dist/{send-DbqRxLQW.cjs → send-CPdT1nOg.cjs} +4 -4
  32. package/dist/{send-D2xX42zg.mjs → send-DQS1zNWp.mjs} +4 -4
  33. package/dist/{sessions-CtrMbMBJ.cjs → sessions-DC0IKaD9.cjs} +4 -4
  34. package/dist/{sessions-D06cLJ7f.mjs → sessions-DIOdWnPe.mjs} +4 -4
  35. package/dist/{spawn-DMx1JKXo.mjs → spawn-DV4pIAHZ.mjs} +4 -4
  36. package/dist/{spawn-Cu_kM761.cjs → spawn-DrnCW2QK.cjs} +4 -4
  37. package/dist/{teams-C2MfKWFe.cjs → teams-CwXEJs9I.cjs} +4 -4
  38. package/dist/{teams-D7ubdfTY.mjs → teams-DlTHOiCk.mjs} +4 -4
  39. package/dist/{todo-hKSIY23F.mjs → todo-BwXURAbQ.mjs} +3 -3
  40. package/dist/{todo-yvodzg_y.cjs → todo-DrME15xq.cjs} +3 -3
  41. package/dist/{types-Df_vXvzD.mjs → types-CFs8FmiY.mjs} +1 -1
  42. package/dist/{types-BuxqyzYf.cjs → types-DfatCoQL.cjs} +2 -2
  43. package/package.json +7 -7
@@ -3,8 +3,8 @@
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('./limits-BDG3QjIB.cjs');
7
- var api = require('./types-BuxqyzYf.cjs');
6
+ var persistence = require('./limits-CrwtFbi8.cjs');
7
+ var api = require('./types-DfatCoQL.cjs');
8
8
 
9
9
  const DEFAULT_TIMEOUTS = {
10
10
  /** Default initialization timeout: 60 seconds */
@@ -1,8 +1,8 @@
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, p as packageJson } from './limits-D2XM3dvN.mjs';
5
- import { d as contentLogMetadata, e as errorLogMetadata, f as delay } from './types-Df_vXvzD.mjs';
4
+ import { l as logger, p as packageJson } from './limits-BNTLh2lw.mjs';
5
+ import { d as contentLogMetadata, e as errorLogMetadata, f as delay } from './types-CFs8FmiY.mjs';
6
6
 
7
7
  const DEFAULT_TIMEOUTS = {
8
8
  /** Default initialization timeout: 60 seconds */
@@ -1,5 +1,5 @@
1
1
  import { createId } from '@paralleldrive/cuid2';
2
- import { s as streamKeyOf, c as createEnvelope } from './types-Df_vXvzD.mjs';
2
+ import { s as streamKeyOf, c as createEnvelope } from './types-CFs8FmiY.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 api = require('./types-BuxqyzYf.cjs');
4
+ var api = require('./types-DfatCoQL.cjs');
5
5
 
6
6
  function turnOptions(turnId, time) {
7
7
  return turnId ? { turn: turnId, time } : { time };
@@ -2,7 +2,7 @@
2
2
 
3
3
  var z = require('zod');
4
4
  var node_crypto = require('node:crypto');
5
- var persistence = require('./limits-BDG3QjIB.cjs');
5
+ var persistence = require('./limits-CrwtFbi8.cjs');
6
6
  var promises = require('node:fs/promises');
7
7
  var node_fs = require('node:fs');
8
8
  var path = require('node:path');
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
2
  import { randomUUID } from 'node:crypto';
3
- import { n as normalizeHttpEndpoint, c as configuration, g as readSettings, r as readPersistedSessions, d as readCredentialsForConfiguredRelay } from './limits-D2XM3dvN.mjs';
3
+ import { n as normalizeHttpEndpoint, c as configuration, g as readSettings, r as readPersistedSessions, d as readCredentialsForConfiguredRelay } from './limits-BNTLh2lw.mjs';
4
4
  import { open, mkdir, rename, unlink } from 'node:fs/promises';
5
5
  import { constants } from 'node:fs';
6
6
  import { isAbsolute, join, dirname } from 'node:path';
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var agentGuidance = require('../agentGuidance-B-CazXmT.cjs');
3
+ var agentGuidance = require('../agentGuidance-B1xYgHx6.cjs');
4
4
  var mcp_js = require('@modelcontextprotocol/sdk/server/mcp.js');
5
5
  var stdio_js = require('@modelcontextprotocol/sdk/server/stdio.js');
6
6
  var index_js = require('@modelcontextprotocol/sdk/client/index.js');
7
7
  var streamableHttp_js = require('@modelcontextprotocol/sdk/client/streamableHttp.js');
8
8
  var z = require('zod');
9
- var persistence = require('../limits-BDG3QjIB.cjs');
9
+ var persistence = require('../limits-CrwtFbi8.cjs');
10
10
  require('node:crypto');
11
11
  require('node:fs/promises');
12
12
  require('node:fs');
@@ -1,10 +1,10 @@
1
- import { P as PREVIEW_TOOL_NAME, a as PREVIEW_TOOL_TITLE, b as PREVIEW_TOOL_DESCRIPTION, r as registerTeamsTools } from '../agentGuidance-CTyzeLCQ.mjs';
1
+ import { P as PREVIEW_TOOL_NAME, a as PREVIEW_TOOL_TITLE, b as PREVIEW_TOOL_DESCRIPTION, r as registerTeamsTools } from '../agentGuidance-BPGPaNlo.mjs';
2
2
  import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
3
3
  import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
4
4
  import { Client } from '@modelcontextprotocol/sdk/client/index.js';
5
5
  import { StreamableHTTPClientTransport } from '@modelcontextprotocol/sdk/client/streamableHttp.js';
6
6
  import { z } from 'zod';
7
- import { C as CLIPBOARD_TOOL_NAME, a as CLIPBOARD_TOOL_TITLE, b as CLIPBOARD_TOOL_DESCRIPTION } from '../limits-D2XM3dvN.mjs';
7
+ import { C as CLIPBOARD_TOOL_NAME, a as CLIPBOARD_TOOL_TITLE, b as CLIPBOARD_TOOL_DESCRIPTION } from '../limits-BNTLh2lw.mjs';
8
8
  import 'node:crypto';
9
9
  import 'node:fs/promises';
10
10
  import 'node:fs';
@@ -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 './limits-D2XM3dvN.mjs';
6
- import { j as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-B1qzJIMw.mjs';
5
+ import { l as logger } from './limits-BNTLh2lw.mjs';
6
+ import { j as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-CfM6ewd8.mjs';
7
7
  import 'node:fs/promises';
8
8
  import 'node:fs';
9
9
  import 'node:os';
@@ -13,7 +13,7 @@ import 'node:crypto';
13
13
  import 'tweetnacl';
14
14
  import 'chalk';
15
15
  import 'node:util';
16
- import './types-Df_vXvzD.mjs';
16
+ import './types-CFs8FmiY.mjs';
17
17
  import 'axios';
18
18
  import 'node:events';
19
19
  import 'socket.io-client';
@@ -28,7 +28,7 @@ import 'node-pty';
28
28
  import 'node:readline';
29
29
  import '@anthropic-ai/sandbox-runtime';
30
30
  import 'expo-server-sdk';
31
- import './agentGuidance-CTyzeLCQ.mjs';
31
+ import './agentGuidance-BPGPaNlo.mjs';
32
32
  import 'ink';
33
33
  import 'react';
34
34
  import '@anthropic-ai/claude-agent-sdk';
@@ -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('./limits-BDG3QjIB.cjs');
8
- var index = require('./index-DgjzHewW.cjs');
7
+ var persistence = require('./limits-CrwtFbi8.cjs');
8
+ var index = require('./index-D_YVlpsW.cjs');
9
9
  require('node:fs/promises');
10
10
  require('node:fs');
11
11
  require('node:os');
@@ -15,7 +15,7 @@ require('node:crypto');
15
15
  require('tweetnacl');
16
16
  require('chalk');
17
17
  require('node:util');
18
- require('./types-BuxqyzYf.cjs');
18
+ require('./types-DfatCoQL.cjs');
19
19
  require('axios');
20
20
  require('node:events');
21
21
  require('socket.io-client');
@@ -30,7 +30,7 @@ require('node-pty');
30
30
  require('node:readline');
31
31
  require('@anthropic-ai/sandbox-runtime');
32
32
  require('expo-server-sdk');
33
- require('./agentGuidance-B-CazXmT.cjs');
33
+ require('./agentGuidance-B1xYgHx6.cjs');
34
34
  require('ink');
35
35
  require('react');
36
36
  require('@anthropic-ai/claude-agent-sdk');
@@ -1,11 +1,11 @@
1
- import { q as query } from './index-B1qzJIMw.mjs';
1
+ import { q as query } from './index-CfM6ewd8.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-Df_vXvzD.mjs';
6
+ import './types-CFs8FmiY.mjs';
7
7
  import 'axios';
8
- import './limits-D2XM3dvN.mjs';
8
+ import './limits-BNTLh2lw.mjs';
9
9
  import 'node:fs/promises';
10
10
  import 'node:fs';
11
11
  import 'node:path';
@@ -29,7 +29,7 @@ import 'fs';
29
29
  import 'node:readline';
30
30
  import '@anthropic-ai/sandbox-runtime';
31
31
  import 'expo-server-sdk';
32
- import './agentGuidance-CTyzeLCQ.mjs';
32
+ import './agentGuidance-BPGPaNlo.mjs';
33
33
  import 'ink';
34
34
  import 'react';
35
35
  import 'ps-list';
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DgjzHewW.cjs');
3
+ var index = require('./index-D_YVlpsW.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-BuxqyzYf.cjs');
8
+ require('./types-DfatCoQL.cjs');
9
9
  require('axios');
10
- require('./limits-BDG3QjIB.cjs');
10
+ require('./limits-CrwtFbi8.cjs');
11
11
  require('node:fs/promises');
12
12
  require('node:fs');
13
13
  require('node:path');
@@ -31,7 +31,7 @@ require('fs');
31
31
  require('node:readline');
32
32
  require('@anthropic-ai/sandbox-runtime');
33
33
  require('expo-server-sdk');
34
- require('./agentGuidance-B-CazXmT.cjs');
34
+ require('./agentGuidance-B1xYgHx6.cjs');
35
35
  require('ink');
36
36
  require('react');
37
37
  require('ps-list');
@@ -1,13 +1,13 @@
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, tmpdir } from 'node:os';
3
3
  import { randomUUID, randomBytes, createHash as createHash$1, timingSafeEqual } from 'node:crypto';
4
- import { j as getProjectPath, h as BUILTIN_TODO_DISCOVERY, p as projectPath, k as initializeSandbox, w as wrapCommand, d as contentLogMetadata, I as InvalidateSync, R as RawJSONLinesSchema, f as delay, l as AsyncLock, S as STREAM_DELTA_MAX_CHARS, M as MAX_CHAT_ATTACHMENT_SOURCE_BYTES, m as commandOnPath, n as deriveLocalCliUpdateSummary, o as isClaudeSessionId, q as getLocalHappyAgentCredentialPath, r as readLocalHappyAgentCredentials, t as parseExactVersion, u as compareExactVersions, v as extractCompleteLines, x as decideBackfill, y as parseTerminalHookPayload, z as tmuxArgs, C as scrubTmuxClientEnv, D as decideMirrorBinding, E as MIRROR_BACKFILL_LINES_DEFAULT, F as mirrorLineKey, G as mirrorLocalId, H as detectCLIAvailability, J as detectResumeSupport, K as summarizeSpawnSessionForLog, L as shellescape, A as ApiClient, N as fetchCliUpdateState, O as resolveCliUpdateCheckInterval, P as DEFAULT_CLI_UPDATE_CHECK_INTERVAL_MS, i as isValidSessionId, Q as listVhTerminals, T as isValidTerminalId, U as readVhTerminal, V as sendToVhTerminal, W as TITLE_PROMPT_PREFIX, X as BOARD_ANALYZER_PROMPT_PREFIX, g as connectionState, Y as startOfflineReconnection, c as createEnvelope, Z as CodexAppServerClient } from './types-Df_vXvzD.mjs';
5
- import { z as readDaemonState, l as logger, c as configuration, A as clearDaemonState, B as ensurePrivateDirectory, D as hardenPrivateFile, p as packageJson, g as readSettings, E as readCredentials, s as credentialRelayProblem, i as encodeBase64, F as readSettingsOutcome, G as updateSettings, H as encodeBase64Url, m as decodeBase64, I as writeCredentialsLegacy, J as writeCredentialsDataKey, d as readCredentialsForConfiguredRelay, j as encrypt, r as readPersistedSessions, w as writePrivateFileSync, K as decryptWithDataKey, L as decryptLegacy, M as persistSession, k as decrypt, f as ensurePrivateDirectorySync, N as acquireDaemonLock, O as deletePersistedSessions, P as writeDaemonState, Q as writeSettings, R as releaseDaemonLock, C as CLIPBOARD_TOOL_NAME, a as CLIPBOARD_TOOL_TITLE, b as CLIPBOARD_TOOL_DESCRIPTION, e as CLIPBOARD_MAX_BYTES, S as clearCredentials, T as clearMachineId, U as SandboxConfigSchema, V as getLatestDaemonLog } from './limits-D2XM3dvN.mjs';
4
+ import { j as getProjectPath, h as BUILTIN_TODO_DISCOVERY, p as projectPath, k as initializeSandbox, w as wrapCommand, d as contentLogMetadata, I as InvalidateSync, R as RawJSONLinesSchema, f as delay, l as AsyncLock, S as STREAM_DELTA_MAX_CHARS, M as MAX_CHAT_ATTACHMENT_SOURCE_BYTES, m as commandOnPath, n as deriveLocalCliUpdateSummary, o as isClaudeSessionId, q as getLocalHappyAgentCredentialPath, r as readLocalHappyAgentCredentials, t as parseExactVersion, u as compareExactVersions, v as extractCompleteLines, x as decideBackfill, y as parseTerminalHookPayload, z as tmuxArgs, C as scrubTmuxClientEnv, D as decideMirrorBinding, E as MIRROR_BACKFILL_LINES_DEFAULT, F as mirrorLineKey, G as mirrorLocalId, H as detectCLIAvailability, J as detectResumeSupport, K as summarizeSpawnSessionForLog, L as shellescape, A as ApiClient, N as fetchCliUpdateState, O as resolveCliUpdateCheckInterval, P as DEFAULT_CLI_UPDATE_CHECK_INTERVAL_MS, i as isValidSessionId, Q as listVhTerminals, T as isValidTerminalId, U as readVhTerminal, V as sendToVhTerminal, W as TITLE_PROMPT_PREFIX, X as BOARD_ANALYZER_PROMPT_PREFIX, g as connectionState, Y as startOfflineReconnection, c as createEnvelope, Z as CodexAppServerClient } from './types-CFs8FmiY.mjs';
5
+ import { z as readDaemonState, l as logger, c as configuration, A as clearDaemonState, B as ensurePrivateDirectory, D as hardenPrivateFile, p as packageJson, g as readSettings, E as readCredentials, s as credentialRelayProblem, i as encodeBase64, F as readSettingsOutcome, G as updateSettings, H as encodeBase64Url, m as decodeBase64, I as writeCredentialsLegacy, J as writeCredentialsDataKey, d as readCredentialsForConfiguredRelay, j as encrypt, r as readPersistedSessions, w as writePrivateFileSync, K as decryptWithDataKey, L as decryptLegacy, M as persistSession, k as decrypt, f as ensurePrivateDirectorySync, N as acquireDaemonLock, O as deletePersistedSessions, P as writeDaemonState, Q as writeSettings, R as releaseDaemonLock, C as CLIPBOARD_TOOL_NAME, a as CLIPBOARD_TOOL_TITLE, b as CLIPBOARD_TOOL_DESCRIPTION, e as CLIPBOARD_MAX_BYTES, S as clearCredentials, T as clearMachineId, U as SandboxConfigSchema, V as getLatestDaemonLog } from './limits-BNTLh2lw.mjs';
6
6
  import spawn$1, { spawn } from 'cross-spawn';
7
7
  import path, { join, resolve, basename, isAbsolute, dirname, sep, delimiter, normalize } from 'node:path';
8
8
  import { createInterface } from 'node:readline';
9
9
  import { existsSync, readFileSync, readdirSync, statSync, mkdirSync, unlinkSync, renameSync, writeFileSync, accessSync, constants, openSync, fsyncSync, closeSync, rmSync as rmSync$1, chmodSync as chmodSync$1 } from 'node:fs';
10
- import { f as trimIdent, A as AGENT_GUIDANCE, t as teamScopePath, T as TeamConnectionPreflightError, e as createTeamsClient, P as PREVIEW_TOOL_NAME, R as REPORT_PROGRESS_TOOL_NAME, g as TEAM_TOOL_NAMES, r as registerTeamsTools, a as PREVIEW_TOOL_TITLE, b as PREVIEW_TOOL_DESCRIPTION, h as REPORT_PROGRESS_TOOL_TITLE, i as REPORT_PROGRESS_TOOL_DESCRIPTION } from './agentGuidance-CTyzeLCQ.mjs';
10
+ import { f as trimIdent, A as AGENT_GUIDANCE, t as teamScopePath, T as TeamConnectionPreflightError, e as createTeamsClient, P as PREVIEW_TOOL_NAME, R as REPORT_PROGRESS_TOOL_NAME, g as TEAM_TOOL_NAMES, r as registerTeamsTools, a as PREVIEW_TOOL_TITLE, b as PREVIEW_TOOL_DESCRIPTION, h as REPORT_PROGRESS_TOOL_TITLE, i as REPORT_PROGRESS_TOOL_DESCRIPTION } from './agentGuidance-BPGPaNlo.mjs';
11
11
  import { readFile, writeFile, rename, unlink, mkdir, symlink, rm, readlink, lstat, stat, open as open$1, appendFile } from 'node:fs/promises';
12
12
  import fs, { watch, access } from 'fs/promises';
13
13
  import { useStdout, useInput, Box, Text, render } from 'ink';
@@ -4742,6 +4742,7 @@ function createSessionMetadata(opts) {
4742
4742
  version: packageJson.version,
4743
4743
  os: os.platform(),
4744
4744
  machineId: opts.machineId,
4745
+ ...opts.teamOperationId ? { teamOperationId: opts.teamOperationId } : {},
4745
4746
  homeDir: os.homedir(),
4746
4747
  happyHomeDir: configuration.happyHomeDir,
4747
4748
  happyLibDir: projectPath(),
@@ -12022,7 +12023,7 @@ function registerSideQuestionHandler(rpc, deps) {
12022
12023
  const retainMs = deps.retainMs ?? SIDE_QUESTION_RETAIN_MS;
12023
12024
  const maxRunMs = deps.maxRunMs ?? SIDE_QUESTION_MAX_RUN_MS;
12024
12025
  const run = deps.run ?? (async (input) => {
12025
- const { query } = await import('./index-CWPgxeLD.mjs');
12026
+ const { query } = await import('./index-35FahgEU.mjs');
12026
12027
  return runSideQuestion(query, input);
12027
12028
  });
12028
12029
  const slots = /* @__PURE__ */ new Map();
@@ -16976,7 +16977,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
16976
16977
  process.exit(0);
16977
16978
  } else if (subcommand === "install-terminal-hooks") {
16978
16979
  try {
16979
- const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await import('./installTerminalHooks-cpuDExTT.mjs');
16980
+ const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await import('./installTerminalHooks-ClrFe2fA.mjs');
16980
16981
  const command = parseTerminalHooksArgs(args.slice(1));
16981
16982
  if (command.action === "help") {
16982
16983
  console.log(TERMINAL_HOOKS_HELP);
@@ -16993,7 +16994,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
16993
16994
  }
16994
16995
  } else if (subcommand === "spawn") {
16995
16996
  try {
16996
- const { handleSpawnCommand } = await import('./spawn-DMx1JKXo.mjs');
16997
+ const { handleSpawnCommand } = await import('./spawn-DV4pIAHZ.mjs');
16997
16998
  await handleSpawnCommand(args.slice(1));
16998
16999
  } catch (error) {
16999
17000
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17005,7 +17006,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17005
17006
  return;
17006
17007
  } else if (subcommand === "sessions") {
17007
17008
  try {
17008
- const { handleSessionsCommand } = await import('./sessions-D06cLJ7f.mjs');
17009
+ const { handleSessionsCommand } = await import('./sessions-DIOdWnPe.mjs');
17009
17010
  await handleSessionsCommand(args.slice(1));
17010
17011
  } catch (error) {
17011
17012
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17017,7 +17018,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17017
17018
  return;
17018
17019
  } else if (subcommand === "send") {
17019
17020
  try {
17020
- const { handleSendCommand } = await import('./send-D2xX42zg.mjs');
17021
+ const { handleSendCommand } = await import('./send-DQS1zNWp.mjs');
17021
17022
  await handleSendCommand(args.slice(1));
17022
17023
  } catch (error) {
17023
17024
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17123,9 +17124,9 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17123
17124
  if (geminiSubcommand === "project" && args[2] === "set" && args[3]) {
17124
17125
  const projectId = args[3];
17125
17126
  try {
17126
- const { saveGoogleCloudProjectToConfig } = await import('./config-DotNknpP.mjs');
17127
- const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await import('./limits-D2XM3dvN.mjs').then(function (n) { return n.W; });
17128
- const { ApiClient: ApiClient2 } = await import('./types-Df_vXvzD.mjs').then(function (n) { return n._; });
17127
+ const { saveGoogleCloudProjectToConfig } = await import('./config-DSBE0Az0.mjs');
17128
+ const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await import('./limits-BNTLh2lw.mjs').then(function (n) { return n.W; });
17129
+ const { ApiClient: ApiClient2 } = await import('./types-CFs8FmiY.mjs').then(function (n) { return n._; });
17129
17130
  let userEmail = void 0;
17130
17131
  try {
17131
17132
  const credentials = await readCredentialsForConfiguredRelay2();
@@ -17156,7 +17157,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17156
17157
  }
17157
17158
  if (geminiSubcommand === "project" && args[2] === "get") {
17158
17159
  try {
17159
- const { readGeminiLocalConfig } = await import('./config-DotNknpP.mjs');
17160
+ const { readGeminiLocalConfig } = await import('./config-DSBE0Az0.mjs');
17160
17161
  const config = readGeminiLocalConfig();
17161
17162
  if (config.googleCloudProject) {
17162
17163
  console.log(`Current Google Cloud Project: ${config.googleCloudProject}`);
@@ -17196,7 +17197,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17196
17197
  process.exit(0);
17197
17198
  }
17198
17199
  try {
17199
- const { runGemini } = await import('./runGemini-BY7uA-Uk.mjs');
17200
+ const { runGemini } = await import('./runGemini-B9S85Vms.mjs');
17200
17201
  let startedBy = void 0;
17201
17202
  for (let i = 1; i < args.length; i++) {
17202
17203
  if (args[i] === "--started-by") {
@@ -17226,7 +17227,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17226
17227
  }
17227
17228
  };
17228
17229
  try {
17229
- const { runAcp, resolveAcpAgentConfig } = await import('./index-C2kblG8-.mjs');
17230
+ const { runAcp, resolveAcpAgentConfig } = await import('./index-m0Dnccc_.mjs');
17230
17231
  const parsed = parsePiRunnerArgs(args.slice(1));
17231
17232
  const resolved = resolveAcpAgentConfig(["pi", ...parsed.passthrough]);
17232
17233
  const { credentials } = await authAndSetupMachineIfNeeded();
@@ -17253,7 +17254,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17253
17254
  return;
17254
17255
  } else if (subcommand === "acp") {
17255
17256
  try {
17256
- const { runAcp, resolveAcpAgentConfig } = await import('./index-C2kblG8-.mjs');
17257
+ const { runAcp, resolveAcpAgentConfig } = await import('./index-m0Dnccc_.mjs');
17257
17258
  let startedBy = void 0;
17258
17259
  let verbose = false;
17259
17260
  const acpArgs = [];
@@ -17293,7 +17294,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17293
17294
  return;
17294
17295
  } else if (subcommand === "openclaw") {
17295
17296
  try {
17296
- const { runOpenClaw } = await import('./runOpenClaw-Be_U4DHZ.mjs');
17297
+ const { runOpenClaw } = await import('./runOpenClaw-Byhq-B1y.mjs');
17297
17298
  let startedBy = void 0;
17298
17299
  let verbose = false;
17299
17300
  let gatewayUrl;
@@ -17344,7 +17345,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17344
17345
  return;
17345
17346
  } else if (subcommand === "todo") {
17346
17347
  try {
17347
- const { handleTodoCommand } = await import('./todo-hKSIY23F.mjs');
17348
+ const { handleTodoCommand } = await import('./todo-BwXURAbQ.mjs');
17348
17349
  await handleTodoCommand(args.slice(1));
17349
17350
  } catch (error) {
17350
17351
  console.error(JSON.stringify({ error: error instanceof Error ? error.message : "Todo command failed" }));
@@ -17353,7 +17354,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17353
17354
  return;
17354
17355
  } else if (subcommand === "teams") {
17355
17356
  try {
17356
- const { handleTeamsCommand } = await import('./teams-D7ubdfTY.mjs');
17357
+ const { handleTeamsCommand } = await import('./teams-DlTHOiCk.mjs');
17357
17358
  await handleTeamsCommand(args.slice(1));
17358
17359
  } catch (error) {
17359
17360
  console.error(error instanceof Error ? error.message : "Teams command failed");
@@ -17362,7 +17363,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17362
17363
  return;
17363
17364
  } else if (subcommand === "mcp" && args.length === 1) {
17364
17365
  try {
17365
- const { handleMcpCommand } = await import('./mcp-CpUrsnoC.mjs');
17366
+ const { handleMcpCommand } = await import('./mcp-BsohER5A.mjs');
17366
17367
  await handleMcpCommand();
17367
17368
  } catch (error) {
17368
17369
  process.stderr.write(`[very-happy mcp] Fatal: ${error instanceof Error ? error.message : String(error)}
@@ -3,13 +3,13 @@
3
3
  var chalk = require('chalk');
4
4
  var os = require('node:os');
5
5
  var node_crypto = require('node:crypto');
6
- var api = require('./types-BuxqyzYf.cjs');
7
- var persistence = require('./limits-BDG3QjIB.cjs');
6
+ var api = require('./types-DfatCoQL.cjs');
7
+ var persistence = require('./limits-CrwtFbi8.cjs');
8
8
  var spawn = require('cross-spawn');
9
9
  var path = require('node:path');
10
10
  var node_readline = require('node:readline');
11
11
  var node_fs = require('node:fs');
12
- var agentGuidance = require('./agentGuidance-B-CazXmT.cjs');
12
+ var agentGuidance = require('./agentGuidance-B1xYgHx6.cjs');
13
13
  var promises = require('node:fs/promises');
14
14
  var fs = require('fs/promises');
15
15
  var ink = require('ink');
@@ -4764,6 +4764,7 @@ function createSessionMetadata(opts) {
4764
4764
  version: persistence.packageJson.version,
4765
4765
  os: os.platform(),
4766
4766
  machineId: opts.machineId,
4767
+ ...opts.teamOperationId ? { teamOperationId: opts.teamOperationId } : {},
4767
4768
  homeDir: os.homedir(),
4768
4769
  happyHomeDir: persistence.configuration.happyHomeDir,
4769
4770
  happyLibDir: api.projectPath(),
@@ -7676,7 +7677,7 @@ function parseJsonObject(text) {
7676
7677
  return null;
7677
7678
  }
7678
7679
  }
7679
- 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-DgjzHewW.cjs', document.baseURI).href))).resolve(s)) {
7680
+ 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-D_YVlpsW.cjs', document.baseURI).href))).resolve(s)) {
7680
7681
  const platformArch = `${platform}-${arch}`;
7681
7682
  const candidates = [
7682
7683
  `@anthropic-ai/claude-agent-sdk-${platformArch}/claude`,
@@ -12044,7 +12045,7 @@ function registerSideQuestionHandler(rpc, deps) {
12044
12045
  const retainMs = deps.retainMs ?? SIDE_QUESTION_RETAIN_MS;
12045
12046
  const maxRunMs = deps.maxRunMs ?? SIDE_QUESTION_MAX_RUN_MS;
12046
12047
  const run = deps.run ?? (async (input) => {
12047
- const { query } = await Promise.resolve().then(function () { return require('./index-DhCEmP3d.cjs'); });
12048
+ const { query } = await Promise.resolve().then(function () { return require('./index-CJmXLSQc.cjs'); });
12048
12049
  return runSideQuestion(query, input);
12049
12050
  });
12050
12051
  const slots = /* @__PURE__ */ new Map();
@@ -12146,7 +12147,7 @@ const MAX_TITLE_CHARS = 60;
12146
12147
  const GENERATION_TIMEOUT_MS = 3e4;
12147
12148
  function resolveClaudeBinary() {
12148
12149
  try {
12149
- 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-DgjzHewW.cjs', document.baseURI).href)));
12150
+ 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-D_YVlpsW.cjs', document.baseURI).href)));
12150
12151
  const utilsPath = path.resolve(path.join(api.projectPath(), "scripts", "claude_version_utils.cjs"));
12151
12152
  const { getClaudeCliPath } = require$1(utilsPath);
12152
12153
  const path$1 = getClaudeCliPath();
@@ -14364,9 +14365,9 @@ function resolveLocalSignupBootstrap(configuredMode, configuredInviteCodes, gene
14364
14365
  };
14365
14366
  }
14366
14367
 
14367
- 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-DgjzHewW.cjs', document.baseURI).href)));
14368
+ 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-D_YVlpsW.cjs', document.baseURI).href)));
14368
14369
  const __dirname$1 = path.dirname(__filename$1);
14369
- const require_ = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-DgjzHewW.cjs', document.baseURI).href)));
14370
+ const require_ = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-D_YVlpsW.cjs', document.baseURI).href)));
14370
14371
  const PRISMA_QUERY_ENGINE_FILES = {
14371
14372
  "arm64-darwin": "libquery_engine-darwin-arm64.dylib.node",
14372
14373
  "x64-darwin": "libquery_engine-darwin.dylib.node",
@@ -16998,7 +16999,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
16998
16999
  process.exit(0);
16999
17000
  } else if (subcommand === "install-terminal-hooks") {
17000
17001
  try {
17001
- const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await Promise.resolve().then(function () { return require('./installTerminalHooks-DfBvxRdw.cjs'); });
17002
+ const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await Promise.resolve().then(function () { return require('./installTerminalHooks-C1zwiJJ2.cjs'); });
17002
17003
  const command = parseTerminalHooksArgs(args.slice(1));
17003
17004
  if (command.action === "help") {
17004
17005
  console.log(TERMINAL_HOOKS_HELP);
@@ -17015,7 +17016,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17015
17016
  }
17016
17017
  } else if (subcommand === "spawn") {
17017
17018
  try {
17018
- const { handleSpawnCommand } = await Promise.resolve().then(function () { return require('./spawn-Cu_kM761.cjs'); });
17019
+ const { handleSpawnCommand } = await Promise.resolve().then(function () { return require('./spawn-DrnCW2QK.cjs'); });
17019
17020
  await handleSpawnCommand(args.slice(1));
17020
17021
  } catch (error) {
17021
17022
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17027,7 +17028,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17027
17028
  return;
17028
17029
  } else if (subcommand === "sessions") {
17029
17030
  try {
17030
- const { handleSessionsCommand } = await Promise.resolve().then(function () { return require('./sessions-CtrMbMBJ.cjs'); });
17031
+ const { handleSessionsCommand } = await Promise.resolve().then(function () { return require('./sessions-DC0IKaD9.cjs'); });
17031
17032
  await handleSessionsCommand(args.slice(1));
17032
17033
  } catch (error) {
17033
17034
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17039,7 +17040,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17039
17040
  return;
17040
17041
  } else if (subcommand === "send") {
17041
17042
  try {
17042
- const { handleSendCommand } = await Promise.resolve().then(function () { return require('./send-DbqRxLQW.cjs'); });
17043
+ const { handleSendCommand } = await Promise.resolve().then(function () { return require('./send-CPdT1nOg.cjs'); });
17043
17044
  await handleSendCommand(args.slice(1));
17044
17045
  } catch (error) {
17045
17046
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17145,9 +17146,9 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17145
17146
  if (geminiSubcommand === "project" && args[2] === "set" && args[3]) {
17146
17147
  const projectId = args[3];
17147
17148
  try {
17148
- const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return require('./config-Dwt-15hE.cjs'); });
17149
- const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await Promise.resolve().then(function () { return require('./limits-BDG3QjIB.cjs'); }).then(function (n) { return n.persistence; });
17150
- const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./types-BuxqyzYf.cjs'); }).then(function (n) { return n.api; });
17149
+ const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return require('./config-Dmkzs3o4.cjs'); });
17150
+ const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await Promise.resolve().then(function () { return require('./limits-CrwtFbi8.cjs'); }).then(function (n) { return n.persistence; });
17151
+ const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./types-DfatCoQL.cjs'); }).then(function (n) { return n.api; });
17151
17152
  let userEmail = void 0;
17152
17153
  try {
17153
17154
  const credentials = await readCredentialsForConfiguredRelay2();
@@ -17178,7 +17179,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17178
17179
  }
17179
17180
  if (geminiSubcommand === "project" && args[2] === "get") {
17180
17181
  try {
17181
- const { readGeminiLocalConfig } = await Promise.resolve().then(function () { return require('./config-Dwt-15hE.cjs'); });
17182
+ const { readGeminiLocalConfig } = await Promise.resolve().then(function () { return require('./config-Dmkzs3o4.cjs'); });
17182
17183
  const config = readGeminiLocalConfig();
17183
17184
  if (config.googleCloudProject) {
17184
17185
  console.log(`Current Google Cloud Project: ${config.googleCloudProject}`);
@@ -17218,7 +17219,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17218
17219
  process.exit(0);
17219
17220
  }
17220
17221
  try {
17221
- const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-BE_nghsj.cjs'); });
17222
+ const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-B2GesRWm.cjs'); });
17222
17223
  let startedBy = void 0;
17223
17224
  for (let i = 1; i < args.length; i++) {
17224
17225
  if (args[i] === "--started-by") {
@@ -17248,7 +17249,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17248
17249
  }
17249
17250
  };
17250
17251
  try {
17251
- const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-DyvVjr8Y.cjs'); });
17252
+ const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-vyTJsT_R.cjs'); });
17252
17253
  const parsed = parsePiRunnerArgs(args.slice(1));
17253
17254
  const resolved = resolveAcpAgentConfig(["pi", ...parsed.passthrough]);
17254
17255
  const { credentials } = await authAndSetupMachineIfNeeded();
@@ -17275,7 +17276,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17275
17276
  return;
17276
17277
  } else if (subcommand === "acp") {
17277
17278
  try {
17278
- const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-DyvVjr8Y.cjs'); });
17279
+ const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-vyTJsT_R.cjs'); });
17279
17280
  let startedBy = void 0;
17280
17281
  let verbose = false;
17281
17282
  const acpArgs = [];
@@ -17315,7 +17316,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17315
17316
  return;
17316
17317
  } else if (subcommand === "openclaw") {
17317
17318
  try {
17318
- const { runOpenClaw } = await Promise.resolve().then(function () { return require('./runOpenClaw-Cqun9jar.cjs'); });
17319
+ const { runOpenClaw } = await Promise.resolve().then(function () { return require('./runOpenClaw-DCK-R8qe.cjs'); });
17319
17320
  let startedBy = void 0;
17320
17321
  let verbose = false;
17321
17322
  let gatewayUrl;
@@ -17366,7 +17367,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17366
17367
  return;
17367
17368
  } else if (subcommand === "todo") {
17368
17369
  try {
17369
- const { handleTodoCommand } = await Promise.resolve().then(function () { return require('./todo-yvodzg_y.cjs'); });
17370
+ const { handleTodoCommand } = await Promise.resolve().then(function () { return require('./todo-DrME15xq.cjs'); });
17370
17371
  await handleTodoCommand(args.slice(1));
17371
17372
  } catch (error) {
17372
17373
  console.error(JSON.stringify({ error: error instanceof Error ? error.message : "Todo command failed" }));
@@ -17375,7 +17376,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17375
17376
  return;
17376
17377
  } else if (subcommand === "teams") {
17377
17378
  try {
17378
- const { handleTeamsCommand } = await Promise.resolve().then(function () { return require('./teams-C2MfKWFe.cjs'); });
17379
+ const { handleTeamsCommand } = await Promise.resolve().then(function () { return require('./teams-CwXEJs9I.cjs'); });
17379
17380
  await handleTeamsCommand(args.slice(1));
17380
17381
  } catch (error) {
17381
17382
  console.error(error instanceof Error ? error.message : "Teams command failed");
@@ -17384,7 +17385,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17384
17385
  return;
17385
17386
  } else if (subcommand === "mcp" && args.length === 1) {
17386
17387
  try {
17387
- const { handleMcpCommand } = await Promise.resolve().then(function () { return require('./mcp-BZ3iYnBc.cjs'); });
17388
+ const { handleMcpCommand } = await Promise.resolve().then(function () { return require('./mcp-Bc_mmJt8.cjs'); });
17388
17389
  await handleMcpCommand();
17389
17390
  } catch (error) {
17390
17391
  process.stderr.write(`[very-happy mcp] Fatal: ${error instanceof Error ? error.message : String(error)}
@@ -1,12 +1,12 @@
1
- import { D as DefaultTransport, A as AcpBackend } from './AcpBackend-B9_vB_mY.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-B9_vB_mY.mjs';
3
- import { c as configuration, g as readSettings, i as encodeBase64, l as logger } from './limits-D2XM3dvN.mjs';
4
- import { A as AcpSessionManager } from './AcpSessionManager-HsxKXreC.mjs';
5
- import { g as connectionState, A as ApiClient, p as projectPath, h as BUILTIN_TODO_DISCOVERY } from './types-Df_vXvzD.mjs';
1
+ import { D as DefaultTransport, A as AcpBackend } from './AcpBackend-D7987ody.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-D7987ody.mjs';
3
+ import { c as configuration, g as readSettings, i as encodeBase64, l as logger } from './limits-BNTLh2lw.mjs';
4
+ import { A as AcpSessionManager } from './AcpSessionManager-BwrjVZyn.mjs';
5
+ import { g as connectionState, A as ApiClient, p as projectPath, h as BUILTIN_TODO_DISCOVERY } from './types-CFs8FmiY.mjs';
6
6
  import { mkdir, chmod, writeFile, rename } from 'node:fs/promises';
7
7
  import { randomUUID } from 'node:crypto';
8
8
  import { join } from 'node:path';
9
- import { P as PI_TEAMS_EXTENSION, n as initialMachineMetadata, o as createSessionMetadata, u as setupOfflineReconnection, v as notifyDaemonSessionStarted, z as StreamRelay, x as MessageQueue2, B as hashObject, C as startHappyServer, E as TitleGenerator, y as registerKillSessionHandler, F as BasePermissionHandler, H as writeSessionModeFile, I as normalizeAcpPermissionMode, J as removeSessionModeFile } from './index-B1qzJIMw.mjs';
9
+ import { P as PI_TEAMS_EXTENSION, n as initialMachineMetadata, o as createSessionMetadata, u as setupOfflineReconnection, v as notifyDaemonSessionStarted, z as StreamRelay, x as MessageQueue2, B as hashObject, C as startHappyServer, E as TitleGenerator, y as registerKillSessionHandler, F as BasePermissionHandler, H as writeSessionModeFile, I as normalizeAcpPermissionMode, J as removeSessionModeFile } from './index-CfM6ewd8.mjs';
10
10
  import 'node:child_process';
11
11
  import '@agentclientprotocol/sdk';
12
12
  import 'node:fs';
@@ -32,7 +32,7 @@ import 'fs';
32
32
  import 'node:readline';
33
33
  import '@anthropic-ai/sandbox-runtime';
34
34
  import 'expo-server-sdk';
35
- import './agentGuidance-CTyzeLCQ.mjs';
35
+ import './agentGuidance-BPGPaNlo.mjs';
36
36
  import 'ink';
37
37
  import 'react';
38
38
  import '@anthropic-ai/claude-agent-sdk';
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var AcpBackend = require('./AcpBackend-Cbykm5Pg.cjs');
4
- var persistence = require('./limits-BDG3QjIB.cjs');
5
- var AcpSessionManager = require('./AcpSessionManager-DGCsNKRd.cjs');
6
- var api = require('./types-BuxqyzYf.cjs');
3
+ var AcpBackend = require('./AcpBackend-BYU6J2n0.cjs');
4
+ var persistence = require('./limits-CrwtFbi8.cjs');
5
+ var AcpSessionManager = require('./AcpSessionManager-artXJgqb.cjs');
6
+ var api = require('./types-DfatCoQL.cjs');
7
7
  var promises = require('node:fs/promises');
8
8
  var node_crypto = require('node:crypto');
9
9
  var path = require('node:path');
10
- var index = require('./index-DgjzHewW.cjs');
10
+ var index = require('./index-D_YVlpsW.cjs');
11
11
  require('node:child_process');
12
12
  require('@agentclientprotocol/sdk');
13
13
  require('node:fs');
@@ -33,7 +33,7 @@ require('fs');
33
33
  require('node:readline');
34
34
  require('@anthropic-ai/sandbox-runtime');
35
35
  require('expo-server-sdk');
36
- require('./agentGuidance-B-CazXmT.cjs');
36
+ require('./agentGuidance-B1xYgHx6.cjs');
37
37
  require('ink');
38
38
  require('react');
39
39
  require('@anthropic-ai/claude-agent-sdk');
package/dist/index.cjs CHANGED
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  require('chalk');
4
- require('./index-DgjzHewW.cjs');
5
- require('./limits-BDG3QjIB.cjs');
4
+ require('./index-D_YVlpsW.cjs');
5
+ require('./limits-CrwtFbi8.cjs');
6
6
  require('zod');
7
- require('./types-BuxqyzYf.cjs');
7
+ require('./types-DfatCoQL.cjs');
8
8
  require('node:child_process');
9
9
  require('node:os');
10
10
  require('node:crypto');
@@ -12,7 +12,7 @@ require('cross-spawn');
12
12
  require('node:path');
13
13
  require('node:readline');
14
14
  require('node:fs');
15
- require('./agentGuidance-B-CazXmT.cjs');
15
+ require('./agentGuidance-B1xYgHx6.cjs');
16
16
  require('node:fs/promises');
17
17
  require('fs/promises');
18
18
  require('ink');