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.
- package/dist/{AcpBackend-CRzu0_1Z.cjs → AcpBackend-Bcmm51Ya.cjs} +2 -2
- package/dist/{AcpBackend-C142vP3p.mjs → AcpBackend-POcimRNQ.mjs} +2 -2
- package/dist/{AcpSessionManager-Ba6WMLXc.cjs → AcpSessionManager-CjrwSZbh.cjs} +1 -1
- package/dist/{AcpSessionManager-CosTbAlR.mjs → AcpSessionManager-D54Juu2-.mjs} +1 -1
- package/dist/{agentGuidance-6yh_wPwD.cjs → agentGuidance-D1tKg2UW.cjs} +1 -1
- package/dist/{agentGuidance-ASxKHxBP.mjs → agentGuidance-DulugsMk.mjs} +1 -1
- package/dist/codex/happyMcpStdioBridge.cjs +2 -2
- package/dist/codex/happyMcpStdioBridge.mjs +2 -2
- package/dist/{config-VqHQ67d8.mjs → config-C1gQprK_.mjs} +4 -4
- package/dist/{config--cxxmkOd.cjs → config-Dr3A4IGp.cjs} +4 -4
- package/dist/{index-8bwU9d-4.cjs → index-B0KIJdSt.cjs} +23 -23
- package/dist/{index-D3vlFjXy.mjs → index-B11rFE7f.mjs} +7 -7
- package/dist/{index-BPVQFcKW.cjs → index-C3JqT3Ql.cjs} +6 -6
- package/dist/{index-vN4Xf0zB.mjs → index-C3agc8KT.mjs} +4 -4
- package/dist/{index-CHI7iTa0.mjs → index-D5MRxCHs.mjs} +19 -19
- package/dist/{index-BqbtKX0T.cjs → index-hGg5G5uO.cjs} +4 -4
- package/dist/index.cjs +4 -4
- package/dist/index.mjs +4 -4
- package/dist/{installTerminalHooks-2POBqVlu.cjs → installTerminalHooks-Culr259-.cjs} +4 -4
- package/dist/{installTerminalHooks-D0YRu_p-.mjs → installTerminalHooks-DfZTXVWO.mjs} +4 -4
- package/dist/lib.cjs +2 -2
- package/dist/lib.mjs +2 -2
- package/dist/{limits-kjHZUlSp.mjs → limits-CAD4UF8w.mjs} +7 -7
- package/dist/{limits-DRrdJ7gr.cjs → limits-CJrrAhB4.cjs} +7 -7
- package/dist/{mcp-C1JQsM1s.cjs → mcp-5Jf6V4eb.cjs} +4 -4
- package/dist/{mcp-CgjEHlky.mjs → mcp-CdnZbYKV.mjs} +4 -4
- package/dist/{runGemini-DufGnnl2.mjs → runGemini-CwWEorS7.mjs} +6 -6
- package/dist/{runGemini-B9Rc-H0G.cjs → runGemini-GjBPzXEt.cjs} +6 -6
- package/dist/{runOpenClaw-DAl2nnjB.mjs → runOpenClaw-BZHHy9T7.mjs} +5 -5
- package/dist/{runOpenClaw-BsRRKDvF.cjs → runOpenClaw-DGe5c571.cjs} +5 -5
- package/dist/{send-BHquPaeG.mjs → send-BN2PncAH.mjs} +4 -4
- package/dist/{send-DP6n2J9x.cjs → send-teYpfTtw.cjs} +4 -4
- package/dist/{sessions-BtrLzv5U.mjs → sessions-TLUfYdLX.mjs} +4 -4
- package/dist/{sessions-Q4BR02dG.cjs → sessions-qP1YUf5E.cjs} +4 -4
- package/dist/{spawn-DuQXydqI.mjs → spawn-D3P8wJ_r.mjs} +4 -4
- package/dist/{spawn-CMjhlwlD.cjs → spawn-GekaZ7h2.cjs} +4 -4
- package/dist/{teams-CkdUH10-.cjs → teams-BSqAW2S5.cjs} +4 -4
- package/dist/{teams-D5HxnyaW.mjs → teams-WSjEXh4d.mjs} +4 -4
- package/dist/{todo-BiLIZH4t.mjs → todo-BblDgT77.mjs} +3 -3
- package/dist/{todo-CaYedmtq.cjs → todo-DsnXWl77.cjs} +3 -3
- package/dist/{types-BKrZubg8.mjs → types-B8g_V-LQ.mjs} +19 -5
- package/dist/{types-DbBPNIwf.cjs → types-BAhQF6Xp.cjs} +20 -6
- 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-
|
|
7
|
-
var api = require('./types-
|
|
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-
|
|
5
|
-
import { d as contentLogMetadata, e as errorLogMetadata, h as delay } from './types-
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { createId } from '@paralleldrive/cuid2';
|
|
2
|
-
import { s as streamKeyOf, c as createEnvelope } from './types-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
6
|
-
import { j as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-
|
|
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-
|
|
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-
|
|
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-
|
|
8
|
-
var index = require('./index-
|
|
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-
|
|
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-
|
|
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-
|
|
7
|
-
var persistence = require('./limits-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
17738
|
-
const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await Promise.resolve().then(function () { return require('./limits-
|
|
17739
|
-
const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./types-
|
|
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
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
3
|
-
import { c as configuration, g as readSettings, i as encodeBase64, l as logger } from './limits-
|
|
4
|
-
import { A as AcpSessionManager } from './AcpSessionManager-
|
|
5
|
-
import { f as connectionState, A as ApiClient, p as projectPath, g as BUILTIN_TODO_DISCOVERY } from './types-
|
|
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-
|
|
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-
|
|
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-
|
|
4
|
-
var persistence = require('./limits-
|
|
5
|
-
var AcpSessionManager = require('./AcpSessionManager-
|
|
6
|
-
var api = require('./types-
|
|
7
|
-
var index = require('./index-
|
|
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-
|
|
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-
|
|
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-
|
|
6
|
+
import './types-B8g_V-LQ.mjs';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import './limits-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
17716
|
-
const { readCredentialsForConfiguredRelay: readCredentialsForConfiguredRelay2 } = await import('./limits-
|
|
17717
|
-
const { ApiClient: ApiClient2 } = await import('./types-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
8
|
+
require('./types-BAhQF6Xp.cjs');
|
|
9
9
|
require('axios');
|
|
10
|
-
require('./limits-
|
|
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-
|
|
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-
|
|
5
|
-
require('./limits-
|
|
4
|
+
require('./index-B0KIJdSt.cjs');
|
|
5
|
+
require('./limits-CJrrAhB4.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('./types-
|
|
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-
|
|
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-
|
|
3
|
-
import './limits-
|
|
2
|
+
import './index-D5MRxCHs.mjs';
|
|
3
|
+
import './limits-CAD4UF8w.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import './types-
|
|
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-
|
|
13
|
+
import './agentGuidance-DulugsMk.mjs';
|
|
14
14
|
import 'node:fs/promises';
|
|
15
15
|
import 'fs/promises';
|
|
16
16
|
import 'ink';
|