happy-imou-cloud 2.0.12 → 2.0.13
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/bin/happy-cloud.mjs +1 -1
- package/dist/ConversationHistory-V3VLmjJf.cjs +868 -0
- package/dist/ConversationHistory-_ciJNIgH.mjs +856 -0
- package/dist/{api-BxXBKBUy.mjs → api-D1meoL-9.mjs} +2 -2
- package/dist/{api-B4g8VLUn.cjs → api-DH5-IqeM.cjs} +2 -2
- package/dist/{command-CHiLfBa4.mjs → command-CMvWClny.mjs} +3 -3
- package/dist/{command-DVt_YmE6.cjs → command-Ch8Dgidj.cjs} +3 -3
- package/dist/createKeepAliveController-C5cQlDRr.mjs +51 -0
- package/dist/createKeepAliveController-DO8H6d5E.cjs +54 -0
- package/dist/{index-CWom7mSf.cjs → index-CryJfCh5.cjs} +10 -11
- package/dist/{index-DaAkW0VN.mjs → index-Cxrx9m5D.mjs} +9 -9
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/dist/lib.cjs +1 -1
- package/dist/lib.mjs +1 -1
- package/dist/{persistence-8pNEvzaq.mjs → persistence-9Iu0wGNM.mjs} +1 -1
- package/dist/{persistence-DScOANDE.cjs → persistence-Bl3FYvwd.cjs} +1 -1
- package/dist/{registerKillSessionHandler-CNNguWyD.mjs → registerKillSessionHandler-BElGmD1E.mjs} +5 -541
- package/dist/{registerKillSessionHandler-Dr1inhTc.cjs → registerKillSessionHandler-BjkY-oUn.cjs} +4 -549
- package/dist/{runClaude-h-8llTrI.cjs → runClaude-CDZxAF3l.cjs} +129 -630
- package/dist/{runClaude-BcvOkIwh.mjs → runClaude-D7dF4RDM.mjs} +126 -627
- package/dist/{runCodex-CA58KUHf.cjs → runCodex-Cik8VzFs.cjs} +224 -17
- package/dist/{runCodex-ClJUgipy.mjs → runCodex-DnGz1XES.mjs} +213 -6
- package/dist/{runGemini-dAr7Gcn8.mjs → runGemini-B8tXMHeL.mjs} +5 -5
- package/dist/{runGemini-IFHhFMSU.cjs → runGemini-BM2BQ4I7.cjs} +13 -13
- package/package.json +9 -9
- package/scripts/build.mjs +66 -66
- package/scripts/devtools/README.md +9 -9
- package/scripts/e2e/fake-codex-acp-agent.mjs +139 -139
- package/scripts/e2e/local-server-session-roundtrip.mjs +1063 -1063
- package/scripts/release-smoke.mjs +202 -202
- package/dist/BaseReasoningProcessor-BrKUKAOr.cjs +0 -323
- package/dist/BaseReasoningProcessor-DrHf5B98.mjs +0 -320
- package/dist/ProviderSelectionHandler-BCDvmifJ.cjs +0 -265
- package/dist/ProviderSelectionHandler-BuZarTDc.mjs +0 -261
|
@@ -16,7 +16,7 @@ import { spawn } from 'node:child_process';
|
|
|
16
16
|
import { Expo } from 'expo-server-sdk';
|
|
17
17
|
|
|
18
18
|
var name = "happy-imou-cloud";
|
|
19
|
-
var version = "2.0.
|
|
19
|
+
var version = "2.0.13";
|
|
20
20
|
var description = "hicloud - Imou 企业定制版。关键是 happy!移动端远程 AI 编程工具,支持 Claude Code、Codex 和 Gemini CLI";
|
|
21
21
|
var author = "long.zhu";
|
|
22
22
|
var license = "MIT";
|
|
@@ -430,7 +430,7 @@ async function listDaemonLogFiles(limit = 50) {
|
|
|
430
430
|
return { file, path: fullPath, modified: stats.mtime };
|
|
431
431
|
}).sort((a, b) => b.modified.getTime() - a.modified.getTime());
|
|
432
432
|
try {
|
|
433
|
-
const { readDaemonState } = await import('./persistence-
|
|
433
|
+
const { readDaemonState } = await import('./persistence-9Iu0wGNM.mjs');
|
|
434
434
|
const state = await readDaemonState();
|
|
435
435
|
if (!state) {
|
|
436
436
|
return logs;
|
|
@@ -18,7 +18,7 @@ var node_child_process = require('node:child_process');
|
|
|
18
18
|
var expoServerSdk = require('expo-server-sdk');
|
|
19
19
|
|
|
20
20
|
var name = "happy-imou-cloud";
|
|
21
|
-
var version = "2.0.
|
|
21
|
+
var version = "2.0.13";
|
|
22
22
|
var description = "hicloud - Imou 企业定制版。关键是 happy!移动端远程 AI 编程工具,支持 Claude Code、Codex 和 Gemini CLI";
|
|
23
23
|
var author = "long.zhu";
|
|
24
24
|
var license = "MIT";
|
|
@@ -432,7 +432,7 @@ async function listDaemonLogFiles(limit = 50) {
|
|
|
432
432
|
return { file, path: fullPath, modified: stats.mtime };
|
|
433
433
|
}).sort((a, b) => b.modified.getTime() - a.modified.getTime());
|
|
434
434
|
try {
|
|
435
|
-
const { readDaemonState } = await Promise.resolve().then(function () { return require('./persistence-
|
|
435
|
+
const { readDaemonState } = await Promise.resolve().then(function () { return require('./persistence-Bl3FYvwd.cjs'); });
|
|
436
436
|
const state = await readDaemonState();
|
|
437
437
|
if (!state) {
|
|
438
438
|
return logs;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as createDefaultRuntimeShell } from './index-
|
|
1
|
+
import { c as createDefaultRuntimeShell } from './index-Cxrx9m5D.mjs';
|
|
2
2
|
import 'chalk';
|
|
3
|
-
import './api-
|
|
3
|
+
import './api-D1meoL-9.mjs';
|
|
4
4
|
import 'axios';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import 'node:fs';
|
|
@@ -16,7 +16,7 @@ import 'crypto';
|
|
|
16
16
|
import 'path';
|
|
17
17
|
import 'node:child_process';
|
|
18
18
|
import 'expo-server-sdk';
|
|
19
|
-
import './persistence-
|
|
19
|
+
import './persistence-9Iu0wGNM.mjs';
|
|
20
20
|
import 'node:fs/promises';
|
|
21
21
|
import 'os';
|
|
22
22
|
import 'tmp';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-CryJfCh5.cjs');
|
|
4
4
|
require('chalk');
|
|
5
|
-
require('./api-
|
|
5
|
+
require('./api-DH5-IqeM.cjs');
|
|
6
6
|
require('axios');
|
|
7
7
|
require('fs');
|
|
8
8
|
require('node:fs');
|
|
@@ -18,7 +18,7 @@ require('crypto');
|
|
|
18
18
|
require('path');
|
|
19
19
|
require('node:child_process');
|
|
20
20
|
require('expo-server-sdk');
|
|
21
|
-
require('./persistence-
|
|
21
|
+
require('./persistence-Bl3FYvwd.cjs');
|
|
22
22
|
require('node:fs/promises');
|
|
23
23
|
require('os');
|
|
24
24
|
require('tmp');
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
async function runModeLoop(opts) {
|
|
2
|
+
let currentMode = opts.startingMode;
|
|
3
|
+
if (opts.notifyInitialMode) {
|
|
4
|
+
await opts.onModeChange?.(currentMode);
|
|
5
|
+
}
|
|
6
|
+
while (true) {
|
|
7
|
+
opts.onIteration?.(currentMode);
|
|
8
|
+
const result = await opts.launchers[currentMode]();
|
|
9
|
+
if (result.type === "exit") {
|
|
10
|
+
return result.value;
|
|
11
|
+
}
|
|
12
|
+
currentMode = result.mode;
|
|
13
|
+
await opts.onModeChange?.(currentMode);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
function createKeepAliveController(opts) {
|
|
18
|
+
let thinking = opts.initialThinking ?? false;
|
|
19
|
+
let mode = opts.initialMode;
|
|
20
|
+
let disposed = false;
|
|
21
|
+
const sync = () => {
|
|
22
|
+
if (disposed) {
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
opts.send(thinking, mode);
|
|
26
|
+
};
|
|
27
|
+
sync();
|
|
28
|
+
const intervalId = setInterval(sync, opts.intervalMs ?? 2e3);
|
|
29
|
+
return {
|
|
30
|
+
dispose: () => {
|
|
31
|
+
if (disposed) {
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
disposed = true;
|
|
35
|
+
clearInterval(intervalId);
|
|
36
|
+
},
|
|
37
|
+
getMode: () => mode,
|
|
38
|
+
getThinking: () => thinking,
|
|
39
|
+
setMode: (nextMode) => {
|
|
40
|
+
mode = nextMode;
|
|
41
|
+
sync();
|
|
42
|
+
},
|
|
43
|
+
setThinking: (nextThinking) => {
|
|
44
|
+
thinking = nextThinking;
|
|
45
|
+
sync();
|
|
46
|
+
},
|
|
47
|
+
sync
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export { createKeepAliveController as c, runModeLoop as r };
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
async function runModeLoop(opts) {
|
|
4
|
+
let currentMode = opts.startingMode;
|
|
5
|
+
if (opts.notifyInitialMode) {
|
|
6
|
+
await opts.onModeChange?.(currentMode);
|
|
7
|
+
}
|
|
8
|
+
while (true) {
|
|
9
|
+
opts.onIteration?.(currentMode);
|
|
10
|
+
const result = await opts.launchers[currentMode]();
|
|
11
|
+
if (result.type === "exit") {
|
|
12
|
+
return result.value;
|
|
13
|
+
}
|
|
14
|
+
currentMode = result.mode;
|
|
15
|
+
await opts.onModeChange?.(currentMode);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
function createKeepAliveController(opts) {
|
|
20
|
+
let thinking = opts.initialThinking ?? false;
|
|
21
|
+
let mode = opts.initialMode;
|
|
22
|
+
let disposed = false;
|
|
23
|
+
const sync = () => {
|
|
24
|
+
if (disposed) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
opts.send(thinking, mode);
|
|
28
|
+
};
|
|
29
|
+
sync();
|
|
30
|
+
const intervalId = setInterval(sync, opts.intervalMs ?? 2e3);
|
|
31
|
+
return {
|
|
32
|
+
dispose: () => {
|
|
33
|
+
if (disposed) {
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
disposed = true;
|
|
37
|
+
clearInterval(intervalId);
|
|
38
|
+
},
|
|
39
|
+
getMode: () => mode,
|
|
40
|
+
getThinking: () => thinking,
|
|
41
|
+
setMode: (nextMode) => {
|
|
42
|
+
mode = nextMode;
|
|
43
|
+
sync();
|
|
44
|
+
},
|
|
45
|
+
setThinking: (nextThinking) => {
|
|
46
|
+
thinking = nextThinking;
|
|
47
|
+
sync();
|
|
48
|
+
},
|
|
49
|
+
sync
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
exports.createKeepAliveController = createKeepAliveController;
|
|
54
|
+
exports.runModeLoop = runModeLoop;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chalk = require('chalk');
|
|
4
|
-
var api = require('./api-
|
|
5
|
-
var persistence = require('./persistence-
|
|
4
|
+
var api = require('./api-DH5-IqeM.cjs');
|
|
5
|
+
var persistence = require('./persistence-Bl3FYvwd.cjs');
|
|
6
6
|
var z = require('zod');
|
|
7
7
|
var fs$2 = require('fs/promises');
|
|
8
8
|
var os$1 = require('os');
|
|
@@ -71,7 +71,7 @@ async function openBrowser(url) {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
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-
|
|
74
|
+
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-CryJfCh5.cjs', document.baseURI).href)));
|
|
75
75
|
const QRCode = require$1("qrcode-terminal/vendor/QRCode");
|
|
76
76
|
const QRErrorCorrectLevel = require$1("qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel");
|
|
77
77
|
const pendingTempFiles = /* @__PURE__ */ new Set();
|
|
@@ -694,7 +694,7 @@ function setupCleanupHandlers() {
|
|
|
694
694
|
});
|
|
695
695
|
}
|
|
696
696
|
|
|
697
|
-
const __dirname$1 = path$1.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-
|
|
697
|
+
const __dirname$1 = path$1.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-CryJfCh5.cjs', document.baseURI).href))));
|
|
698
698
|
function projectPath() {
|
|
699
699
|
const path = path$1.resolve(__dirname$1, "..");
|
|
700
700
|
return path;
|
|
@@ -7673,11 +7673,11 @@ var launch = /*#__PURE__*/Object.freeze({
|
|
|
7673
7673
|
|
|
7674
7674
|
const unifiedProviderExecutors = {
|
|
7675
7675
|
claude: async (opts) => {
|
|
7676
|
-
const { runClaude } = await Promise.resolve().then(function () { return require('./runClaude-
|
|
7676
|
+
const { runClaude } = await Promise.resolve().then(function () { return require('./runClaude-CDZxAF3l.cjs'); });
|
|
7677
7677
|
await runClaude(opts.credentials, opts.claudeOptions ?? {});
|
|
7678
7678
|
},
|
|
7679
7679
|
codex: async (opts) => {
|
|
7680
|
-
const { runCodex } = await Promise.resolve().then(function () { return require('./runCodex-
|
|
7680
|
+
const { runCodex } = await Promise.resolve().then(function () { return require('./runCodex-Cik8VzFs.cjs'); });
|
|
7681
7681
|
await runCodex({
|
|
7682
7682
|
credentials: opts.credentials,
|
|
7683
7683
|
startedBy: opts.startedBy,
|
|
@@ -7686,7 +7686,7 @@ const unifiedProviderExecutors = {
|
|
|
7686
7686
|
});
|
|
7687
7687
|
},
|
|
7688
7688
|
gemini: async (opts) => {
|
|
7689
|
-
const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-
|
|
7689
|
+
const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-BM2BQ4I7.cjs'); });
|
|
7690
7690
|
await runGemini({
|
|
7691
7691
|
credentials: opts.credentials,
|
|
7692
7692
|
startedBy: opts.startedBy
|
|
@@ -7762,7 +7762,7 @@ function shouldRunMainClaudeFlow(opts) {
|
|
|
7762
7762
|
return;
|
|
7763
7763
|
} else if (subcommand === "runtime") {
|
|
7764
7764
|
if (args[1] === "providers") {
|
|
7765
|
-
const { renderRuntimeProviders } = await Promise.resolve().then(function () { return require('./command-
|
|
7765
|
+
const { renderRuntimeProviders } = await Promise.resolve().then(function () { return require('./command-Ch8Dgidj.cjs'); });
|
|
7766
7766
|
console.log(renderRuntimeProviders());
|
|
7767
7767
|
return;
|
|
7768
7768
|
}
|
|
@@ -7940,8 +7940,8 @@ function shouldRunMainClaudeFlow(opts) {
|
|
|
7940
7940
|
const projectId = args[3];
|
|
7941
7941
|
try {
|
|
7942
7942
|
const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return config; });
|
|
7943
|
-
const { readCredentials: readCredentials2 } = await Promise.resolve().then(function () { return require('./persistence-
|
|
7944
|
-
const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./api-
|
|
7943
|
+
const { readCredentials: readCredentials2 } = await Promise.resolve().then(function () { return require('./persistence-Bl3FYvwd.cjs'); });
|
|
7944
|
+
const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./api-DH5-IqeM.cjs'); }).then(function (n) { return n.api; });
|
|
7945
7945
|
let userEmail = void 0;
|
|
7946
7946
|
try {
|
|
7947
7947
|
const credentials = await readCredentials2();
|
|
@@ -8362,7 +8362,6 @@ exports.GEMINI_MODEL_ENV = GEMINI_MODEL_ENV;
|
|
|
8362
8362
|
exports.RuntimeShell = RuntimeShell;
|
|
8363
8363
|
exports.claudeCheckSession = claudeCheckSession;
|
|
8364
8364
|
exports.claudeLocal = claudeLocal;
|
|
8365
|
-
exports.createClaudeBackend = createClaudeBackend;
|
|
8366
8365
|
exports.createCodexBackend = createCodexBackend;
|
|
8367
8366
|
exports.createDefaultRuntimeShell = createDefaultRuntimeShell;
|
|
8368
8367
|
exports.createGeminiBackend = createGeminiBackend;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import{createRequire as _pkgrollCR}from"node:module";const require=_pkgrollCR(import.meta.url);import chalk from 'chalk';
|
|
2
|
-
import { l as logger, e as encodeBase64, c as configuration, h as buildAuthenticatedHeaders, S as SigningBootstrapRequiredError, j as SIGNING_BOOTSTRAP_REQUIRED_MESSAGE, k as encodeBase64Url, f as delay, m as buildClientHeaders, n as decodeBase64, H as HAPPY_CLOUD_DAEMON_PORT, p as packageJson, A as ApiClient, o as getLatestDaemonLog } from './api-
|
|
3
|
-
import { writeCredentialsLegacy, writeCredentialsDataKey, readCredentials, readSettings, updateSettings, readDaemonState, clearDaemonState, acquireDaemonLock, writeDaemonState, releaseDaemonLock, validateProfileForAgent, getProfileEnvironmentVariables, clearCredentials, clearMachineId } from './persistence-
|
|
2
|
+
import { l as logger, e as encodeBase64, c as configuration, h as buildAuthenticatedHeaders, S as SigningBootstrapRequiredError, j as SIGNING_BOOTSTRAP_REQUIRED_MESSAGE, k as encodeBase64Url, f as delay, m as buildClientHeaders, n as decodeBase64, H as HAPPY_CLOUD_DAEMON_PORT, p as packageJson, A as ApiClient, o as getLatestDaemonLog } from './api-D1meoL-9.mjs';
|
|
3
|
+
import { writeCredentialsLegacy, writeCredentialsDataKey, readCredentials, readSettings, updateSettings, readDaemonState, clearDaemonState, acquireDaemonLock, writeDaemonState, releaseDaemonLock, validateProfileForAgent, getProfileEnvironmentVariables, clearCredentials, clearMachineId } from './persistence-9Iu0wGNM.mjs';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import fs, { writeFile as writeFile$1, rename, unlink as unlink$1 } from 'fs/promises';
|
|
6
6
|
import os, { homedir } from 'os';
|
|
@@ -7651,11 +7651,11 @@ var launch = /*#__PURE__*/Object.freeze({
|
|
|
7651
7651
|
|
|
7652
7652
|
const unifiedProviderExecutors = {
|
|
7653
7653
|
claude: async (opts) => {
|
|
7654
|
-
const { runClaude } = await import('./runClaude-
|
|
7654
|
+
const { runClaude } = await import('./runClaude-D7dF4RDM.mjs');
|
|
7655
7655
|
await runClaude(opts.credentials, opts.claudeOptions ?? {});
|
|
7656
7656
|
},
|
|
7657
7657
|
codex: async (opts) => {
|
|
7658
|
-
const { runCodex } = await import('./runCodex-
|
|
7658
|
+
const { runCodex } = await import('./runCodex-DnGz1XES.mjs');
|
|
7659
7659
|
await runCodex({
|
|
7660
7660
|
credentials: opts.credentials,
|
|
7661
7661
|
startedBy: opts.startedBy,
|
|
@@ -7664,7 +7664,7 @@ const unifiedProviderExecutors = {
|
|
|
7664
7664
|
});
|
|
7665
7665
|
},
|
|
7666
7666
|
gemini: async (opts) => {
|
|
7667
|
-
const { runGemini } = await import('./runGemini-
|
|
7667
|
+
const { runGemini } = await import('./runGemini-B8tXMHeL.mjs');
|
|
7668
7668
|
await runGemini({
|
|
7669
7669
|
credentials: opts.credentials,
|
|
7670
7670
|
startedBy: opts.startedBy
|
|
@@ -7740,7 +7740,7 @@ function shouldRunMainClaudeFlow(opts) {
|
|
|
7740
7740
|
return;
|
|
7741
7741
|
} else if (subcommand === "runtime") {
|
|
7742
7742
|
if (args[1] === "providers") {
|
|
7743
|
-
const { renderRuntimeProviders } = await import('./command-
|
|
7743
|
+
const { renderRuntimeProviders } = await import('./command-CMvWClny.mjs');
|
|
7744
7744
|
console.log(renderRuntimeProviders());
|
|
7745
7745
|
return;
|
|
7746
7746
|
}
|
|
@@ -7918,8 +7918,8 @@ function shouldRunMainClaudeFlow(opts) {
|
|
|
7918
7918
|
const projectId = args[3];
|
|
7919
7919
|
try {
|
|
7920
7920
|
const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return config; });
|
|
7921
|
-
const { readCredentials: readCredentials2 } = await import('./persistence-
|
|
7922
|
-
const { ApiClient: ApiClient2 } = await import('./api-
|
|
7921
|
+
const { readCredentials: readCredentials2 } = await import('./persistence-9Iu0wGNM.mjs');
|
|
7922
|
+
const { ApiClient: ApiClient2 } = await import('./api-D1meoL-9.mjs').then(function (n) { return n.q; });
|
|
7923
7923
|
let userEmail = void 0;
|
|
7924
7924
|
try {
|
|
7925
7925
|
const credentials = await readCredentials2();
|
|
@@ -8335,4 +8335,4 @@ ${chalk.bold("Examples:")}
|
|
|
8335
8335
|
}
|
|
8336
8336
|
}
|
|
8337
8337
|
|
|
8338
|
-
export { ExitCodeError as E, GEMINI_MODEL_ENV as G, RuntimeShell as R, createGeminiBackend as a, stopCaffeinate as b, createDefaultRuntimeShell as c, createCodexBackend as d,
|
|
8338
|
+
export { ExitCodeError as E, GEMINI_MODEL_ENV as G, RuntimeShell as R, createGeminiBackend as a, stopCaffeinate as b, createDefaultRuntimeShell as c, createCodexBackend as d, publishSessionRegistration as e, formatDisplayMessage as f, getInitialGeminiModel as g, resolveCanonicalToolNameV2 as h, initialMachineMetadata as i, getProjectPath as j, claudeLocal as k, isBun as l, trimIdent as m, claudeCheckSession as n, mapToClaudeMode as o, projectPath as p, getEnvironmentInfo as q, readGeminiLocalConfig as r, saveGeminiModelToConfig as s, truncateDisplayMessage as t, startCaffeinate as u, validateCodexAcpSpawn as v };
|
package/dist/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('chalk');
|
|
4
|
-
require('./api-
|
|
5
|
-
require('./persistence-
|
|
4
|
+
require('./api-DH5-IqeM.cjs');
|
|
5
|
+
require('./persistence-Bl3FYvwd.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-CryJfCh5.cjs');
|
|
8
8
|
require('node:child_process');
|
|
9
9
|
require('node:fs');
|
|
10
10
|
require('cross-spawn');
|
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'chalk';
|
|
2
|
-
import './api-
|
|
3
|
-
import './persistence-
|
|
2
|
+
import './api-D1meoL-9.mjs';
|
|
3
|
+
import './persistence-9Iu0wGNM.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-Cxrx9m5D.mjs';
|
|
6
6
|
import 'node:child_process';
|
|
7
7
|
import 'node:fs';
|
|
8
8
|
import 'cross-spawn';
|
package/dist/lib.cjs
CHANGED
package/dist/lib.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as ApiClient, a as ApiSessionClient, c as configuration, l as logger } from './api-
|
|
1
|
+
export { A as ApiClient, a as ApiSessionClient, c as configuration, l as logger } from './api-D1meoL-9.mjs';
|
|
2
2
|
export { R as RawJSONLinesSchema } from './types-CiliQpqS.mjs';
|
|
3
3
|
import 'axios';
|
|
4
4
|
import 'chalk';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { unlink, readFile, mkdir, open, stat, writeFile, rename } from 'node:fs/promises';
|
|
2
2
|
import { existsSync, unlinkSync, readdirSync, constants, writeFileSync, readFileSync } from 'node:fs';
|
|
3
3
|
import { join, dirname } from 'node:path';
|
|
4
|
-
import { c as configuration, l as logger, e as encodeBase64 } from './api-
|
|
4
|
+
import { c as configuration, l as logger, e as encodeBase64 } from './api-D1meoL-9.mjs';
|
|
5
5
|
import * as z from 'zod';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import 'chalk';
|