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