very-happy-cli 0.2.122 → 0.2.124
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-pgDnK76l.mjs → AcpBackend-CT9TOBEM.mjs} +1 -1
- package/dist/{AcpBackend-YPVwACkW.cjs → AcpBackend-au0veuIF.cjs} +1 -1
- package/dist/{AcpSessionManager-6rypahwH.cjs → AcpSessionManager-BCWeBKDd.cjs} +1 -1
- package/dist/{AcpSessionManager-Bq5Tiky1.mjs → AcpSessionManager-p1tj7FxF.mjs} +1 -1
- package/dist/{config-BTEW041n.mjs → config-DwMic6AC.mjs} +2 -2
- package/dist/{config-rQdv_Yr0.cjs → config-GzzqE5Ev.cjs} +2 -2
- package/dist/{index-CaIsj1q7.mjs → index-B3-daYaX.mjs} +2 -2
- package/dist/{index-BeHr5uMY.mjs → index-Ba6Fu6MJ.mjs} +5 -5
- package/dist/{index-BHg0P9cY.cjs → index-C69uF6Up.cjs} +2 -2
- package/dist/{index-DKRU6E-x.cjs → index-DI_VC3vJ.cjs} +390 -190
- package/dist/{index-uPpFZhhr.cjs → index-DgN9P02i.cjs} +4 -4
- package/dist/{index-BTnlYGaP.mjs → index-SQKnWyz-.mjs} +388 -188
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/{installTerminalHooks-CGqopr1A.cjs → installTerminalHooks-CvMt8cBI.cjs} +2 -2
- package/dist/{installTerminalHooks-DFmKhCto.mjs → installTerminalHooks-Df4hzzdM.mjs} +2 -2
- package/dist/lib.cjs +1 -1
- package/dist/lib.d.cts +7 -0
- package/dist/lib.d.mts +7 -0
- package/dist/lib.mjs +1 -1
- package/dist/{mcp-DnKBKXYa.mjs → mcp-C0oW5u-b.mjs} +2 -2
- package/dist/{mcp-FlbfMw6_.cjs → mcp-DnyLwSPq.cjs} +2 -2
- package/dist/{runGemini-DYawZQTu.cjs → runGemini-_FHrxuHN.cjs} +4 -4
- package/dist/{runGemini-BsfadDSa.mjs → runGemini-mqLjz-M7.mjs} +4 -4
- package/dist/{runOpenClaw-xGtbJ7f8.mjs → runOpenClaw-Bs03yQHe.mjs} +3 -3
- package/dist/{runOpenClaw-C2XjFP2m.cjs → runOpenClaw-C5VZQ6Na.cjs} +3 -3
- package/dist/{send-B0Wojz18.cjs → send-BD2gTVoP.cjs} +2 -2
- package/dist/{send-DRZppEr2.mjs → send-BaLjQPZQ.mjs} +2 -2
- package/dist/{sessions-CTuUV0TW.cjs → sessions-B108j_Xj.cjs} +2 -2
- package/dist/{sessions-BuMgxuxd.mjs → sessions-ggBePfSY.mjs} +2 -2
- package/dist/{spawn-BRdfNDsu.mjs → spawn-CORFRb9D.mjs} +2 -2
- package/dist/{spawn-7U_4QTHw.cjs → spawn-iI8w8sD7.cjs} +2 -2
- package/dist/{types-Jag0GwhO.cjs → types-CZIwVSN2.cjs} +138 -14
- package/dist/{types-q7wtjfxb.mjs → types-gDOmwOKw.mjs} +137 -14
- 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, g as contentLogMetadata, h as errorLogMetadata, j as packageJson, k as delay } from './types-
|
|
4
|
+
import { l as logger, g as contentLogMetadata, h as errorLogMetadata, j as packageJson, k as delay } from './types-gDOmwOKw.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-CZIwVSN2.cjs');
|
|
7
7
|
|
|
8
8
|
const DEFAULT_TIMEOUTS = {
|
|
9
9
|
/** Default initialization timeout: 60 seconds */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createId } from '@paralleldrive/cuid2';
|
|
2
|
-
import { s as streamKeyOf, b as createEnvelope } from './types-
|
|
2
|
+
import { s as streamKeyOf, b as createEnvelope } from './types-gDOmwOKw.mjs';
|
|
3
3
|
|
|
4
4
|
function turnOptions(turnId, time) {
|
|
5
5
|
return turnId ? { turn: turnId, time } : { time };
|
|
@@ -2,8 +2,8 @@ import { existsSync, readFileSync, mkdirSync, writeFileSync } from 'fs';
|
|
|
2
2
|
import { join } from 'path';
|
|
3
3
|
import { homedir } from 'os';
|
|
4
4
|
import { execSync } from 'child_process';
|
|
5
|
-
import { l as logger } from './types-
|
|
6
|
-
import { j as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-
|
|
5
|
+
import { l as logger } from './types-gDOmwOKw.mjs';
|
|
6
|
+
import { j as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-SQKnWyz-.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-CZIwVSN2.cjs');
|
|
8
|
+
var index = require('./index-DI_VC3vJ.cjs');
|
|
9
9
|
require('axios');
|
|
10
10
|
require('chalk');
|
|
11
11
|
require('node:util');
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { q as query } from './index-
|
|
1
|
+
import { q as query } from './index-SQKnWyz-.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-gDOmwOKw.mjs';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'node:util';
|
|
9
9
|
import 'node:fs';
|
|
@@ -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 { d as connectionState, A as ApiClient, e as readSettings, f 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-CT9TOBEM.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-CT9TOBEM.mjs';
|
|
3
|
+
import { d as connectionState, A as ApiClient, e as readSettings, f as encodeBase64, l as logger, p as projectPath } from './types-gDOmwOKw.mjs';
|
|
4
|
+
import { A as AcpSessionManager } from './AcpSessionManager-p1tj7FxF.mjs';
|
|
5
5
|
import { randomUUID } from 'node:crypto';
|
|
6
6
|
import { join } from 'node:path';
|
|
7
|
-
import { n as initialMachineMetadata, o as createSessionMetadata, u as setupOfflineReconnection, v as notifyDaemonSessionStarted, x as StreamRelay, y as MessageQueue2, z as hashObject, B as startHappyServer, T as TitleGenerator, C as registerKillSessionHandler, E as BasePermissionHandler, F as writeSessionModeFile, H as normalizeAcpPermissionMode, I as removeSessionModeFile } from './index-
|
|
7
|
+
import { n as initialMachineMetadata, o as createSessionMetadata, u as setupOfflineReconnection, v as notifyDaemonSessionStarted, x as StreamRelay, y as MessageQueue2, z as hashObject, B as startHappyServer, T as TitleGenerator, C as registerKillSessionHandler, E as BasePermissionHandler, F as writeSessionModeFile, H as normalizeAcpPermissionMode, I as removeSessionModeFile } from './index-SQKnWyz-.mjs';
|
|
8
8
|
import 'node:child_process';
|
|
9
9
|
import '@agentclientprotocol/sdk';
|
|
10
10
|
import 'axios';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-DI_VC3vJ.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-CZIwVSN2.cjs');
|
|
9
9
|
require('axios');
|
|
10
10
|
require('node:util');
|
|
11
11
|
require('node:fs');
|