very-happy-cli 0.2.95 → 0.2.97
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-Cuiff4Nu.mjs → AcpBackend-CTUM4dvG.mjs} +1 -1
- package/dist/{AcpBackend-BXsbwTbl.cjs → AcpBackend-DrwdVSeJ.cjs} +1 -1
- package/dist/{AcpSessionManager-BXGmMoe8.cjs → AcpSessionManager-BieE187D.cjs} +1 -1
- package/dist/{AcpSessionManager-BU69q_vR.mjs → AcpSessionManager-BoBuHee3.mjs} +1 -1
- package/dist/{config-BVOE0pni.cjs → config-COq6X7U7.cjs} +3 -3
- package/dist/{config-2GD21yg_.mjs → config-DCH33LOM.mjs} +3 -3
- package/dist/{index-BzbaMrIa.cjs → index-BD2fHJ8o.cjs} +526 -20
- package/dist/{index-DVEdpWq0.mjs → index-Bcgquogx.mjs} +527 -21
- package/dist/{index-DZ0uw6ef.mjs → index-DkhMvofH.mjs} +6 -6
- package/dist/{index-CbPc1iVx.cjs → index-Dn0iOBFd.cjs} +5 -5
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/dist/{installTerminalHooks-FiujjEvb.mjs → installTerminalHooks-DqNtW6a2.mjs} +3 -3
- package/dist/{installTerminalHooks-BrrsyTMd.cjs → installTerminalHooks-H3kpFEZS.cjs} +3 -3
- package/dist/lib.cjs +1 -1
- package/dist/lib.d.cts +67 -0
- package/dist/lib.d.mts +67 -0
- package/dist/lib.mjs +1 -1
- package/dist/{mcp-0mZcHPtz.mjs → mcp-BKAuzaLX.mjs} +3 -3
- package/dist/{mcp-ziyMk3eS.cjs → mcp-BwNc5eRs.cjs} +3 -3
- package/dist/{runGemini-D_InkOhk.mjs → runGemini-Brp0UmLx.mjs} +5 -5
- package/dist/{runGemini-C91O1oxi.cjs → runGemini-w35qiFBB.cjs} +5 -5
- package/dist/{runOpenClaw-BjebGmV6.mjs → runOpenClaw-BvPRFx-L.mjs} +4 -4
- package/dist/{runOpenClaw-B1RRfA1V.cjs → runOpenClaw-CkHtTCpI.cjs} +4 -4
- package/dist/{send-CxLL0z9J.mjs → send-c-wEmh5U.mjs} +3 -3
- package/dist/{send-DgK6MtgT.cjs → send-tyKG13xt.cjs} +3 -3
- package/dist/{spawn-Dian7x_g.cjs → spawn-xdCsG2RT.cjs} +3 -3
- package/dist/{spawn-uTPD3qOt.mjs → spawn-yS6yY8Xi.mjs} +3 -3
- package/dist/{types-HRuZ13LS.cjs → types-DoGaKVfK.cjs} +88 -11
- package/dist/{types-BLE8Hfmh.mjs → types-xZOYW0_G.mjs} +87 -11
- package/package.json +7 -7
- package/scripts/shims/keychain-off/security +51 -0
|
@@ -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-xZOYW0_G.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-DoGaKVfK.cjs');
|
|
7
7
|
|
|
8
8
|
const DEFAULT_TIMEOUTS = {
|
|
9
9
|
/** Default initialization timeout: 60 seconds */
|
|
@@ -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-DoGaKVfK.cjs');
|
|
8
|
+
var index = require('./index-BD2fHJ8o.cjs');
|
|
9
9
|
require('axios');
|
|
10
10
|
require('chalk');
|
|
11
11
|
require('node:util');
|
|
@@ -39,10 +39,10 @@ require('tmp');
|
|
|
39
39
|
require('open');
|
|
40
40
|
require('fastify');
|
|
41
41
|
require('fastify-type-provider-zod');
|
|
42
|
+
require('node:module');
|
|
42
43
|
require('@modelcontextprotocol/sdk/server/mcp.js');
|
|
43
44
|
require('node:http');
|
|
44
45
|
require('@modelcontextprotocol/sdk/server/streamableHttp.js');
|
|
45
|
-
require('node:module');
|
|
46
46
|
require('http');
|
|
47
47
|
require('inquirer');
|
|
48
48
|
require('node:url');
|
|
@@ -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-xZOYW0_G.mjs';
|
|
6
|
+
import { D as DEFAULT_GEMINI_MODEL, G as GEMINI_MODEL_ENV } from './index-Bcgquogx.mjs';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'chalk';
|
|
9
9
|
import 'node:util';
|
|
@@ -37,10 +37,10 @@ import 'tmp';
|
|
|
37
37
|
import 'open';
|
|
38
38
|
import 'fastify';
|
|
39
39
|
import 'fastify-type-provider-zod';
|
|
40
|
+
import 'node:module';
|
|
40
41
|
import '@modelcontextprotocol/sdk/server/mcp.js';
|
|
41
42
|
import 'node:http';
|
|
42
43
|
import '@modelcontextprotocol/sdk/server/streamableHttp.js';
|
|
43
|
-
import 'node:module';
|
|
44
44
|
import 'http';
|
|
45
45
|
import 'inquirer';
|
|
46
46
|
import 'node:url';
|