very-happy-cli 0.2.136 → 0.2.137

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-CRzu0_1Z.cjs → AcpBackend-Bcmm51Ya.cjs} +2 -2
  2. package/dist/{AcpBackend-C142vP3p.mjs → AcpBackend-POcimRNQ.mjs} +2 -2
  3. package/dist/{AcpSessionManager-Ba6WMLXc.cjs → AcpSessionManager-CjrwSZbh.cjs} +1 -1
  4. package/dist/{AcpSessionManager-CosTbAlR.mjs → AcpSessionManager-D54Juu2-.mjs} +1 -1
  5. package/dist/{agentGuidance-6yh_wPwD.cjs → agentGuidance-D1tKg2UW.cjs} +1 -1
  6. package/dist/{agentGuidance-ASxKHxBP.mjs → agentGuidance-DulugsMk.mjs} +1 -1
  7. package/dist/codex/happyMcpStdioBridge.cjs +2 -2
  8. package/dist/codex/happyMcpStdioBridge.mjs +2 -2
  9. package/dist/{config-VqHQ67d8.mjs → config-C1gQprK_.mjs} +4 -4
  10. package/dist/{config--cxxmkOd.cjs → config-Dr3A4IGp.cjs} +4 -4
  11. package/dist/{index-8bwU9d-4.cjs → index-B0KIJdSt.cjs} +23 -23
  12. package/dist/{index-D3vlFjXy.mjs → index-B11rFE7f.mjs} +7 -7
  13. package/dist/{index-BPVQFcKW.cjs → index-C3JqT3Ql.cjs} +6 -6
  14. package/dist/{index-vN4Xf0zB.mjs → index-C3agc8KT.mjs} +4 -4
  15. package/dist/{index-CHI7iTa0.mjs → index-D5MRxCHs.mjs} +19 -19
  16. package/dist/{index-BqbtKX0T.cjs → index-hGg5G5uO.cjs} +4 -4
  17. package/dist/index.cjs +4 -4
  18. package/dist/index.mjs +4 -4
  19. package/dist/{installTerminalHooks-2POBqVlu.cjs → installTerminalHooks-Culr259-.cjs} +4 -4
  20. package/dist/{installTerminalHooks-D0YRu_p-.mjs → installTerminalHooks-DfZTXVWO.mjs} +4 -4
  21. package/dist/lib.cjs +2 -2
  22. package/dist/lib.mjs +2 -2
  23. package/dist/{limits-kjHZUlSp.mjs → limits-CAD4UF8w.mjs} +7 -7
  24. package/dist/{limits-DRrdJ7gr.cjs → limits-CJrrAhB4.cjs} +7 -7
  25. package/dist/{mcp-C1JQsM1s.cjs → mcp-5Jf6V4eb.cjs} +4 -4
  26. package/dist/{mcp-CgjEHlky.mjs → mcp-CdnZbYKV.mjs} +4 -4
  27. package/dist/{runGemini-DufGnnl2.mjs → runGemini-CwWEorS7.mjs} +6 -6
  28. package/dist/{runGemini-B9Rc-H0G.cjs → runGemini-GjBPzXEt.cjs} +6 -6
  29. package/dist/{runOpenClaw-DAl2nnjB.mjs → runOpenClaw-BZHHy9T7.mjs} +5 -5
  30. package/dist/{runOpenClaw-BsRRKDvF.cjs → runOpenClaw-DGe5c571.cjs} +5 -5
  31. package/dist/{send-BHquPaeG.mjs → send-BN2PncAH.mjs} +4 -4
  32. package/dist/{send-DP6n2J9x.cjs → send-teYpfTtw.cjs} +4 -4
  33. package/dist/{sessions-BtrLzv5U.mjs → sessions-TLUfYdLX.mjs} +4 -4
  34. package/dist/{sessions-Q4BR02dG.cjs → sessions-qP1YUf5E.cjs} +4 -4
  35. package/dist/{spawn-DuQXydqI.mjs → spawn-D3P8wJ_r.mjs} +4 -4
  36. package/dist/{spawn-CMjhlwlD.cjs → spawn-GekaZ7h2.cjs} +4 -4
  37. package/dist/{teams-CkdUH10-.cjs → teams-BSqAW2S5.cjs} +4 -4
  38. package/dist/{teams-D5HxnyaW.mjs → teams-WSjEXh4d.mjs} +4 -4
  39. package/dist/{todo-BiLIZH4t.mjs → todo-BblDgT77.mjs} +3 -3
  40. package/dist/{todo-CaYedmtq.cjs → todo-DsnXWl77.cjs} +3 -3
  41. package/dist/{types-BKrZubg8.mjs → types-B8g_V-LQ.mjs} +19 -5
  42. package/dist/{types-DbBPNIwf.cjs → types-BAhQF6Xp.cjs} +20 -6
  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-DRrdJ7gr.cjs');
7
- var api = require('./types-DbBPNIwf.cjs');
6
+ var persistence = require('./limits-CJrrAhB4.cjs');
7
+ var api = require('./types-BAhQF6Xp.cjs');
8
8
 
9
9
  function acpImageBlocks(attachments, supportsImages) {
10
10
  return attachments.filter((file) => ["image/jpeg", "image/png", "image/gif", "image/webp"].includes(file.mimeType)).map((file) => {
@@ -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-kjHZUlSp.mjs';
5
- import { d as contentLogMetadata, e as errorLogMetadata, h as delay } from './types-BKrZubg8.mjs';
4
+ import { l as logger, p as packageJson } from './limits-CAD4UF8w.mjs';
5
+ import { d as contentLogMetadata, e as errorLogMetadata, h as delay } from './types-B8g_V-LQ.mjs';
6
6
 
7
7
  function acpImageBlocks(attachments, supportsImages) {
8
8
  return attachments.filter((file) => ["image/jpeg", "image/png", "image/gif", "image/webp"].includes(file.mimeType)).map((file) => {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var cuid2 = require('@paralleldrive/cuid2');
4
- var api = require('./types-DbBPNIwf.cjs');
4
+ var api = require('./types-BAhQF6Xp.cjs');
5
5
 
6
6
  function turnOptions(turnId, time) {
7
7
  return turnId ? { turn: turnId, time } : { time };
@@ -1,5 +1,5 @@
1
1
  import { createId } from '@paralleldrive/cuid2';
2
- import { s as streamKeyOf, c as createEnvelope } from './types-BKrZubg8.mjs';
2
+ import { s as streamKeyOf, c as createEnvelope } from './types-B8g_V-LQ.mjs';
3
3
 
4
4
  function turnOptions(turnId, time) {
5
5
  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-DRrdJ7gr.cjs');
5
+ var persistence = require('./limits-CJrrAhB4.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-kjHZUlSp.mjs';
3
+ import { n as normalizeHttpEndpoint, c as configuration, g as readSettings, r as readPersistedSessions, d as readCredentialsForConfiguredRelay } from './limits-CAD4UF8w.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-6yh_wPwD.cjs');
3
+ var agentGuidance = require('../agentGuidance-D1tKg2UW.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-DRrdJ7gr.cjs');
9
+ var persistence = require('../limits-CJrrAhB4.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-ASxKHxBP.mjs';
1
+ import { P as PREVIEW_TOOL_NAME, a as PREVIEW_TOOL_TITLE, b as PREVIEW_TOOL_DESCRIPTION, r as registerTeamsTools } from '../agentGuidance-DulugsMk.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-kjHZUlSp.mjs';
7
+ import { C as CLIPBOARD_TOOL_NAME, a as CLIPBOARD_TOOL_TITLE, b as CLIPBOARD_TOOL_DESCRIPTION } from '../limits-CAD4UF8w.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-kjHZUlSp.mjs';
6
- import { j as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-CHI7iTa0.mjs';
5
+ import { l as logger } from './limits-CAD4UF8w.mjs';
6
+ import { j as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-D5MRxCHs.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-BKrZubg8.mjs';
16
+ import './types-B8g_V-LQ.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-ASxKHxBP.mjs';
31
+ import './agentGuidance-DulugsMk.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-DRrdJ7gr.cjs');
8
- var index = require('./index-8bwU9d-4.cjs');
7
+ var persistence = require('./limits-CJrrAhB4.cjs');
8
+ var index = require('./index-B0KIJdSt.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-DbBPNIwf.cjs');
18
+ require('./types-BAhQF6Xp.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-6yh_wPwD.cjs');
33
+ require('./agentGuidance-D1tKg2UW.cjs');
34
34
  require('ink');
35
35
  require('react');
36
36
  require('@anthropic-ai/claude-agent-sdk');
@@ -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-DbBPNIwf.cjs');
7
- var persistence = require('./limits-DRrdJ7gr.cjs');
6
+ var api = require('./types-BAhQF6Xp.cjs');
7
+ var persistence = require('./limits-CJrrAhB4.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-6yh_wPwD.cjs');
12
+ var agentGuidance = require('./agentGuidance-D1tKg2UW.cjs');
13
13
  var promises = require('node:fs/promises');
14
14
  var fs = require('fs/promises');
15
15
  var ink = require('ink');
@@ -8055,7 +8055,7 @@ function parseJsonObject(text) {
8055
8055
  return null;
8056
8056
  }
8057
8057
  }
8058
- 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-8bwU9d-4.cjs', document.baseURI).href))).resolve(s)) {
8058
+ 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-B0KIJdSt.cjs', document.baseURI).href))).resolve(s)) {
8059
8059
  const platformArch = `${platform}-${arch}`;
8060
8060
  const candidates = [
8061
8061
  `@anthropic-ai/claude-agent-sdk-${platformArch}/claude`,
@@ -12498,7 +12498,7 @@ function registerSideQuestionHandler(rpc, deps) {
12498
12498
  const retainMs = deps.retainMs ?? SIDE_QUESTION_RETAIN_MS;
12499
12499
  const maxRunMs = deps.maxRunMs ?? SIDE_QUESTION_MAX_RUN_MS;
12500
12500
  const run = deps.run ?? (async (input) => {
12501
- const { query } = await Promise.resolve().then(function () { return require('./index-BqbtKX0T.cjs'); });
12501
+ const { query } = await Promise.resolve().then(function () { return require('./index-hGg5G5uO.cjs'); });
12502
12502
  return runSideQuestion(query, input);
12503
12503
  });
12504
12504
  const slots = /* @__PURE__ */ new Map();
@@ -12600,7 +12600,7 @@ const MAX_TITLE_CHARS = 60;
12600
12600
  const GENERATION_TIMEOUT_MS = 3e4;
12601
12601
  function resolveClaudeBinary() {
12602
12602
  try {
12603
- 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-8bwU9d-4.cjs', document.baseURI).href)));
12603
+ 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-B0KIJdSt.cjs', document.baseURI).href)));
12604
12604
  const utilsPath = path.resolve(path.join(api.projectPath(), "scripts", "claude_version_utils.cjs"));
12605
12605
  const { getClaudeCliPath } = require$1(utilsPath);
12606
12606
  const path$1 = getClaudeCliPath();
@@ -14826,9 +14826,9 @@ function resolveLocalSignupBootstrap(configuredMode, configuredInviteCodes, gene
14826
14826
  };
14827
14827
  }
14828
14828
 
14829
- 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-8bwU9d-4.cjs', document.baseURI).href)));
14829
+ 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-B0KIJdSt.cjs', document.baseURI).href)));
14830
14830
  const __dirname$1 = path.dirname(__filename$1);
14831
- const require_ = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-8bwU9d-4.cjs', document.baseURI).href)));
14831
+ const require_ = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-B0KIJdSt.cjs', document.baseURI).href)));
14832
14832
  const PRISMA_QUERY_ENGINE_FILES = {
14833
14833
  "arm64-darwin": "libquery_engine-darwin-arm64.dylib.node",
14834
14834
  "x64-darwin": "libquery_engine-darwin.dylib.node",
@@ -17587,7 +17587,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17587
17587
  process.exit(0);
17588
17588
  } else if (subcommand === "install-terminal-hooks") {
17589
17589
  try {
17590
- const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await Promise.resolve().then(function () { return require('./installTerminalHooks-2POBqVlu.cjs'); });
17590
+ const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await Promise.resolve().then(function () { return require('./installTerminalHooks-Culr259-.cjs'); });
17591
17591
  const command = parseTerminalHooksArgs(args.slice(1));
17592
17592
  if (command.action === "help") {
17593
17593
  console.log(TERMINAL_HOOKS_HELP);
@@ -17604,7 +17604,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17604
17604
  }
17605
17605
  } else if (subcommand === "spawn") {
17606
17606
  try {
17607
- const { handleSpawnCommand } = await Promise.resolve().then(function () { return require('./spawn-CMjhlwlD.cjs'); });
17607
+ const { handleSpawnCommand } = await Promise.resolve().then(function () { return require('./spawn-GekaZ7h2.cjs'); });
17608
17608
  await handleSpawnCommand(args.slice(1));
17609
17609
  } catch (error) {
17610
17610
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17616,7 +17616,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17616
17616
  return;
17617
17617
  } else if (subcommand === "sessions") {
17618
17618
  try {
17619
- const { handleSessionsCommand } = await Promise.resolve().then(function () { return require('./sessions-Q4BR02dG.cjs'); });
17619
+ const { handleSessionsCommand } = await Promise.resolve().then(function () { return require('./sessions-qP1YUf5E.cjs'); });
17620
17620
  await handleSessionsCommand(args.slice(1));
17621
17621
  } catch (error) {
17622
17622
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17628,7 +17628,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17628
17628
  return;
17629
17629
  } else if (subcommand === "send") {
17630
17630
  try {
17631
- const { handleSendCommand } = await Promise.resolve().then(function () { return require('./send-DP6n2J9x.cjs'); });
17631
+ const { handleSendCommand } = await Promise.resolve().then(function () { return require('./send-teYpfTtw.cjs'); });
17632
17632
  await handleSendCommand(args.slice(1));
17633
17633
  } catch (error) {
17634
17634
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17734,9 +17734,9 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17734
17734
  if (geminiSubcommand === "project" && args[2] === "set" && args[3]) {
17735
17735
  const projectId = args[3];
17736
17736
  try {
17737
- const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return require('./config--cxxmkOd.cjs'); });
17738
- const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await Promise.resolve().then(function () { return require('./limits-DRrdJ7gr.cjs'); }).then(function (n) { return n.persistence; });
17739
- const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./types-DbBPNIwf.cjs'); }).then(function (n) { return n.api; });
17737
+ const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return require('./config-Dr3A4IGp.cjs'); });
17738
+ const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await Promise.resolve().then(function () { return require('./limits-CJrrAhB4.cjs'); }).then(function (n) { return n.persistence; });
17739
+ const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./types-BAhQF6Xp.cjs'); }).then(function (n) { return n.api; });
17740
17740
  let userEmail = void 0;
17741
17741
  try {
17742
17742
  const credentials = await readCredentialsForConfiguredRelay2();
@@ -17767,7 +17767,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17767
17767
  }
17768
17768
  if (geminiSubcommand === "project" && args[2] === "get") {
17769
17769
  try {
17770
- const { readGeminiLocalConfig } = await Promise.resolve().then(function () { return require('./config--cxxmkOd.cjs'); });
17770
+ const { readGeminiLocalConfig } = await Promise.resolve().then(function () { return require('./config-Dr3A4IGp.cjs'); });
17771
17771
  const config = readGeminiLocalConfig();
17772
17772
  if (config.googleCloudProject) {
17773
17773
  console.log(`Current Google Cloud Project: ${config.googleCloudProject}`);
@@ -17807,7 +17807,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17807
17807
  process.exit(0);
17808
17808
  }
17809
17809
  try {
17810
- const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-B9Rc-H0G.cjs'); });
17810
+ const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-GjBPzXEt.cjs'); });
17811
17811
  let startedBy = void 0;
17812
17812
  for (let i = 1; i < args.length; i++) {
17813
17813
  if (args[i] === "--started-by") {
@@ -17837,7 +17837,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17837
17837
  }
17838
17838
  };
17839
17839
  try {
17840
- const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-BPVQFcKW.cjs'); });
17840
+ const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-C3JqT3Ql.cjs'); });
17841
17841
  const parsed = parsePiRunnerArgs(args.slice(1));
17842
17842
  const resolved = resolveAcpAgentConfig(["pi", ...parsed.passthrough]);
17843
17843
  const { credentials } = await authAndSetupMachineIfNeeded();
@@ -17865,7 +17865,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17865
17865
  return;
17866
17866
  } else if (subcommand === "acp") {
17867
17867
  try {
17868
- const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-BPVQFcKW.cjs'); });
17868
+ const { runAcp, resolveAcpAgentConfig } = await Promise.resolve().then(function () { return require('./index-C3JqT3Ql.cjs'); });
17869
17869
  let startedBy = void 0;
17870
17870
  let verbose = false;
17871
17871
  const acpArgs = [];
@@ -17905,7 +17905,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17905
17905
  return;
17906
17906
  } else if (subcommand === "openclaw") {
17907
17907
  try {
17908
- const { runOpenClaw } = await Promise.resolve().then(function () { return require('./runOpenClaw-BsRRKDvF.cjs'); });
17908
+ const { runOpenClaw } = await Promise.resolve().then(function () { return require('./runOpenClaw-DGe5c571.cjs'); });
17909
17909
  let startedBy = void 0;
17910
17910
  let verbose = false;
17911
17911
  let gatewayUrl;
@@ -17956,7 +17956,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17956
17956
  return;
17957
17957
  } else if (subcommand === "todo") {
17958
17958
  try {
17959
- const { handleTodoCommand } = await Promise.resolve().then(function () { return require('./todo-CaYedmtq.cjs'); });
17959
+ const { handleTodoCommand } = await Promise.resolve().then(function () { return require('./todo-DsnXWl77.cjs'); });
17960
17960
  await handleTodoCommand(args.slice(1));
17961
17961
  } catch (error) {
17962
17962
  console.error(JSON.stringify({ error: error instanceof Error ? error.message : "Todo command failed" }));
@@ -17965,7 +17965,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17965
17965
  return;
17966
17966
  } else if (subcommand === "teams") {
17967
17967
  try {
17968
- const { handleTeamsCommand } = await Promise.resolve().then(function () { return require('./teams-CkdUH10-.cjs'); });
17968
+ const { handleTeamsCommand } = await Promise.resolve().then(function () { return require('./teams-BSqAW2S5.cjs'); });
17969
17969
  await handleTeamsCommand(args.slice(1));
17970
17970
  } catch (error) {
17971
17971
  console.error(error instanceof Error ? error.message : "Teams command failed");
@@ -17974,7 +17974,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17974
17974
  return;
17975
17975
  } else if (subcommand === "mcp" && args.length === 1) {
17976
17976
  try {
17977
- const { handleMcpCommand } = await Promise.resolve().then(function () { return require('./mcp-C1JQsM1s.cjs'); });
17977
+ const { handleMcpCommand } = await Promise.resolve().then(function () { return require('./mcp-5Jf6V4eb.cjs'); });
17978
17978
  await handleMcpCommand();
17979
17979
  } catch (error) {
17980
17980
  process.stderr.write(`[very-happy mcp] Fatal: ${error instanceof Error ? error.message : String(error)}
@@ -1,9 +1,9 @@
1
- import { D as DefaultTransport, A as AcpBackend } from './AcpBackend-C142vP3p.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-C142vP3p.mjs';
3
- import { c as configuration, g as readSettings, i as encodeBase64, l as logger } from './limits-kjHZUlSp.mjs';
4
- import { A as AcpSessionManager } from './AcpSessionManager-CosTbAlR.mjs';
5
- import { f as connectionState, A as ApiClient, p as projectPath, g as BUILTIN_TODO_DISCOVERY } from './types-BKrZubg8.mjs';
6
- 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 registerAgentAttachmentDownloads, F as TitleGenerator, y as registerKillSessionHandler, H as CLAUDE_ATTACHMENT_KINDS, I as stageClaudeAttachments, J as appendStagedAttachmentsToPrompt, K as BasePermissionHandler, L as writeSessionModeFile, N as normalizeAcpPermissionMode, O as removeSessionModeFile } from './index-CHI7iTa0.mjs';
1
+ import { D as DefaultTransport, A as AcpBackend } from './AcpBackend-POcimRNQ.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-POcimRNQ.mjs';
3
+ import { c as configuration, g as readSettings, i as encodeBase64, l as logger } from './limits-CAD4UF8w.mjs';
4
+ import { A as AcpSessionManager } from './AcpSessionManager-D54Juu2-.mjs';
5
+ import { f as connectionState, A as ApiClient, p as projectPath, g as BUILTIN_TODO_DISCOVERY } from './types-B8g_V-LQ.mjs';
6
+ 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 registerAgentAttachmentDownloads, F as TitleGenerator, y as registerKillSessionHandler, H as CLAUDE_ATTACHMENT_KINDS, I as stageClaudeAttachments, J as appendStagedAttachmentsToPrompt, K as BasePermissionHandler, L as writeSessionModeFile, N as normalizeAcpPermissionMode, O as removeSessionModeFile } from './index-D5MRxCHs.mjs';
7
7
  import { mkdir, chmod, writeFile, rename } from 'node:fs/promises';
8
8
  import { randomUUID } from 'node:crypto';
9
9
  import { join } from 'node:path';
@@ -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-ASxKHxBP.mjs';
35
+ import './agentGuidance-DulugsMk.mjs';
36
36
  import 'ink';
37
37
  import 'react';
38
38
  import '@anthropic-ai/claude-agent-sdk';
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var AcpBackend = require('./AcpBackend-CRzu0_1Z.cjs');
4
- var persistence = require('./limits-DRrdJ7gr.cjs');
5
- var AcpSessionManager = require('./AcpSessionManager-Ba6WMLXc.cjs');
6
- var api = require('./types-DbBPNIwf.cjs');
7
- var index = require('./index-8bwU9d-4.cjs');
3
+ var AcpBackend = require('./AcpBackend-Bcmm51Ya.cjs');
4
+ var persistence = require('./limits-CJrrAhB4.cjs');
5
+ var AcpSessionManager = require('./AcpSessionManager-CjrwSZbh.cjs');
6
+ var api = require('./types-BAhQF6Xp.cjs');
7
+ var index = require('./index-B0KIJdSt.cjs');
8
8
  var promises = require('node:fs/promises');
9
9
  var node_crypto = require('node:crypto');
10
10
  var path = require('node:path');
@@ -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-6yh_wPwD.cjs');
36
+ require('./agentGuidance-D1tKg2UW.cjs');
37
37
  require('ink');
38
38
  require('react');
39
39
  require('@anthropic-ai/claude-agent-sdk');
@@ -1,11 +1,11 @@
1
- import { q as query } from './index-CHI7iTa0.mjs';
1
+ import { q as query } from './index-D5MRxCHs.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-BKrZubg8.mjs';
6
+ import './types-B8g_V-LQ.mjs';
7
7
  import 'axios';
8
- import './limits-kjHZUlSp.mjs';
8
+ import './limits-CAD4UF8w.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-ASxKHxBP.mjs';
32
+ import './agentGuidance-DulugsMk.mjs';
33
33
  import 'ink';
34
34
  import 'react';
35
35
  import '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, randomInt, randomBytes, createHash as createHash$1, timingSafeEqual } from 'node:crypto';
4
- import { j as getProjectPath, g as BUILTIN_TODO_DISCOVERY, p as projectPath, k as initializeSandbox, w as wrapCommand, d as contentLogMetadata, I as InvalidateSync, R as RawJSONLinesSchema, h 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 AGENT_VERSION_SOURCES, q as isClaudeSessionId, r as getLocalHappyAgentCredentialPath, t as readLocalHappyAgentCredentials, u as parseExactVersion, v as compareExactVersions, x as extractCompleteLines, y as decideBackfill, z as parseTerminalHookPayload, C as tmuxArgs, D as scrubTmuxClientEnv, E as decideMirrorBinding, F as MIRROR_BACKFILL_LINES_DEFAULT, G as mirrorLineKey, H as mirrorLocalId, J as detectCLIAvailability, K as detectResumeSupport, L as summarizeSpawnSessionForLog, N as shellescape, A as ApiClient, O as fetchCliUpdateState, P as resolveCliUpdateCheckInterval, Q as DEFAULT_CLI_UPDATE_CHECK_INTERVAL_MS, i as isValidSessionId, T as listVhTerminals, U as isValidTerminalId, V as readVhTerminal, W as sendToVhTerminal, X as ContextUsageSchema, Y as TITLE_PROMPT_PREFIX, Z as BOARD_ANALYZER_PROMPT_PREFIX, f as connectionState, _ as startOfflineReconnection, c as createEnvelope, $ as CodexAppServerClient } from './types-BKrZubg8.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-kjHZUlSp.mjs';
4
+ import { j as getProjectPath, g as BUILTIN_TODO_DISCOVERY, p as projectPath, k as initializeSandbox, w as wrapCommand, d as contentLogMetadata, I as InvalidateSync, R as RawJSONLinesSchema, h 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 AGENT_VERSION_SOURCES, q as isClaudeSessionId, r as getLocalHappyAgentCredentialPath, t as readLocalHappyAgentCredentials, u as parseExactVersion, v as compareExactVersions, x as extractCompleteLines, y as decideBackfill, z as parseTerminalHookPayload, C as tmuxArgs, D as scrubTmuxClientEnv, E as decideMirrorBinding, F as MIRROR_BACKFILL_LINES_DEFAULT, G as mirrorLineKey, H as mirrorLocalId, J as detectCLIAvailability, K as detectResumeSupport, L as summarizeSpawnSessionForLog, N as shellescape, A as ApiClient, O as fetchCliUpdateState, P as resolveCliUpdateCheckInterval, Q as DEFAULT_CLI_UPDATE_CHECK_INTERVAL_MS, i as isValidSessionId, T as listVhTerminals, U as isValidTerminalId, V as readVhTerminal, W as sendToVhTerminal, X as ContextUsageSchema, Y as TITLE_PROMPT_PREFIX, Z as BOARD_ANALYZER_PROMPT_PREFIX, f as connectionState, _ as startOfflineReconnection, c as createEnvelope, $ as CodexAppServerClient } from './types-B8g_V-LQ.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-CAD4UF8w.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-ASxKHxBP.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-DulugsMk.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';
@@ -12476,7 +12476,7 @@ function registerSideQuestionHandler(rpc, deps) {
12476
12476
  const retainMs = deps.retainMs ?? SIDE_QUESTION_RETAIN_MS;
12477
12477
  const maxRunMs = deps.maxRunMs ?? SIDE_QUESTION_MAX_RUN_MS;
12478
12478
  const run = deps.run ?? (async (input) => {
12479
- const { query } = await import('./index-vN4Xf0zB.mjs');
12479
+ const { query } = await import('./index-C3agc8KT.mjs');
12480
12480
  return runSideQuestion(query, input);
12481
12481
  });
12482
12482
  const slots = /* @__PURE__ */ new Map();
@@ -17565,7 +17565,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17565
17565
  process.exit(0);
17566
17566
  } else if (subcommand === "install-terminal-hooks") {
17567
17567
  try {
17568
- const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await import('./installTerminalHooks-D0YRu_p-.mjs');
17568
+ const { installTerminalHooks, parseTerminalHooksArgs, TERMINAL_HOOKS_HELP } = await import('./installTerminalHooks-DfZTXVWO.mjs');
17569
17569
  const command = parseTerminalHooksArgs(args.slice(1));
17570
17570
  if (command.action === "help") {
17571
17571
  console.log(TERMINAL_HOOKS_HELP);
@@ -17582,7 +17582,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17582
17582
  }
17583
17583
  } else if (subcommand === "spawn") {
17584
17584
  try {
17585
- const { handleSpawnCommand } = await import('./spawn-DuQXydqI.mjs');
17585
+ const { handleSpawnCommand } = await import('./spawn-D3P8wJ_r.mjs');
17586
17586
  await handleSpawnCommand(args.slice(1));
17587
17587
  } catch (error) {
17588
17588
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17594,7 +17594,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17594
17594
  return;
17595
17595
  } else if (subcommand === "sessions") {
17596
17596
  try {
17597
- const { handleSessionsCommand } = await import('./sessions-BtrLzv5U.mjs');
17597
+ const { handleSessionsCommand } = await import('./sessions-TLUfYdLX.mjs');
17598
17598
  await handleSessionsCommand(args.slice(1));
17599
17599
  } catch (error) {
17600
17600
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17606,7 +17606,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17606
17606
  return;
17607
17607
  } else if (subcommand === "send") {
17608
17608
  try {
17609
- const { handleSendCommand } = await import('./send-BHquPaeG.mjs');
17609
+ const { handleSendCommand } = await import('./send-BN2PncAH.mjs');
17610
17610
  await handleSendCommand(args.slice(1));
17611
17611
  } catch (error) {
17612
17612
  console.error(chalk.red("Error:"), error instanceof Error ? error.message : "Unknown error");
@@ -17712,9 +17712,9 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17712
17712
  if (geminiSubcommand === "project" && args[2] === "set" && args[3]) {
17713
17713
  const projectId = args[3];
17714
17714
  try {
17715
- const { saveGoogleCloudProjectToConfig } = await import('./config-VqHQ67d8.mjs');
17716
- const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await import('./limits-kjHZUlSp.mjs').then(function (n) { return n.W; });
17717
- const { ApiClient: ApiClient2 } = await import('./types-BKrZubg8.mjs').then(function (n) { return n.a0; });
17715
+ const { saveGoogleCloudProjectToConfig } = await import('./config-C1gQprK_.mjs');
17716
+ const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await import('./limits-CAD4UF8w.mjs').then(function (n) { return n.W; });
17717
+ const { ApiClient: ApiClient2 } = await import('./types-B8g_V-LQ.mjs').then(function (n) { return n.a0; });
17718
17718
  let userEmail = void 0;
17719
17719
  try {
17720
17720
  const credentials = await readCredentialsForConfiguredRelay2();
@@ -17745,7 +17745,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17745
17745
  }
17746
17746
  if (geminiSubcommand === "project" && args[2] === "get") {
17747
17747
  try {
17748
- const { readGeminiLocalConfig } = await import('./config-VqHQ67d8.mjs');
17748
+ const { readGeminiLocalConfig } = await import('./config-C1gQprK_.mjs');
17749
17749
  const config = readGeminiLocalConfig();
17750
17750
  if (config.googleCloudProject) {
17751
17751
  console.log(`Current Google Cloud Project: ${config.googleCloudProject}`);
@@ -17785,7 +17785,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17785
17785
  process.exit(0);
17786
17786
  }
17787
17787
  try {
17788
- const { runGemini } = await import('./runGemini-DufGnnl2.mjs');
17788
+ const { runGemini } = await import('./runGemini-CwWEorS7.mjs');
17789
17789
  let startedBy = void 0;
17790
17790
  for (let i = 1; i < args.length; i++) {
17791
17791
  if (args[i] === "--started-by") {
@@ -17815,7 +17815,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17815
17815
  }
17816
17816
  };
17817
17817
  try {
17818
- const { runAcp, resolveAcpAgentConfig } = await import('./index-D3vlFjXy.mjs');
17818
+ const { runAcp, resolveAcpAgentConfig } = await import('./index-B11rFE7f.mjs');
17819
17819
  const parsed = parsePiRunnerArgs(args.slice(1));
17820
17820
  const resolved = resolveAcpAgentConfig(["pi", ...parsed.passthrough]);
17821
17821
  const { credentials } = await authAndSetupMachineIfNeeded();
@@ -17843,7 +17843,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17843
17843
  return;
17844
17844
  } else if (subcommand === "acp") {
17845
17845
  try {
17846
- const { runAcp, resolveAcpAgentConfig } = await import('./index-D3vlFjXy.mjs');
17846
+ const { runAcp, resolveAcpAgentConfig } = await import('./index-B11rFE7f.mjs');
17847
17847
  let startedBy = void 0;
17848
17848
  let verbose = false;
17849
17849
  const acpArgs = [];
@@ -17883,7 +17883,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17883
17883
  return;
17884
17884
  } else if (subcommand === "openclaw") {
17885
17885
  try {
17886
- const { runOpenClaw } = await import('./runOpenClaw-DAl2nnjB.mjs');
17886
+ const { runOpenClaw } = await import('./runOpenClaw-BZHHy9T7.mjs');
17887
17887
  let startedBy = void 0;
17888
17888
  let verbose = false;
17889
17889
  let gatewayUrl;
@@ -17934,7 +17934,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17934
17934
  return;
17935
17935
  } else if (subcommand === "todo") {
17936
17936
  try {
17937
- const { handleTodoCommand } = await import('./todo-BiLIZH4t.mjs');
17937
+ const { handleTodoCommand } = await import('./todo-BblDgT77.mjs');
17938
17938
  await handleTodoCommand(args.slice(1));
17939
17939
  } catch (error) {
17940
17940
  console.error(JSON.stringify({ error: error instanceof Error ? error.message : "Todo command failed" }));
@@ -17943,7 +17943,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17943
17943
  return;
17944
17944
  } else if (subcommand === "teams") {
17945
17945
  try {
17946
- const { handleTeamsCommand } = await import('./teams-D5HxnyaW.mjs');
17946
+ const { handleTeamsCommand } = await import('./teams-WSjEXh4d.mjs');
17947
17947
  await handleTeamsCommand(args.slice(1));
17948
17948
  } catch (error) {
17949
17949
  console.error(error instanceof Error ? error.message : "Teams command failed");
@@ -17952,7 +17952,7 @@ Conversation history is preserved on the server, but in-flight tool calls are in
17952
17952
  return;
17953
17953
  } else if (subcommand === "mcp" && args.length === 1) {
17954
17954
  try {
17955
- const { handleMcpCommand } = await import('./mcp-CgjEHlky.mjs');
17955
+ const { handleMcpCommand } = await import('./mcp-CdnZbYKV.mjs');
17956
17956
  await handleMcpCommand();
17957
17957
  } catch (error) {
17958
17958
  process.stderr.write(`[very-happy mcp] Fatal: ${error instanceof Error ? error.message : String(error)}
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-8bwU9d-4.cjs');
3
+ var index = require('./index-B0KIJdSt.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-DbBPNIwf.cjs');
8
+ require('./types-BAhQF6Xp.cjs');
9
9
  require('axios');
10
- require('./limits-DRrdJ7gr.cjs');
10
+ require('./limits-CJrrAhB4.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-6yh_wPwD.cjs');
34
+ require('./agentGuidance-D1tKg2UW.cjs');
35
35
  require('ink');
36
36
  require('react');
37
37
  require('ps-list');
package/dist/index.cjs CHANGED
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  require('chalk');
4
- require('./index-8bwU9d-4.cjs');
5
- require('./limits-DRrdJ7gr.cjs');
4
+ require('./index-B0KIJdSt.cjs');
5
+ require('./limits-CJrrAhB4.cjs');
6
6
  require('zod');
7
- require('./types-DbBPNIwf.cjs');
7
+ require('./types-BAhQF6Xp.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-6yh_wPwD.cjs');
15
+ require('./agentGuidance-D1tKg2UW.cjs');
16
16
  require('node:fs/promises');
17
17
  require('fs/promises');
18
18
  require('ink');
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import 'chalk';
2
- import './index-CHI7iTa0.mjs';
3
- import './limits-kjHZUlSp.mjs';
2
+ import './index-D5MRxCHs.mjs';
3
+ import './limits-CAD4UF8w.mjs';
4
4
  import 'zod';
5
- import './types-BKrZubg8.mjs';
5
+ import './types-B8g_V-LQ.mjs';
6
6
  import 'node:child_process';
7
7
  import 'node:os';
8
8
  import 'node:crypto';
@@ -10,7 +10,7 @@ import 'cross-spawn';
10
10
  import 'node:path';
11
11
  import 'node:readline';
12
12
  import 'node:fs';
13
- import './agentGuidance-ASxKHxBP.mjs';
13
+ import './agentGuidance-DulugsMk.mjs';
14
14
  import 'node:fs/promises';
15
15
  import 'fs/promises';
16
16
  import 'ink';