skykoi 2026.3.376 → 2026.3.378
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/{archive-PMxMPzgz.js → archive-HTCu_pHy.js} +1 -1
- package/dist/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/{capture-service-CgiT_L3Y.js → capture-service-D5vu8pNR.js} +1 -1
- package/dist/{channel-options-CbNcadEW.js → channel-options-Dil5NGZ4.js} +1 -1
- package/dist/{channels-cli-xF6zBiE6.js → channels-cli-C_Zfs8fy.js} +6 -6
- package/dist/cli/daemon-cli.js +1 -1
- package/dist/{cli-B8ggt6rj.js → cli-Dc3ueJKy.js} +1 -1
- package/dist/{completion-cli-TWGBbOuJ.js → completion-cli-Bk_esTtK.js} +1 -1
- package/dist/{config-guard-B8zPz93m.js → config-guard-CHolPjNa.js} +13 -13
- package/dist/{configure-Bvkl46FH.js → configure-BdP5Uzdz.js} +3 -3
- package/dist/{daemon-cli-B-2BOusp.js → daemon-cli-pKyd_-Wt.js} +1 -1
- package/dist/{deps-Bj5gRQ0W.js → deps-Dmh--gZI.js} +1 -1
- package/dist/{doctor-hOdaxJX-.js → doctor-DAr5RKS3.js} +3 -3
- package/dist/{doctor-completion-8eroKxvz.js → doctor-completion-qAQPkzxx.js} +1 -1
- package/dist/entry.js +1 -1
- package/dist/extension-api.js +1 -1
- package/dist/{gateway-cli-D1m2vIoD.js → gateway-cli-B7BkMY4h.js} +16 -16
- package/dist/{github-copilot-auth-B4_ACZo9.js → github-copilot-auth-Dp2ZARrB.js} +1 -1
- package/dist/{health-format-Dawo2k_L.js → health-format-CwXEhdyY.js} +1 -1
- package/dist/{hooks-cli-BqQrM62Y.js → hooks-cli-CZogMyyF.js} +3 -3
- package/dist/index.js +19 -19
- package/dist/{installs-I2cTEUw0.js → installs-mPMyOEQN.js} +1 -1
- package/dist/{koi-2V4YGRG5.js → koi-60QBEH1O.js} +2 -2
- package/dist/{models-cli-DbwdaoDx.js → models-cli-C_PL2W40.js} +2 -2
- package/dist/{onboard-channels-CCzlFse3.js → onboard-channels-BxnxB2za.js} +2 -2
- package/dist/{onboard-skills-D-GmrLoI.js → onboard-skills-DHsJKmOh.js} +3 -3
- package/dist/{onboarding-Clc8WWFN.js → onboarding-DcbGvFE3.js} +6 -6
- package/dist/{plugin-registry-CVtTkPO6.js → plugin-registry-i-7OCuRL.js} +1 -1
- package/dist/plugin-sdk/index.js +10 -10
- package/dist/{plugins-cli-BzZchZW8.js → plugins-cli-D2VbB67J.js} +5 -5
- package/dist/{proactive-eval-g3mVjevU.js → proactive-eval-DaXqH_TQ.js} +36 -36
- package/dist/{program-SC_74Kyf.js → program-dkrklJ1-.js} +4 -4
- package/dist/{register.subclis-DKA3xq9X.js → register.subclis-D-MllcmA.js} +10 -10
- package/dist/{reply-DkyVI8Bi.js → reply-BVzxDpAq.js} +1 -1
- package/dist/{run-main-DAMIpotp.js → run-main-yDGfHYJi.js} +20 -20
- package/dist/{server-node-events-B49PNDu5.js → server-node-events-DSy0EVXw.js} +3 -3
- package/dist/{status-CjK3RKQi.js → status-B8_GYF7B.js} +1 -1
- package/dist/{update-B5paR6YI.js → update-CLiH8DXs.js} +1 -1
- package/dist/{update-cli-JC8snRye.js → update-cli-Bk2nv2Jp.js} +11 -11
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as __require, o as __toESM, t as __commonJSMin } from "./chunk-D_gEzPfs.js";
|
|
2
|
-
import { mt as require_inherits } from "./reply-
|
|
2
|
+
import { mt as require_inherits } from "./reply-BVzxDpAq.js";
|
|
3
3
|
import path from "node:path";
|
|
4
4
|
import fs from "node:fs/promises";
|
|
5
5
|
import * as tar from "tar";
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6aed2ab37a80b7b5a842b69ece13a365cececdfd60a5301236d4980ad145e13a
|
|
@@ -2051,7 +2051,7 @@ async function startCaptureService(opts) {
|
|
|
2051
2051
|
console.error(`[capture] Audio capture failed to start: ${err}`);
|
|
2052
2052
|
}
|
|
2053
2053
|
try {
|
|
2054
|
-
const { startProactiveEval } = await import("./proactive-eval-
|
|
2054
|
+
const { startProactiveEval } = await import("./proactive-eval-DaXqH_TQ.js");
|
|
2055
2055
|
const proactiveHandle = startProactiveEval();
|
|
2056
2056
|
stops.push(proactiveHandle.stop);
|
|
2057
2057
|
} catch (err) {
|
|
@@ -2,7 +2,7 @@ import { O as CHAT_CHANNEL_ORDER } from "./subsystem-hATE68va.js";
|
|
|
2
2
|
import { t as isTruthyEnvValue } from "./env-ChCKTuXK.js";
|
|
3
3
|
import { n as listChannelPlugins } from "./plugins-BXfIVhTg.js";
|
|
4
4
|
import { i as listChannelPluginCatalogEntries } from "./plugin-auto-enable-Cg3LRidd.js";
|
|
5
|
-
import { t as ensurePluginRegistryLoaded } from "./plugin-registry-
|
|
5
|
+
import { t as ensurePluginRegistryLoaded } from "./plugin-registry-i-7OCuRL.js";
|
|
6
6
|
|
|
7
7
|
//#region src/cli/channel-options.ts
|
|
8
8
|
function dedupe(values) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import { Gt as parseDiscordTarget, Kt as fetchChannelPermissionsDiscord, in as createSlackWebClient, lt as loadProviderUsageSummary, ut as formatUsageReportLines } from "./reply-
|
|
2
|
+
import { Gt as parseDiscordTarget, Kt as fetchChannelPermissionsDiscord, in as createSlackWebClient, lt as loadProviderUsageSummary, ut as formatUsageReportLines } from "./reply-BVzxDpAq.js";
|
|
3
3
|
import { f as danger, s as defaultRuntime, w as getResolvedLoggerSettings } from "./subsystem-hATE68va.js";
|
|
4
4
|
import "./paths-VdmjGGyc.js";
|
|
5
5
|
import { r as theme } from "./theme-C5EwWDWE.js";
|
|
@@ -73,20 +73,20 @@ import "./event-log-BJRHlOn8.js";
|
|
|
73
73
|
import { t as resolveChannelDefaultAccountId } from "./helpers-y1KKH5pe.js";
|
|
74
74
|
import "./note-DRoVRuAi.js";
|
|
75
75
|
import { t as createClackPrompter } from "./clack-prompter-B9o3eQeW.js";
|
|
76
|
-
import { i as reloadOnboardingPluginRegistry, n as setupChannels, r as ensureOnboardingPluginInstalled } from "./onboard-channels-
|
|
76
|
+
import { i as reloadOnboardingPluginRegistry, n as setupChannels, r as ensureOnboardingPluginInstalled } from "./onboard-channels-BxnxB2za.js";
|
|
77
77
|
import { i as listChannelPluginCatalogEntries } from "./plugin-auto-enable-Cg3LRidd.js";
|
|
78
|
-
import "./archive-
|
|
78
|
+
import "./archive-HTCu_pHy.js";
|
|
79
79
|
import "./skill-scanner-CBHxr1An.js";
|
|
80
|
-
import "./installs-
|
|
80
|
+
import "./installs-mPMyOEQN.js";
|
|
81
81
|
import "./service-BGkVTESM.js";
|
|
82
82
|
import "./systemd-BzTSelz8.js";
|
|
83
83
|
import "./diagnostics-CFV2YxpG.js";
|
|
84
84
|
import { t as collectChannelStatusIssues } from "./channels-status-issues-BLygTpUh.js";
|
|
85
|
-
import { n as hasExplicitOptions } from "./plugin-registry-
|
|
85
|
+
import { n as hasExplicitOptions } from "./plugin-registry-i-7OCuRL.js";
|
|
86
86
|
import "./daemon-runtime-r19-i0S0.js";
|
|
87
87
|
import "./ensure-local-gateway-VbJtdpui.js";
|
|
88
88
|
import { n as runChannelLoginAll, r as runChannelLogout, t as runChannelLogin } from "./channel-auth-DrJ2FCUT.js";
|
|
89
|
-
import { t as formatCliChannelOptions } from "./channel-options-
|
|
89
|
+
import { t as formatCliChannelOptions } from "./channel-options-Dil5NGZ4.js";
|
|
90
90
|
import { t as buildChannelAccountSnapshot } from "./status-BN46BKoK.js";
|
|
91
91
|
import { t as parseLogLine } from "./parse-log-line-BOe9IEjO.js";
|
|
92
92
|
import fs from "node:fs/promises";
|
package/dist/cli/daemon-cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Legacy shim for pre-tsdown update-cli imports.
|
|
2
|
-
export { registerDaemonCli, runDaemonInstall, runDaemonRestart, runDaemonStart, runDaemonStatus, runDaemonStop, runDaemonUninstall } from "../daemon-cli-
|
|
2
|
+
export { registerDaemonCli, runDaemonInstall, runDaemonRestart, runDaemonStart, runDaemonStatus, runDaemonStop, runDaemonUninstall } from "../daemon-cli-pKyd_-Wt.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import { ct as loadSKYKOIPlugins } from "./reply-
|
|
2
|
+
import { ct as loadSKYKOIPlugins } from "./reply-BVzxDpAq.js";
|
|
3
3
|
import { t as createSubsystemLogger } from "./subsystem-hATE68va.js";
|
|
4
4
|
import "./paths-VdmjGGyc.js";
|
|
5
5
|
import "./theme-C5EwWDWE.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as __exportAll } from "./chunk-D_gEzPfs.js";
|
|
2
2
|
import { g as resolveStateDir } from "./paths-VdmjGGyc.js";
|
|
3
|
-
import { n as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-
|
|
3
|
+
import { n as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-D-MllcmA.js";
|
|
4
4
|
import path from "node:path";
|
|
5
5
|
import os from "node:os";
|
|
6
6
|
import fs from "node:fs/promises";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as CHANNEL_MESSAGE_ACTION_NAMES, Bn as lookupContextTokens, F as runMessageAction, Ot as registerMemoryCli, R as formatTargetDisplay, it as CHANNEL_TARGET_DESCRIPTION, kt as runMemoryStatus, rt as CHANNEL_TARGETS_DESCRIPTION } from "./reply-
|
|
1
|
+
import { B as CHANNEL_MESSAGE_ACTION_NAMES, Bn as lookupContextTokens, F as runMessageAction, Ot as registerMemoryCli, R as formatTargetDisplay, it as CHANNEL_TARGET_DESCRIPTION, kt as runMemoryStatus, rt as CHANNEL_TARGETS_DESCRIPTION } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { I as normalizeChatChannelId, M as getChatChannelMeta, c as restoreTerminalState, f as danger, k as DEFAULT_CHAT_CHANNEL, p as info, s as defaultRuntime, v as setVerbose } from "./subsystem-hATE68va.js";
|
|
3
3
|
import { g as resolveStateDir, i as isNixMode, m as resolveOAuthDir, o as resolveConfigPath, r as STATE_DIR, t as CONFIG_PATH, u as resolveGatewayPort } from "./paths-VdmjGGyc.js";
|
|
4
4
|
import { n as isRich, r as theme, t as colorize } from "./theme-C5EwWDWE.js";
|
|
@@ -21,32 +21,32 @@ import { n as runCommandWithRuntime } from "./cli-utils-CwUbbnsD.js";
|
|
|
21
21
|
import { n as withProgress } from "./progress-BPDEiFpj.js";
|
|
22
22
|
import { a as ensureWorkspaceAndSessions, c as handleReset, d as openUrl, h as resolveControlUiLinks, i as detectBrowserOpenSupport, l as moveToTrash, m as randomToken, n as applyWizardMetadata, o as formatControlUiSshHint, t as DEFAULT_WORKSPACE, v as waitForGatewayReachable } from "./onboard-helpers-DKhundDe.js";
|
|
23
23
|
import { n as stylePromptMessage, r as stylePromptTitle, t as stylePromptHint } from "./prompt-style-e5zz5JM8.js";
|
|
24
|
-
import { t as createDefaultDeps } from "./deps-
|
|
24
|
+
import { t as createDefaultDeps } from "./deps-Dmh--gZI.js";
|
|
25
25
|
import { t as assertSupportedRuntime } from "./runtime-guard-C80qkv4W.js";
|
|
26
26
|
import { t as resolveChannelDefaultAccountId } from "./helpers-y1KKH5pe.js";
|
|
27
27
|
import { n as logConfigUpdated, t as formatConfigPath } from "./logging-1Q_KlUsW.js";
|
|
28
28
|
import { t as WizardCancelledError } from "./prompts-yNyvMdpp.js";
|
|
29
29
|
import { t as createClackPrompter } from "./clack-prompter-B9o3eQeW.js";
|
|
30
|
-
import { a as buildKoiSummaries, c as loadKoiIdentity, f as parseIdentityMarkdown, i as applyKoiConfig, l as pruneKoiConfig, n as statusCommand, o as findKoiEntryIndex, s as listKoiEntries, t as runOnboardingWizard, u as identityHasValues } from "./onboarding-
|
|
31
|
-
import { d as applyAuthChoice, f as applyOpenAIConfig, h as promptAuthChoiceGrouped, m as applyGoogleGeminiModelDefault, p as upsertSharedEnvVar, u as warnIfModelConfigLooksOff } from "./onboard-skills-
|
|
32
|
-
import { $ as setOpenrouterApiKey, C as applyMoonshotConfig, D as applyOpenrouterConfig, F as applyVercelAiGatewayConfig, J as setGeminiApiKey, K as setAnthropicApiKey, L as applyXaiConfig, N as applyVeniceConfig, Q as setOpencodeZenApiKey, V as applyZaiConfig, X as setMinimaxApiKey, Y as setKimiCodingApiKey, Z as setMoonshotApiKey, at as setXiaomiApiKey, et as setQianfanApiKey, f as applyOpencodeZenConfig, ft as buildTokenProfileId, g as applyMinimaxConfig, it as setXaiApiKey, j as applySyntheticConfig, k as applyQianfanConfig, m as applyMinimaxApiConfig, nt as setVeniceApiKey, ot as setZaiApiKey, pt as validateAnthropicSetupToken, q as setCloudflareAiGatewayConfig, rt as setVercelAiGatewayApiKey, tt as setSyntheticApiKey, v as applyAuthProfileConfig, w as applyMoonshotConfigCn, x as applyKimiCodeConfig, y as applyCloudflareAiGatewayConfig, z as applyXiaomiConfig } from "./github-copilot-auth-
|
|
33
|
-
import { n as setupChannels } from "./onboard-channels-
|
|
34
|
-
import { i as healthCommand } from "./health-format-
|
|
30
|
+
import { a as buildKoiSummaries, c as loadKoiIdentity, f as parseIdentityMarkdown, i as applyKoiConfig, l as pruneKoiConfig, n as statusCommand, o as findKoiEntryIndex, s as listKoiEntries, t as runOnboardingWizard, u as identityHasValues } from "./onboarding-DcbGvFE3.js";
|
|
31
|
+
import { d as applyAuthChoice, f as applyOpenAIConfig, h as promptAuthChoiceGrouped, m as applyGoogleGeminiModelDefault, p as upsertSharedEnvVar, u as warnIfModelConfigLooksOff } from "./onboard-skills-DHsJKmOh.js";
|
|
32
|
+
import { $ as setOpenrouterApiKey, C as applyMoonshotConfig, D as applyOpenrouterConfig, F as applyVercelAiGatewayConfig, J as setGeminiApiKey, K as setAnthropicApiKey, L as applyXaiConfig, N as applyVeniceConfig, Q as setOpencodeZenApiKey, V as applyZaiConfig, X as setMinimaxApiKey, Y as setKimiCodingApiKey, Z as setMoonshotApiKey, at as setXiaomiApiKey, et as setQianfanApiKey, f as applyOpencodeZenConfig, ft as buildTokenProfileId, g as applyMinimaxConfig, it as setXaiApiKey, j as applySyntheticConfig, k as applyQianfanConfig, m as applyMinimaxApiConfig, nt as setVeniceApiKey, ot as setZaiApiKey, pt as validateAnthropicSetupToken, q as setCloudflareAiGatewayConfig, rt as setVercelAiGatewayApiKey, tt as setSyntheticApiKey, v as applyAuthProfileConfig, w as applyMoonshotConfigCn, x as applyKimiCodeConfig, y as applyCloudflareAiGatewayConfig, z as applyXiaomiConfig } from "./github-copilot-auth-Dp2ZARrB.js";
|
|
33
|
+
import { n as setupChannels } from "./onboard-channels-BxnxB2za.js";
|
|
34
|
+
import { i as healthCommand } from "./health-format-CwXEhdyY.js";
|
|
35
35
|
import { t as renderTable } from "./table-B3RHVa0g.js";
|
|
36
36
|
import { t as resolveGatewayService } from "./service-BGkVTESM.js";
|
|
37
37
|
import { r as isSystemdUserServiceAvailable } from "./systemd-BzTSelz8.js";
|
|
38
|
-
import { l as getVerboseFlag, o as getFlagValue, r as registerSubCliCommands, s as getPositiveIntFlagValue, u as hasFlag } from "./register.subclis-
|
|
38
|
+
import { l as getVerboseFlag, o as getFlagValue, r as registerSubCliCommands, s as getPositiveIntFlagValue, u as hasFlag } from "./register.subclis-D-MllcmA.js";
|
|
39
39
|
import { n as callGatewayFromCli, t as addGatewayClientOptions } from "./gateway-rpc-CIxOsvvC.js";
|
|
40
40
|
import { t as formatHelpExamples } from "./help-format-BVBm9rU4.js";
|
|
41
41
|
import { t as adminUnlockCommand } from "./admin-unlock-Dr4FqRVP.js";
|
|
42
|
-
import { a as createOutboundSendDeps, n as resolveSessionKeyForRequest, t as koiCommand } from "./koi-
|
|
43
|
-
import { n as hasExplicitOptions, t as ensurePluginRegistryLoaded } from "./plugin-registry-
|
|
42
|
+
import { a as createOutboundSendDeps, n as resolveSessionKeyForRequest, t as koiCommand } from "./koi-60QBEH1O.js";
|
|
43
|
+
import { n as hasExplicitOptions, t as ensurePluginRegistryLoaded } from "./plugin-registry-i-7OCuRL.js";
|
|
44
44
|
import { n as parsePositiveIntOrUndefined, t as collectOption } from "./helpers-BwzKU4J1.js";
|
|
45
|
-
import { i as CONFIGURE_WIZARD_SECTIONS, n as configureCommand, r as configureCommandWithSections } from "./configure-
|
|
45
|
+
import { i as CONFIGURE_WIZARD_SECTIONS, n as configureCommand, r as configureCommandWithSections } from "./configure-BdP5Uzdz.js";
|
|
46
46
|
import { a as gatewayInstallErrorHint, i as buildGatewayInstallPlan, r as isGatewayDaemonRuntime, t as DEFAULT_GATEWAY_DAEMON_RUNTIME } from "./daemon-runtime-r19-i0S0.js";
|
|
47
47
|
import { n as ensureSystemdUserLingerNonInteractive } from "./systemd-linger-Be49_NdF.js";
|
|
48
48
|
import { t as loginCommand } from "./login-C71-L2cR.js";
|
|
49
|
-
import { n as loadAndMaybeMigrateDoctorConfig, t as doctorCommand } from "./doctor-
|
|
49
|
+
import { n as loadAndMaybeMigrateDoctorConfig, t as doctorCommand } from "./doctor-DAr5RKS3.js";
|
|
50
50
|
import { fileURLToPath } from "node:url";
|
|
51
51
|
import fs from "node:fs";
|
|
52
52
|
import path from "node:path";
|
|
@@ -2797,7 +2797,7 @@ async function loadValidConfig() {
|
|
|
2797
2797
|
}
|
|
2798
2798
|
function registerConfigCli(program) {
|
|
2799
2799
|
const cmd = program.command("config").description("Config helpers (get/set/unset). Run without subcommand for the wizard.").addHelpText("after", () => `\n${theme.muted("Docs:")} ${formatDocsLink("/cli/config", "docs.skykoi.com/cli/config")}\n`).option("--section <section>", "Configure wizard sections (repeatable). Use with no subcommand.", (value, previous) => [...previous, value], []).action(async (opts) => {
|
|
2800
|
-
const { CONFIGURE_WIZARD_SECTIONS, configureCommand, configureCommandWithSections } = await import("./configure-
|
|
2800
|
+
const { CONFIGURE_WIZARD_SECTIONS, configureCommand, configureCommandWithSections } = await import("./configure-BdP5Uzdz.js").then((n) => n.t);
|
|
2801
2801
|
const sections = Array.isArray(opts.section) ? opts.section.map((value) => typeof value === "string" ? value.trim() : "").filter(Boolean) : [];
|
|
2802
2802
|
if (sections.length === 0) {
|
|
2803
2803
|
await configureCommand(defaultRuntime);
|
|
@@ -14,9 +14,9 @@ import { n as logConfigUpdated } from "./logging-1Q_KlUsW.js";
|
|
|
14
14
|
import { t as note$1 } from "./note-DRoVRuAi.js";
|
|
15
15
|
import { t as WizardCancelledError } from "./prompts-yNyvMdpp.js";
|
|
16
16
|
import { t as createClackPrompter } from "./clack-prompter-B9o3eQeW.js";
|
|
17
|
-
import { a as applyModelFallbacksFromSelection, c as promptModelAllowlist, d as applyAuthChoice, h as promptAuthChoiceGrouped, i as applyModelAllowlist, l as resolvePreferredProviderForAuthChoice, o as applyPrimaryModel, r as promptRemoteGatewayConfig, s as promptDefaultModel, t as setupSkills } from "./onboard-skills-
|
|
18
|
-
import { n as setupChannels, t as noteChannelStatus } from "./onboard-channels-
|
|
19
|
-
import { i as healthCommand, t as formatHealthCheckFailure } from "./health-format-
|
|
17
|
+
import { a as applyModelFallbacksFromSelection, c as promptModelAllowlist, d as applyAuthChoice, h as promptAuthChoiceGrouped, i as applyModelAllowlist, l as resolvePreferredProviderForAuthChoice, o as applyPrimaryModel, r as promptRemoteGatewayConfig, s as promptDefaultModel, t as setupSkills } from "./onboard-skills-DHsJKmOh.js";
|
|
18
|
+
import { n as setupChannels, t as noteChannelStatus } from "./onboard-channels-BxnxB2za.js";
|
|
19
|
+
import { i as healthCommand, t as formatHealthCheckFailure } from "./health-format-CwXEhdyY.js";
|
|
20
20
|
import { t as resolveGatewayService } from "./service-BGkVTESM.js";
|
|
21
21
|
import { t as ensureControlUiAssetsBuilt } from "./control-ui-assets-B0N-n2rD.js";
|
|
22
22
|
import { a as gatewayInstallErrorHint, i as buildGatewayInstallPlan, n as GATEWAY_DAEMON_RUNTIME_OPTIONS, t as DEFAULT_GATEWAY_DAEMON_RUNTIME } from "./daemon-runtime-r19-i0S0.js";
|
|
@@ -15,7 +15,7 @@ import { n as withProgress } from "./progress-BPDEiFpj.js";
|
|
|
15
15
|
import { h as resolveControlUiLinks } from "./onboard-helpers-DKhundDe.js";
|
|
16
16
|
import { n as isWSLEnv, t as isWSL } from "./wsl-DiiAe4Ci.js";
|
|
17
17
|
import { d as resolveGatewaySystemdServiceName, l as resolveGatewayLaunchAgentLabel } from "./constants-BezzOOYJ.js";
|
|
18
|
-
import { t as createDefaultDeps } from "./deps-
|
|
18
|
+
import { t as createDefaultDeps } from "./deps-Dmh--gZI.js";
|
|
19
19
|
import { o as resolveGatewayLogPaths, t as resolveGatewayService } from "./service-BGkVTESM.js";
|
|
20
20
|
import { r as isSystemdUserServiceAvailable } from "./systemd-BzTSelz8.js";
|
|
21
21
|
import { t as readLastGatewayErrorLine } from "./diagnostics-CFV2YxpG.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Ht as sendMessageTelegram, Ut as sendMessageDiscord, ht as sendMessageIMessage, nn as sendMessageWhatsApp, rn as sendMessageSlack } from "./reply-
|
|
1
|
+
import { Ht as sendMessageTelegram, Ut as sendMessageDiscord, ht as sendMessageIMessage, nn as sendMessageWhatsApp, rn as sendMessageSlack } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { b as sendMessageSignal } from "./deliver-DJbxwsAM.js";
|
|
3
3
|
|
|
4
4
|
//#region src/cli/deps.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Jn as loadModelCatalog, ct as loadSKYKOIPlugins } from "./reply-
|
|
1
|
+
import { Jn as loadModelCatalog, ct as loadSKYKOIPlugins } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { s as defaultRuntime, w as getResolvedLoggerSettings } from "./subsystem-hATE68va.js";
|
|
3
3
|
import { d as resolveIsNixMode, f as resolveLegacyStateDirs, g as resolveStateDir, m as resolveOAuthDir, p as resolveNewStateDir, t as CONFIG_PATH, u as resolveGatewayPort } from "./paths-VdmjGGyc.js";
|
|
4
4
|
import { a as buildKoiMainSessionKey, l as normalizeKoiId, r as DEFAULT_MAIN_KEY, t as DEFAULT_ACCOUNT_ID } from "./session-key-B2OXLVi_.js";
|
|
@@ -26,7 +26,7 @@ import { t as resolveChannelDefaultAccountId } from "./helpers-y1KKH5pe.js";
|
|
|
26
26
|
import { n as logConfigUpdated } from "./logging-1Q_KlUsW.js";
|
|
27
27
|
import { t as note$1 } from "./note-DRoVRuAi.js";
|
|
28
28
|
import { t as applyPluginAutoEnable } from "./plugin-auto-enable-Cg3LRidd.js";
|
|
29
|
-
import { i as healthCommand, t as formatHealthCheckFailure } from "./health-format-
|
|
29
|
+
import { i as healthCommand, t as formatHealthCheckFailure } from "./health-format-CwXEhdyY.js";
|
|
30
30
|
import { t as runGatewayUpdate } from "./update-runner-odTAl-uh.js";
|
|
31
31
|
import { i as resolveGatewayAuth } from "./auth-Vh115fQN.js";
|
|
32
32
|
import { t as buildWorkspaceSkillStatus } from "./skills-status-DakSfN8r.js";
|
|
@@ -34,7 +34,7 @@ import { a as repairLaunchAgentBootstrap, i as launchAgentPlistExists, n as isLa
|
|
|
34
34
|
import { r as isSystemdUserServiceAvailable } from "./systemd-BzTSelz8.js";
|
|
35
35
|
import { t as readLastGatewayErrorLine } from "./diagnostics-CFV2YxpG.js";
|
|
36
36
|
import { t as collectChannelStatusIssues } from "./channels-status-issues-BLygTpUh.js";
|
|
37
|
-
import { n as doctorShellCompletion } from "./doctor-completion-
|
|
37
|
+
import { n as doctorShellCompletion } from "./doctor-completion-qAQPkzxx.js";
|
|
38
38
|
import { n as resolveControlUiDistIndexHealth, r as resolveControlUiDistIndexPathForRoot } from "./control-ui-assets-B0N-n2rD.js";
|
|
39
39
|
import { a as gatewayInstallErrorHint, d as renderSystemNodeWarning, i as buildGatewayInstallPlan, n as GATEWAY_DAEMON_RUNTIME_OPTIONS, p as resolveSystemNodeInfo, t as DEFAULT_GATEWAY_DAEMON_RUNTIME } from "./daemon-runtime-r19-i0S0.js";
|
|
40
40
|
import { t as ensureSystemdUserLingerInteractive } from "./systemd-linger-Be49_NdF.js";
|
|
@@ -3,7 +3,7 @@ import { r as resolveCliName, t as formatCliCommand } from "./command-format-DOY
|
|
|
3
3
|
import { t as VERSION } from "./version-BKRSzdyx.js";
|
|
4
4
|
import { t as note } from "./note-DRoVRuAi.js";
|
|
5
5
|
import { c as compareSemverStrings, s as checkUpdateStatus } from "./update-runner-odTAl-uh.js";
|
|
6
|
-
import { a as resolveCompletionCachePath, i as isCompletionInstalled, o as resolveShellFromEnv, r as installCompletion, s as usesSlowDynamicCompletion, t as completionCacheExists } from "./completion-cli-
|
|
6
|
+
import { a as resolveCompletionCachePath, i as isCompletionInstalled, o as resolveShellFromEnv, r as installCompletion, s as usesSlowDynamicCompletion, t as completionCacheExists } from "./completion-cli-Bk_esTtK.js";
|
|
7
7
|
import path from "node:path";
|
|
8
8
|
import { spawnSync } from "node:child_process";
|
|
9
9
|
|
package/dist/entry.js
CHANGED
|
@@ -247,7 +247,7 @@ if (!ensureExperimentalWarningSuppressed()) {
|
|
|
247
247
|
applyCliProfileEnv({ profile: parsed.profile });
|
|
248
248
|
process$1.argv = parsed.argv;
|
|
249
249
|
}
|
|
250
|
-
import("./run-main-
|
|
250
|
+
import("./run-main-yDGfHYJi.js").then(({ runCli }) => runCli(process$1.argv)).catch((error) => {
|
|
251
251
|
console.error("[SKYKOI] Failed to start CLI:", error instanceof Error ? error.stack ?? error.message : error);
|
|
252
252
|
process$1.exitCode = 1;
|
|
253
253
|
});
|
package/dist/extension-api.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import { c as runEmbeddedPiKoi, lr as resolveKoiTimeoutMs, sn as resolveKoiIdentity } from "./reply-
|
|
2
|
+
import { c as runEmbeddedPiKoi, lr as resolveKoiTimeoutMs, sn as resolveKoiIdentity } from "./reply-BVzxDpAq.js";
|
|
3
3
|
import "./subsystem-hATE68va.js";
|
|
4
4
|
import "./paths-VdmjGGyc.js";
|
|
5
5
|
import "./theme-C5EwWDWE.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { o as __toESM } from "./chunk-D_gEzPfs.js";
|
|
2
2
|
import { B as normalizeThinkLevel, F as formatXHighModelHint, H as normalizeVerboseLevel, P as formatThinkingLevels, R as normalizeElevatedLevel, V as normalizeUsageDisplay, W as supportsXHighThinking, z as normalizeReasoningLevel } from "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
3
|
-
import { $ as normalizeOptionalText, $n as DEFAULT_INPUT_IMAGE_MIMES, $t as findSubkoiRunByRunId, A as capArrayByJsonBytes, An as setCommandLaneConcurrency, Bn as lookupContextTokens, Bt as onHeartbeatEvent, C as listKoisForGateway, Cn as resolveTtsPrefsPath, Ct as registerSkillsChangeListener, D as resolveGatewaySessionStoreTarget, Dn as textToSpeech, Dt as isExternalHookSession, E as loadSessionEntry, En as setTtsProvider, Et as getHookType, Fn as DEFAULT_HEARTBEAT_ACK_MAX_CHARS, G as consumeGatewaySigusr1RestartAuthorization, Gn as enqueueSystemEvent, H as runWithModelFallback, Hn as applyModelOverrideToSessionEntry, I as ensureOutboundSessionEntry, It as buildHistoryContextFromEntries, J as setGatewaySigusr1RestartPolicy, Jn as loadModelCatalog, Jt as createReplyDispatcher, K as isGatewaySigusr1RestartExternallyAllowed, Kn as isSystemEventContextChanged, L as resolveOutboundSessionRoute, Lt as resolveHeartbeatVisibility, M as readSessionPreviewItemsFromTranscript, Mn as startDiagnosticHeartbeat, Mt as normalizeGroupActivation, N as resolveSessionTranscriptCandidates, Nn as stopDiagnosticHeartbeat, O as resolveSessionModelRef, P as stripEnvelopeFromMessages, Pn as isDiagnosticsEnabled, Pt as registerUnhandledRejectionHandler, Q as normalizeOptionalKoiId, Qn as DEFAULT_INPUT_IMAGE_MAX_BYTES, Qt as findSubkoiRunByChildSessionKey, S as resolveAnnounceTargetFromKey, Sn as resolveTtsConfig, St as getSkillsSnapshotVersion, T as loadCombinedSessionStoreForGateway, Tn as setTtsEnabled, Tt as detectSuspiciousPatterns, Un as applyVerboseOverride, V as readRecentActivity, W as authorizeGatewaySigusr1Restart, Wn as parseVerboseOverride, Wt as getChannelActivity, X as normalizeCronJobPatch, Xn as DEFAULT_INPUT_FILE_MAX_CHARS, Xt as isAbortTrigger, Y as normalizeCronJobCreate, Yn as DEFAULT_INPUT_FILE_MAX_BYTES, Yt as formatZonedTimestamp, Z as inferLegacyName, Zn as DEFAULT_INPUT_FILE_MIMES, Zt as stopSubkoisForRequester, _ as canvasUri, _n as getTtsProvider, _t as primeRemoteSkillsCache, a as normalizeSendPolicy, ar as extractFileContentFromSource, at as requestHeartbeatNow, b as onCanvasChange, bn as resolveTtsApiKey, bt as refreshRemoteNodeBins, c as runEmbeddedPiKoi, cn as formatUserTime, ct as loadSKYKOIPlugins, dn as clearInternalHooks, en as initSubkoiRegistry, er as DEFAULT_INPUT_MAX_REDIRECTS, et as normalizePayloadToSystemText, f as waitForEmbeddedPiRunEnd, fn as createInternalHookEvent, g as createSKYKOITools, gn as OPENAI_TTS_VOICES, gt as getRemoteSkillEligibility, h as initRuntimeContext, hn as OPENAI_TTS_MODELS, i as runCliKoi, ir as DEFAULT_INPUT_TIMEOUT_MS, j as readSessionMessages, jn as CommandLane, jt as createReplyPrefixOptions, k as archiveFileOnDisk, l as getLastSystemPrompt, ln as resolveUserTimeFormat, lr as resolveKoiTimeoutMs, lt as loadProviderUsageSummary, mn as triggerInternalHook, n as getCliSessionId, nr as DEFAULT_INPUT_PDF_MAX_PIXELS, nt as migrateLegacyCronPayload, o as resolveSendPolicy, or as extractImageContentFromSource, pn as registerInternalHook, pt as handleSlackHttpRequest, q as scheduleGatewaySigusr1Restart, qt as dispatchInboundMessage, r as setCliSessionId, rr as DEFAULT_INPUT_PDF_MIN_TEXT_CHARS, s as clearSessionQueues, sn as resolveKoiIdentity, sr as normalizeMimeList, st as getPluginToolMeta, tr as DEFAULT_INPUT_PDF_MAX_PAGES, tt as normalizeRequiredName, u as abortEmbeddedPiRun, un as resolveUserTimezone, v as getCanvasResource, vn as isTtsEnabled, vt as recordRemoteNodeInfo, w as listSessionsFromStore, wn as resolveTtsProviderOrder, wt as buildSafeExternalPrompt, x as replaceCanvasResource, xn as resolveTtsAutoMode, xt as setSkillsRemoteRegistry, y as listCanvasUris, yn as isTtsProviderConfigured, yt as refreshRemoteBinsForConnectedNodes, z as resetDirectoryCache, zn as stripHeartbeatToken, zt as getLastHeartbeatEvent } from "./reply-
|
|
3
|
+
import { $ as normalizeOptionalText, $n as DEFAULT_INPUT_IMAGE_MIMES, $t as findSubkoiRunByRunId, A as capArrayByJsonBytes, An as setCommandLaneConcurrency, Bn as lookupContextTokens, Bt as onHeartbeatEvent, C as listKoisForGateway, Cn as resolveTtsPrefsPath, Ct as registerSkillsChangeListener, D as resolveGatewaySessionStoreTarget, Dn as textToSpeech, Dt as isExternalHookSession, E as loadSessionEntry, En as setTtsProvider, Et as getHookType, Fn as DEFAULT_HEARTBEAT_ACK_MAX_CHARS, G as consumeGatewaySigusr1RestartAuthorization, Gn as enqueueSystemEvent, H as runWithModelFallback, Hn as applyModelOverrideToSessionEntry, I as ensureOutboundSessionEntry, It as buildHistoryContextFromEntries, J as setGatewaySigusr1RestartPolicy, Jn as loadModelCatalog, Jt as createReplyDispatcher, K as isGatewaySigusr1RestartExternallyAllowed, Kn as isSystemEventContextChanged, L as resolveOutboundSessionRoute, Lt as resolveHeartbeatVisibility, M as readSessionPreviewItemsFromTranscript, Mn as startDiagnosticHeartbeat, Mt as normalizeGroupActivation, N as resolveSessionTranscriptCandidates, Nn as stopDiagnosticHeartbeat, O as resolveSessionModelRef, P as stripEnvelopeFromMessages, Pn as isDiagnosticsEnabled, Pt as registerUnhandledRejectionHandler, Q as normalizeOptionalKoiId, Qn as DEFAULT_INPUT_IMAGE_MAX_BYTES, Qt as findSubkoiRunByChildSessionKey, S as resolveAnnounceTargetFromKey, Sn as resolveTtsConfig, St as getSkillsSnapshotVersion, T as loadCombinedSessionStoreForGateway, Tn as setTtsEnabled, Tt as detectSuspiciousPatterns, Un as applyVerboseOverride, V as readRecentActivity, W as authorizeGatewaySigusr1Restart, Wn as parseVerboseOverride, Wt as getChannelActivity, X as normalizeCronJobPatch, Xn as DEFAULT_INPUT_FILE_MAX_CHARS, Xt as isAbortTrigger, Y as normalizeCronJobCreate, Yn as DEFAULT_INPUT_FILE_MAX_BYTES, Yt as formatZonedTimestamp, Z as inferLegacyName, Zn as DEFAULT_INPUT_FILE_MIMES, Zt as stopSubkoisForRequester, _ as canvasUri, _n as getTtsProvider, _t as primeRemoteSkillsCache, a as normalizeSendPolicy, ar as extractFileContentFromSource, at as requestHeartbeatNow, b as onCanvasChange, bn as resolveTtsApiKey, bt as refreshRemoteNodeBins, c as runEmbeddedPiKoi, cn as formatUserTime, ct as loadSKYKOIPlugins, dn as clearInternalHooks, en as initSubkoiRegistry, er as DEFAULT_INPUT_MAX_REDIRECTS, et as normalizePayloadToSystemText, f as waitForEmbeddedPiRunEnd, fn as createInternalHookEvent, g as createSKYKOITools, gn as OPENAI_TTS_VOICES, gt as getRemoteSkillEligibility, h as initRuntimeContext, hn as OPENAI_TTS_MODELS, i as runCliKoi, ir as DEFAULT_INPUT_TIMEOUT_MS, j as readSessionMessages, jn as CommandLane, jt as createReplyPrefixOptions, k as archiveFileOnDisk, l as getLastSystemPrompt, ln as resolveUserTimeFormat, lr as resolveKoiTimeoutMs, lt as loadProviderUsageSummary, mn as triggerInternalHook, n as getCliSessionId, nr as DEFAULT_INPUT_PDF_MAX_PIXELS, nt as migrateLegacyCronPayload, o as resolveSendPolicy, or as extractImageContentFromSource, pn as registerInternalHook, pt as handleSlackHttpRequest, q as scheduleGatewaySigusr1Restart, qt as dispatchInboundMessage, r as setCliSessionId, rr as DEFAULT_INPUT_PDF_MIN_TEXT_CHARS, s as clearSessionQueues, sn as resolveKoiIdentity, sr as normalizeMimeList, st as getPluginToolMeta, tr as DEFAULT_INPUT_PDF_MAX_PAGES, tt as normalizeRequiredName, u as abortEmbeddedPiRun, un as resolveUserTimezone, v as getCanvasResource, vn as isTtsEnabled, vt as recordRemoteNodeInfo, w as listSessionsFromStore, wn as resolveTtsProviderOrder, wt as buildSafeExternalPrompt, x as replaceCanvasResource, xn as resolveTtsAutoMode, xt as setSkillsRemoteRegistry, y as listCanvasUris, yn as isTtsProviderConfigured, yt as refreshRemoteBinsForConnectedNodes, z as resetDirectoryCache, zn as stripHeartbeatToken, zt as getLastHeartbeatEvent } from "./reply-BVzxDpAq.js";
|
|
4
4
|
import { C as getLogger, D as CHANNEL_IDS, L as getActivePluginRegistry, S as getChildLogger, a as setConsoleTimestampPrefix, i as setConsoleSubsystemFilter, k as DEFAULT_CHAT_CHANNEL, n as runtimeForLogger, s as defaultRuntime, t as createSubsystemLogger, v as setVerbose, w as getResolvedLoggerSettings } from "./subsystem-hATE68va.js";
|
|
5
5
|
import { g as resolveStateDir, i as isNixMode, l as resolveGatewayLockDir, o as resolveConfigPath, r as STATE_DIR, t as CONFIG_PATH, u as resolveGatewayPort } from "./paths-VdmjGGyc.js";
|
|
6
6
|
import { n as isRich, r as theme, t as colorize } from "./theme-C5EwWDWE.js";
|
|
@@ -79,7 +79,7 @@ import { t as parseAbsoluteTimeMs } from "./parse-B6Z5uj5w.js";
|
|
|
79
79
|
import { a as summarizeRestartSentinel, n as formatDoctorNonInteractiveHint, r as formatRestartSentinelMessage, s as writeRestartSentinel, t as consumeRestartSentinel } from "./restart-sentinel-Cu-Tbnik.js";
|
|
80
80
|
import { n as resolveMessageChannelSelection } from "./channel-selection-Cd-vguDM.js";
|
|
81
81
|
import { i as readEventsSince, n as clearEventLogForSession, o as subscribeAll, r as hydrateSession, t as appendEvent } from "./event-log-BJRHlOn8.js";
|
|
82
|
-
import { n as createOutboundSendDeps, t as createDefaultDeps } from "./deps-
|
|
82
|
+
import { n as createOutboundSendDeps, t as createDefaultDeps } from "./deps-Dmh--gZI.js";
|
|
83
83
|
import { i as enableTailscaleServe, n as disableTailscaleServe, o as getTailnetHostname, r as enableTailscaleFunnel, t as disableTailscaleFunnel } from "./tailscale-BO36kRfh.js";
|
|
84
84
|
import { t as ensureSKYKOICliOnPath } from "./path-env-gxBbRHVZ.js";
|
|
85
85
|
import { t as forceFreePortAndWait } from "./ports-YIGvuUFy.js";
|
|
@@ -87,15 +87,15 @@ import { t as resolveChannelDefaultAccountId } from "./helpers-y1KKH5pe.js";
|
|
|
87
87
|
import "./logging-1Q_KlUsW.js";
|
|
88
88
|
import "./note-DRoVRuAi.js";
|
|
89
89
|
import { t as WizardCancelledError } from "./prompts-yNyvMdpp.js";
|
|
90
|
-
import { c as loadKoiIdentity, d as loadKoiIdentityFromWorkspace, i as applyKoiConfig, l as pruneKoiConfig, o as findKoiEntryIndex, r as getStatusSummary, s as listKoiEntries, t as runOnboardingWizard } from "./onboarding-
|
|
91
|
-
import { n as installSkill } from "./onboard-skills-
|
|
92
|
-
import "./github-copilot-auth-
|
|
93
|
-
import "./onboard-channels-
|
|
90
|
+
import { c as loadKoiIdentity, d as loadKoiIdentityFromWorkspace, i as applyKoiConfig, l as pruneKoiConfig, o as findKoiEntryIndex, r as getStatusSummary, s as listKoiEntries, t as runOnboardingWizard } from "./onboarding-DcbGvFE3.js";
|
|
91
|
+
import { n as installSkill } from "./onboard-skills-DHsJKmOh.js";
|
|
92
|
+
import "./github-copilot-auth-Dp2ZARrB.js";
|
|
93
|
+
import "./onboard-channels-BxnxB2za.js";
|
|
94
94
|
import { r as buildChannelUiCatalog, t as applyPluginAutoEnable } from "./plugin-auto-enable-Cg3LRidd.js";
|
|
95
|
-
import "./archive-
|
|
95
|
+
import "./archive-HTCu_pHy.js";
|
|
96
96
|
import "./skill-scanner-CBHxr1An.js";
|
|
97
|
-
import "./installs-
|
|
98
|
-
import { c as startHeartbeatRunner, n as formatHealthChannelLines, o as runHeartbeatOnce, r as getHealthSnapshot, s as setHeartbeatsEnabled } from "./health-format-
|
|
97
|
+
import "./installs-mPMyOEQN.js";
|
|
98
|
+
import { c as startHeartbeatRunner, n as formatHealthChannelLines, o as runHeartbeatOnce, r as getHealthSnapshot, s as setHeartbeatsEnabled } from "./health-format-CwXEhdyY.js";
|
|
99
99
|
import { c as compareSemverStrings, d as resolveNpmChannelTag, g as normalizeUpdateChannel, l as fetchNpmLatestVersion, p as DEFAULT_PACKAGE_CHANNEL, s as checkUpdateStatus, t as runGatewayUpdate } from "./update-runner-odTAl-uh.js";
|
|
100
100
|
import { i as resolveGatewayAuth, n as authorizeGatewayConnect, r as isLocalDirectRequest, t as assertGatewayAuthConfigured } from "./auth-Vh115fQN.js";
|
|
101
101
|
import { i as probeGateway } from "./audit-BhMw948Z.js";
|
|
@@ -106,21 +106,21 @@ import { p as resolveGatewayStateDir } from "./systemd-BzTSelz8.js";
|
|
|
106
106
|
import "./diagnostics-CFV2YxpG.js";
|
|
107
107
|
import "./node-service-BzD7Bqwc.js";
|
|
108
108
|
import "./channels-status-issues-BLygTpUh.js";
|
|
109
|
-
import "./doctor-completion-
|
|
110
|
-
import "./register.subclis-
|
|
111
|
-
import { a as createOutboundSendDeps$1, i as resolveKoiOutboundTarget, r as resolveKoiDeliveryPlan, t as koiCommand } from "./koi-
|
|
109
|
+
import "./doctor-completion-qAQPkzxx.js";
|
|
110
|
+
import "./register.subclis-D-MllcmA.js";
|
|
111
|
+
import { a as createOutboundSendDeps$1, i as resolveKoiOutboundTarget, r as resolveKoiDeliveryPlan, t as koiCommand } from "./koi-60QBEH1O.js";
|
|
112
112
|
import { a as resolveControlUiRootSync, i as resolveControlUiRootOverrideSync, t as ensureControlUiAssetsBuilt } from "./control-ui-assets-B0N-n2rD.js";
|
|
113
113
|
import "./daemon-runtime-r19-i0S0.js";
|
|
114
114
|
import { n as resolveWideAreaDiscoveryDomain, r as writeWideAreaGatewayZone } from "./widearea-dns-Bb9eE_C1.js";
|
|
115
115
|
import { n as discoverGatewayBeacons } from "./bonjour-discovery-Du_kGDHQ.js";
|
|
116
116
|
import "./ensure-local-gateway-VbJtdpui.js";
|
|
117
|
-
import "./completion-cli-
|
|
117
|
+
import "./completion-cli-Bk_esTtK.js";
|
|
118
118
|
import "./service-audit-C3mNLBya.js";
|
|
119
119
|
import { i as shouldIncludeHook, n as loadWorkspaceHookEntries, r as resolveHookConfig } from "./hooks-status-B0H9mn8K.js";
|
|
120
120
|
import "./tui-C8LwqY_j.js";
|
|
121
121
|
import { t as buildChannelAccountSnapshot } from "./status-BN46BKoK.js";
|
|
122
122
|
import "./shared-BJlh4CKo.js";
|
|
123
|
-
import { a as runDaemonStop, i as runDaemonStart, n as runDaemonStatus, o as runDaemonUninstall, r as runDaemonRestart, s as runDaemonInstall } from "./daemon-cli-
|
|
123
|
+
import { a as runDaemonStop, i as runDaemonStart, n as runDaemonStatus, o as runDaemonUninstall, r as runDaemonRestart, s as runDaemonInstall } from "./daemon-cli-pKyd_-Wt.js";
|
|
124
124
|
import { a as toOptionString, i as parsePort$1, n as extractGatewayMiskeys, r as maybeExplainGatewayServiceStop, t as describeUnknownError } from "./shared-CwLJrrHf.js";
|
|
125
125
|
import { i as setGatewayWsLogStyle, n as logWs, r as summarizeKoiEventForWsLog, t as formatForLog } from "./ws-log-C9-8BLr6.js";
|
|
126
126
|
import { T as resolveGmailHookRuntimeConfig, _ as buildGogWatchServeArgs, i as ensureTailscaleEndpoint, v as buildGogWatchStartArgs } from "./gmail-setup-utils-B_tUL1-k.js";
|
|
@@ -12024,7 +12024,7 @@ const nodeHandlers = {
|
|
|
12024
12024
|
const p = params;
|
|
12025
12025
|
const payloadJSON = typeof p.payloadJSON === "string" ? p.payloadJSON : p.payload !== void 0 ? JSON.stringify(p.payload) : null;
|
|
12026
12026
|
await respondUnavailableOnThrow(respond, async () => {
|
|
12027
|
-
const { handleNodeEvent } = await import("./server-node-events-
|
|
12027
|
+
const { handleNodeEvent } = await import("./server-node-events-DSy0EVXw.js");
|
|
12028
12028
|
const nodeId = client?.connect?.device?.id ?? client?.connect?.client?.id ?? "node";
|
|
12029
12029
|
await handleNodeEvent({
|
|
12030
12030
|
deps: context.deps,
|
|
@@ -21087,7 +21087,7 @@ async function startGatewayServer(port = 18789, opts = {}) {
|
|
|
21087
21087
|
let captureServiceStop = null;
|
|
21088
21088
|
(async () => {
|
|
21089
21089
|
try {
|
|
21090
|
-
const { startCaptureService } = await import("./capture-service-
|
|
21090
|
+
const { startCaptureService } = await import("./capture-service-D5vu8pNR.js");
|
|
21091
21091
|
captureServiceStop = (await startCaptureService()).stop;
|
|
21092
21092
|
console.log("[capture] Device capture service started");
|
|
21093
21093
|
} catch (err) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ct as loadSKYKOIPlugins } from "./reply-
|
|
1
|
+
import { ct as loadSKYKOIPlugins } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { t as createSubsystemLogger } from "./subsystem-hATE68va.js";
|
|
3
3
|
import { l as normalizeKoiId } from "./session-key-B2OXLVi_.js";
|
|
4
4
|
import { b as sleep } from "./utils-D019Z2NU.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Fn as DEFAULT_HEARTBEAT_ACK_MAX_CHARS, In as DEFAULT_HEARTBEAT_EVERY, Ln as isHeartbeatContentEffectivelyEmpty, Lt as resolveHeartbeatVisibility, On as enqueueCommandInLane, Rn as resolveHeartbeatPrompt$1, Rt as emitHeartbeatEvent, Vt as resolveIndicatorType, at as requestHeartbeatNow, d as isEmbeddedPiRunActive, jn as CommandLane, kn as getQueueSize, on as resolveEffectiveMessagesConfig, ot as setHeartbeatWakeHandler, qn as peekSystemEvents, t as getReplyFromConfig, un as resolveUserTimezone, zn as stripHeartbeatToken } from "./reply-
|
|
1
|
+
import { Fn as DEFAULT_HEARTBEAT_ACK_MAX_CHARS, In as DEFAULT_HEARTBEAT_EVERY, Ln as isHeartbeatContentEffectivelyEmpty, Lt as resolveHeartbeatVisibility, On as enqueueCommandInLane, Rn as resolveHeartbeatPrompt$1, Rt as emitHeartbeatEvent, Vt as resolveIndicatorType, at as requestHeartbeatNow, d as isEmbeddedPiRunActive, jn as CommandLane, kn as getQueueSize, on as resolveEffectiveMessagesConfig, ot as setHeartbeatWakeHandler, qn as peekSystemEvents, t as getReplyFromConfig, un as resolveUserTimezone, zn as stripHeartbeatToken } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { p as info, s as defaultRuntime, t as createSubsystemLogger } from "./subsystem-hATE68va.js";
|
|
3
3
|
import { n as isRich, r as theme, t as colorize } from "./theme-C5EwWDWE.js";
|
|
4
4
|
import { d as resolveKoiIdFromSessionKey, h as toKoiStoreSessionKey, l as normalizeKoiId } from "./session-key-B2OXLVi_.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import "./reply-
|
|
2
|
+
import "./reply-BVzxDpAq.js";
|
|
3
3
|
import { s as defaultRuntime } from "./subsystem-hATE68va.js";
|
|
4
4
|
import "./paths-VdmjGGyc.js";
|
|
5
5
|
import { r as theme } from "./theme-C5EwWDWE.js";
|
|
@@ -68,10 +68,10 @@ import "./control-service-Bbl6R2bi.js";
|
|
|
68
68
|
import "./restart-sentinel-Cu-Tbnik.js";
|
|
69
69
|
import "./channel-selection-Cd-vguDM.js";
|
|
70
70
|
import "./event-log-BJRHlOn8.js";
|
|
71
|
-
import { a as resolvePackedRootDir, i as resolveArchiveKind, n as fileExists, r as readJsonFile, t as extractArchive } from "./archive-
|
|
71
|
+
import { a as resolvePackedRootDir, i as resolveArchiveKind, n as fileExists, r as readJsonFile, t as extractArchive } from "./archive-HTCu_pHy.js";
|
|
72
72
|
import { t as renderTable } from "./table-B3RHVa0g.js";
|
|
73
73
|
import { a as parseFrontmatter, n as loadWorkspaceHookEntries, t as buildWorkspaceHookStatus } from "./hooks-status-B0H9mn8K.js";
|
|
74
|
-
import { t as buildPluginStatusReport } from "./status-
|
|
74
|
+
import { t as buildPluginStatusReport } from "./status-B8_GYF7B.js";
|
|
75
75
|
import fs from "node:fs";
|
|
76
76
|
import path from "node:path";
|
|
77
77
|
import os from "node:os";
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
3
|
-
import { At as monitorWebChannel, Ft as waitForever, Nt as installUnhandledRejectionHandler, cr as applyTemplate, t as getReplyFromConfig } from "./reply-
|
|
3
|
+
import { At as monitorWebChannel, Ft as waitForever, Nt as installUnhandledRejectionHandler, cr as applyTemplate, t as getReplyFromConfig } from "./reply-BVzxDpAq.js";
|
|
4
4
|
import { r as enableConsoleCapture } from "./subsystem-hATE68va.js";
|
|
5
5
|
import "./paths-VdmjGGyc.js";
|
|
6
6
|
import "./theme-C5EwWDWE.js";
|
|
@@ -68,25 +68,25 @@ import "./control-service-Bbl6R2bi.js";
|
|
|
68
68
|
import "./restart-sentinel-Cu-Tbnik.js";
|
|
69
69
|
import "./channel-selection-Cd-vguDM.js";
|
|
70
70
|
import "./event-log-BJRHlOn8.js";
|
|
71
|
-
import { t as createDefaultDeps } from "./deps-
|
|
71
|
+
import { t as createDefaultDeps } from "./deps-Dmh--gZI.js";
|
|
72
72
|
import { l as ensureBinary, u as promptYesNo } from "./tailscale-BO36kRfh.js";
|
|
73
73
|
import { t as isMainModule } from "./is-main-Cs8_TnVO.js";
|
|
74
74
|
import { t as ensureSKYKOICliOnPath } from "./path-env-gxBbRHVZ.js";
|
|
75
75
|
import { t as assertSupportedRuntime } from "./runtime-guard-C80qkv4W.js";
|
|
76
76
|
import "./ports-YIGvuUFy.js";
|
|
77
|
-
import "./config-guard-
|
|
77
|
+
import "./config-guard-CHolPjNa.js";
|
|
78
78
|
import "./logging-1Q_KlUsW.js";
|
|
79
79
|
import "./note-DRoVRuAi.js";
|
|
80
80
|
import "./clack-prompter-B9o3eQeW.js";
|
|
81
|
-
import "./onboarding-
|
|
82
|
-
import "./onboard-skills-
|
|
83
|
-
import "./github-copilot-auth-
|
|
84
|
-
import "./onboard-channels-
|
|
81
|
+
import "./onboarding-DcbGvFE3.js";
|
|
82
|
+
import "./onboard-skills-DHsJKmOh.js";
|
|
83
|
+
import "./github-copilot-auth-Dp2ZARrB.js";
|
|
84
|
+
import "./onboard-channels-BxnxB2za.js";
|
|
85
85
|
import "./plugin-auto-enable-Cg3LRidd.js";
|
|
86
|
-
import "./archive-
|
|
86
|
+
import "./archive-HTCu_pHy.js";
|
|
87
87
|
import "./skill-scanner-CBHxr1An.js";
|
|
88
|
-
import "./installs-
|
|
89
|
-
import "./health-format-
|
|
88
|
+
import "./installs-mPMyOEQN.js";
|
|
89
|
+
import "./health-format-CwXEhdyY.js";
|
|
90
90
|
import "./update-runner-odTAl-uh.js";
|
|
91
91
|
import "./auth-Vh115fQN.js";
|
|
92
92
|
import "./audit-BhMw948Z.js";
|
|
@@ -97,15 +97,15 @@ import "./systemd-BzTSelz8.js";
|
|
|
97
97
|
import "./diagnostics-CFV2YxpG.js";
|
|
98
98
|
import "./node-service-BzD7Bqwc.js";
|
|
99
99
|
import "./channels-status-issues-BLygTpUh.js";
|
|
100
|
-
import "./doctor-completion-
|
|
101
|
-
import "./register.subclis-
|
|
100
|
+
import "./doctor-completion-qAQPkzxx.js";
|
|
101
|
+
import "./register.subclis-D-MllcmA.js";
|
|
102
102
|
import "./gateway-rpc-CIxOsvvC.js";
|
|
103
103
|
import "./help-format-BVBm9rU4.js";
|
|
104
104
|
import "./admin-unlock-Dr4FqRVP.js";
|
|
105
|
-
import "./koi-
|
|
106
|
-
import "./plugin-registry-
|
|
105
|
+
import "./koi-60QBEH1O.js";
|
|
106
|
+
import "./plugin-registry-i-7OCuRL.js";
|
|
107
107
|
import "./control-ui-assets-B0N-n2rD.js";
|
|
108
|
-
import "./configure-
|
|
108
|
+
import "./configure-BdP5Uzdz.js";
|
|
109
109
|
import "./daemon-runtime-r19-i0S0.js";
|
|
110
110
|
import "./systemd-linger-Be49_NdF.js";
|
|
111
111
|
import "./widearea-dns-Bb9eE_C1.js";
|
|
@@ -114,13 +114,13 @@ import "./ensure-local-gateway-VbJtdpui.js";
|
|
|
114
114
|
import "./login-C71-L2cR.js";
|
|
115
115
|
import "./channel-auth-DrJ2FCUT.js";
|
|
116
116
|
import "./auth-health-DX1wRWrd.js";
|
|
117
|
-
import "./doctor-
|
|
118
|
-
import "./completion-cli-
|
|
117
|
+
import "./doctor-DAr5RKS3.js";
|
|
118
|
+
import "./completion-cli-Bk_esTtK.js";
|
|
119
119
|
import "./service-audit-C3mNLBya.js";
|
|
120
120
|
import "./hooks-status-B0H9mn8K.js";
|
|
121
121
|
import "./tui-C8LwqY_j.js";
|
|
122
|
-
import "./channel-options-
|
|
123
|
-
import { n as buildProgram } from "./program-
|
|
122
|
+
import "./channel-options-Dil5NGZ4.js";
|
|
123
|
+
import { n as buildProgram } from "./program-dkrklJ1-.js";
|
|
124
124
|
import process from "node:process";
|
|
125
125
|
import { fileURLToPath } from "node:url";
|
|
126
126
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h as resolveUserPath, t as CONFIG_DIR } from "./utils-D019Z2NU.js";
|
|
2
2
|
import { t as runCommandWithTimeout } from "./exec-DdlIawm8.js";
|
|
3
3
|
import { a as MANIFEST_KEY } from "./manifest-registry-DEGu_o5t.js";
|
|
4
|
-
import { a as resolvePackedRootDir, i as resolveArchiveKind, n as fileExists, r as readJsonFile, t as extractArchive } from "./archive-
|
|
4
|
+
import { a as resolvePackedRootDir, i as resolveArchiveKind, n as fileExists, r as readJsonFile, t as extractArchive } from "./archive-HTCu_pHy.js";
|
|
5
5
|
import { t as scanDirectoryWithSummary } from "./skill-scanner-CBHxr1An.js";
|
|
6
6
|
import path from "node:path";
|
|
7
7
|
import os from "node:os";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { B as normalizeThinkLevel, F as formatXHighModelHint, H as normalizeVerboseLevel, P as formatThinkingLevels, W as supportsXHighThinking } from "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import { Bn as lookupContextTokens, H as runWithModelFallback, Hn as applyModelOverrideToSessionEntry, Jn as loadModelCatalog, St as getSkillsSnapshotVersion, Un as applyVerboseOverride, Vn as clearSessionAuthProfileOverride, c as runEmbeddedPiKoi, gt as getRemoteSkillEligibility, i as runCliKoi, lr as resolveKoiTimeoutMs, m as compactEmbeddedPiSession, n as getCliSessionId, o as resolveSendPolicy, r as setCliSessionId, tn as KOI_LANE_NESTED } from "./reply-
|
|
2
|
+
import { Bn as lookupContextTokens, H as runWithModelFallback, Hn as applyModelOverrideToSessionEntry, Jn as loadModelCatalog, St as getSkillsSnapshotVersion, Un as applyVerboseOverride, Vn as clearSessionAuthProfileOverride, c as runEmbeddedPiKoi, gt as getRemoteSkillEligibility, i as runCliKoi, lr as resolveKoiTimeoutMs, m as compactEmbeddedPiSession, n as getCliSessionId, o as resolveSendPolicy, r as setCliSessionId, tn as KOI_LANE_NESTED } from "./reply-BVzxDpAq.js";
|
|
3
3
|
import { k as DEFAULT_CHAT_CHANNEL, s as defaultRuntime } from "./subsystem-hATE68va.js";
|
|
4
4
|
import { d as resolveKoiIdFromSessionKey, l as normalizeKoiId, u as normalizeMainKey } from "./session-key-B2OXLVi_.js";
|
|
5
5
|
import { S as ensureKoiWorkspace, a as resolveKoiDir, c as resolveKoiSkillsFilter, l as resolveKoiWorkspaceDir, n as listKoiIds, o as resolveKoiModelFallbacksOverride, s as resolveKoiModelPrimary } from "./koi-scope-7GA83nWp.js";
|
|
@@ -14,7 +14,7 @@ import { a as normalizeOutboundPayloadsForJson, i as normalizeOutboundPayloads,
|
|
|
14
14
|
import { a as resolveOutboundTarget, o as resolveSessionDeliveryTarget } from "./message-0gwe6UQ4.js";
|
|
15
15
|
import { n as emitKoiEvent, o as registerKoiRunContext, t as clearKoiRunContext } from "./koi-events-c_9Lexjh.js";
|
|
16
16
|
import { l as hasNonzeroUsage } from "./session-cost-usage--3A8ZVbE.js";
|
|
17
|
-
import { t as createDefaultDeps } from "./deps-
|
|
17
|
+
import { t as createDefaultDeps } from "./deps-Dmh--gZI.js";
|
|
18
18
|
import crypto from "node:crypto";
|
|
19
19
|
|
|
20
20
|
//#region src/cli/outbound-send-deps.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import { Jn as loadModelCatalog, U as describeFailoverError, c as runEmbeddedPiKoi, dt as formatUsageWindowSummary, ft as resolveUsageProviderId, lt as loadProviderUsageSummary } from "./reply-
|
|
2
|
+
import { Jn as loadModelCatalog, U as describeFailoverError, c as runEmbeddedPiKoi, dt as formatUsageWindowSummary, ft as resolveUsageProviderId, lt as loadProviderUsageSummary } from "./reply-BVzxDpAq.js";
|
|
3
3
|
import { s as defaultRuntime } from "./subsystem-hATE68va.js";
|
|
4
4
|
import { t as CONFIG_PATH } from "./paths-VdmjGGyc.js";
|
|
5
5
|
import { n as isRich$1, r as theme, t as colorize } from "./theme-C5EwWDWE.js";
|
|
@@ -72,7 +72,7 @@ import "./event-log-BJRHlOn8.js";
|
|
|
72
72
|
import { n as logConfigUpdated } from "./logging-1Q_KlUsW.js";
|
|
73
73
|
import "./note-DRoVRuAi.js";
|
|
74
74
|
import { t as createClackPrompter } from "./clack-prompter-B9o3eQeW.js";
|
|
75
|
-
import { a as normalizeAlias, c as updateConfig, d as resolvePluginProviders, i as formatTokenK, l as createVpsAwareOAuthHandlers, n as ensureFlagCompatibility, o as resolveKnownKoiId, pt as validateAnthropicSetupToken, r as formatMs, s as resolveModelTarget, t as githubCopilotLoginCommand, u as isRemoteEnvironment, v as applyAuthProfileConfig } from "./github-copilot-auth-
|
|
75
|
+
import { a as normalizeAlias, c as updateConfig, d as resolvePluginProviders, i as formatTokenK, l as createVpsAwareOAuthHandlers, n as ensureFlagCompatibility, o as resolveKnownKoiId, pt as validateAnthropicSetupToken, r as formatMs, s as resolveModelTarget, t as githubCopilotLoginCommand, u as isRemoteEnvironment, v as applyAuthProfileConfig } from "./github-copilot-auth-Dp2ZARrB.js";
|
|
76
76
|
import { t as renderTable } from "./table-B3RHVa0g.js";
|
|
77
77
|
import { i as redactSecrets } from "./format-IoT-eUxs.js";
|
|
78
78
|
import { n as buildAuthHealthSummary, r as formatRemainingShort, t as DEFAULT_OAUTH_WARN_MS } from "./auth-health-DX1wRWrd.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ct as loadSKYKOIPlugins } from "./reply-
|
|
1
|
+
import { ct as loadSKYKOIPlugins } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { A as formatChannelPrimerLine, N as listChatChannels, j as formatChannelSelectionLine, t as createSubsystemLogger } from "./subsystem-hATE68va.js";
|
|
3
3
|
import { c as normalizeAccountId, t as DEFAULT_ACCOUNT_ID } from "./session-key-B2OXLVi_.js";
|
|
4
4
|
import { l as resolveKoiWorkspaceDir, r as resolveDefaultKoiId } from "./koi-scope-7GA83nWp.js";
|
|
@@ -7,7 +7,7 @@ import { n as listChannelPlugins, t as getChannelPlugin } from "./plugins-BXfIVh
|
|
|
7
7
|
import { t as formatDocsLink } from "./links-B0HTM-CT.js";
|
|
8
8
|
import { t as resolveChannelDefaultAccountId } from "./helpers-y1KKH5pe.js";
|
|
9
9
|
import { i as listChannelPluginCatalogEntries, n as isChannelConfigured } from "./plugin-auto-enable-Cg3LRidd.js";
|
|
10
|
-
import { n as installPluginFromNpmSpec, t as recordPluginInstall } from "./installs-
|
|
10
|
+
import { n as installPluginFromNpmSpec, t as recordPluginInstall } from "./installs-mPMyOEQN.js";
|
|
11
11
|
import fs from "node:fs";
|
|
12
12
|
import path from "node:path";
|
|
13
13
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Jn as loadModelCatalog } from "./reply-
|
|
1
|
+
import { Jn as loadModelCatalog } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { f as resolveConfigDir, h as resolveUserPath, s as ensureDir, t as CONFIG_DIR } from "./utils-D019Z2NU.js";
|
|
3
3
|
import { t as runCommandWithTimeout } from "./exec-DdlIawm8.js";
|
|
4
4
|
import { T as resolveDefaultKoiWorkspaceDir, a as resolveKoiDir, l as resolveKoiWorkspaceDir, r as resolveDefaultKoiId, s as resolveKoiModelPrimary } from "./koi-scope-7GA83nWp.js";
|
|
@@ -8,8 +8,8 @@ import { _ as resolveSkillKey, d as hasBinary, i as loadWorkspaceSkillEntries, t
|
|
|
8
8
|
import { K as fetchWithSsrFGuard } from "./deliver-DJbxwsAM.js";
|
|
9
9
|
import { d as openUrl, g as resolveNodeManagerOptions, r as detectBinary } from "./onboard-helpers-DKhundDe.js";
|
|
10
10
|
import { t as resolveBrewExecutable } from "./brew-BJ9My-K-.js";
|
|
11
|
-
import { $ as setOpenrouterApiKey, A as applyQianfanProviderConfig, B as applyXiaomiProviderConfig, C as applyMoonshotConfig, D as applyOpenrouterConfig, E as applyMoonshotProviderConfigCn, F as applyVercelAiGatewayConfig, G as ZAI_DEFAULT_MODEL_REF, H as OPENROUTER_DEFAULT_MODEL_REF, I as applyVercelAiGatewayProviderConfig, J as setGeminiApiKey, K as setAnthropicApiKey, L as applyXaiConfig, M as applySyntheticProviderConfig, N as applyVeniceConfig, O as applyOpenrouterProviderConfig, P as applyVeniceProviderConfig, Q as setOpencodeZenApiKey, R as applyXaiProviderConfig, S as applyKimiCodeProviderConfig, T as applyMoonshotProviderConfig, U as VERCEL_AI_GATEWAY_DEFAULT_MODEL_REF, V as applyZaiConfig, W as XIAOMI_DEFAULT_MODEL_REF, X as setMinimaxApiKey, Y as setKimiCodingApiKey, Z as setMoonshotApiKey, _ as applyMinimaxProviderConfig, at as setXiaomiApiKey, b as applyCloudflareAiGatewayProviderConfig, ct as KIMI_CODING_MODEL_REF, d as resolvePluginProviders, dt as XAI_DEFAULT_MODEL_REF, et as setQianfanApiKey, f as applyOpencodeZenConfig, ft as buildTokenProfileId, g as applyMinimaxConfig, h as applyMinimaxApiProviderConfig, i as formatTokenK, it as setXaiApiKey, j as applySyntheticConfig, k as applyQianfanConfig, l as createVpsAwareOAuthHandlers, lt as MOONSHOT_DEFAULT_MODEL_REF, m as applyMinimaxApiConfig, nt as setVeniceApiKey, ot as setZaiApiKey, p as applyOpencodeZenProviderConfig, pt as validateAnthropicSetupToken, q as setCloudflareAiGatewayConfig, rt as setVercelAiGatewayApiKey, st as writeOAuthCredentials, t as githubCopilotLoginCommand, tt as setSyntheticApiKey, u as isRemoteEnvironment, ut as QIANFAN_DEFAULT_MODEL_REF, v as applyAuthProfileConfig, w as applyMoonshotConfigCn, x as applyKimiCodeConfig, y as applyCloudflareAiGatewayConfig, z as applyXiaomiConfig } from "./github-copilot-auth-
|
|
12
|
-
import { a as enablePluginInConfig } from "./onboard-channels-
|
|
11
|
+
import { $ as setOpenrouterApiKey, A as applyQianfanProviderConfig, B as applyXiaomiProviderConfig, C as applyMoonshotConfig, D as applyOpenrouterConfig, E as applyMoonshotProviderConfigCn, F as applyVercelAiGatewayConfig, G as ZAI_DEFAULT_MODEL_REF, H as OPENROUTER_DEFAULT_MODEL_REF, I as applyVercelAiGatewayProviderConfig, J as setGeminiApiKey, K as setAnthropicApiKey, L as applyXaiConfig, M as applySyntheticProviderConfig, N as applyVeniceConfig, O as applyOpenrouterProviderConfig, P as applyVeniceProviderConfig, Q as setOpencodeZenApiKey, R as applyXaiProviderConfig, S as applyKimiCodeProviderConfig, T as applyMoonshotProviderConfig, U as VERCEL_AI_GATEWAY_DEFAULT_MODEL_REF, V as applyZaiConfig, W as XIAOMI_DEFAULT_MODEL_REF, X as setMinimaxApiKey, Y as setKimiCodingApiKey, Z as setMoonshotApiKey, _ as applyMinimaxProviderConfig, at as setXiaomiApiKey, b as applyCloudflareAiGatewayProviderConfig, ct as KIMI_CODING_MODEL_REF, d as resolvePluginProviders, dt as XAI_DEFAULT_MODEL_REF, et as setQianfanApiKey, f as applyOpencodeZenConfig, ft as buildTokenProfileId, g as applyMinimaxConfig, h as applyMinimaxApiProviderConfig, i as formatTokenK, it as setXaiApiKey, j as applySyntheticConfig, k as applyQianfanConfig, l as createVpsAwareOAuthHandlers, lt as MOONSHOT_DEFAULT_MODEL_REF, m as applyMinimaxApiConfig, nt as setVeniceApiKey, ot as setZaiApiKey, p as applyOpencodeZenProviderConfig, pt as validateAnthropicSetupToken, q as setCloudflareAiGatewayConfig, rt as setVercelAiGatewayApiKey, st as writeOAuthCredentials, t as githubCopilotLoginCommand, tt as setSyntheticApiKey, u as isRemoteEnvironment, ut as QIANFAN_DEFAULT_MODEL_REF, v as applyAuthProfileConfig, w as applyMoonshotConfigCn, x as applyKimiCodeConfig, y as applyCloudflareAiGatewayConfig, z as applyXiaomiConfig } from "./github-copilot-auth-Dp2ZARrB.js";
|
|
12
|
+
import { a as enablePluginInConfig } from "./onboard-channels-BxnxB2za.js";
|
|
13
13
|
import { t as scanDirectoryWithSummary } from "./skill-scanner-CBHxr1An.js";
|
|
14
14
|
import { t as buildWorkspaceSkillStatus } from "./skills-status-DakSfN8r.js";
|
|
15
15
|
import { n as resolveWideAreaDiscoveryDomain } from "./widearea-dns-Bb9eE_C1.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Bn as lookupContextTokens, C as listKoisForGateway, an as getMemorySearchManager, gt as getRemoteSkillEligibility, lt as loadProviderUsageSummary, p as sha256HexPrefix, qn as peekSystemEvents, ut as formatUsageReportLines } from "./reply-
|
|
1
|
+
import { Bn as lookupContextTokens, C as listKoisForGateway, an as getMemorySearchManager, gt as getRemoteSkillEligibility, lt as loadProviderUsageSummary, p as sha256HexPrefix, qn as peekSystemEvents, ut as formatUsageReportLines } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { c as restoreTerminalState, p as info, s as defaultRuntime } from "./subsystem-hATE68va.js";
|
|
3
3
|
import { n as DEFAULT_GATEWAY_PORT, u as resolveGatewayPort } from "./paths-VdmjGGyc.js";
|
|
4
4
|
import { n as isRich, r as theme } from "./theme-C5EwWDWE.js";
|
|
@@ -24,9 +24,9 @@ import { a as findTailscaleBinary, o as getTailnetHostname, s as readTailscaleSt
|
|
|
24
24
|
import { t as resolveChannelDefaultAccountId } from "./helpers-y1KKH5pe.js";
|
|
25
25
|
import { n as logConfigUpdated } from "./logging-1Q_KlUsW.js";
|
|
26
26
|
import { t as WizardCancelledError } from "./prompts-yNyvMdpp.js";
|
|
27
|
-
import { d as applyAuthChoice, h as promptAuthChoiceGrouped, l as resolvePreferredProviderForAuthChoice, o as applyPrimaryModel, r as promptRemoteGatewayConfig, s as promptDefaultModel, t as setupSkills, u as warnIfModelConfigLooksOff } from "./onboard-skills-
|
|
28
|
-
import { n as setupChannels } from "./onboard-channels-
|
|
29
|
-
import { a as resolveHeartbeatSummaryForKoi, i as healthCommand, n as formatHealthChannelLines, t as formatHealthCheckFailure } from "./health-format-
|
|
27
|
+
import { d as applyAuthChoice, h as promptAuthChoiceGrouped, l as resolvePreferredProviderForAuthChoice, o as applyPrimaryModel, r as promptRemoteGatewayConfig, s as promptDefaultModel, t as setupSkills, u as warnIfModelConfigLooksOff } from "./onboard-skills-DHsJKmOh.js";
|
|
28
|
+
import { n as setupChannels } from "./onboard-channels-BxnxB2za.js";
|
|
29
|
+
import { a as resolveHeartbeatSummaryForKoi, i as healthCommand, n as formatHealthChannelLines, t as formatHealthCheckFailure } from "./health-format-CwXEhdyY.js";
|
|
30
30
|
import { _ as resolveEffectiveUpdateChannel, c as compareSemverStrings, g as normalizeUpdateChannel, h as formatUpdateChannelLabel, s as checkUpdateStatus } from "./update-runner-odTAl-uh.js";
|
|
31
31
|
import { i as probeGateway, t as runSecurityAudit } from "./audit-BhMw948Z.js";
|
|
32
32
|
import { t as renderTable } from "./table-B3RHVa0g.js";
|
|
@@ -37,10 +37,10 @@ import { t as readLastGatewayErrorLine } from "./diagnostics-CFV2YxpG.js";
|
|
|
37
37
|
import { t as resolveNodeService } from "./node-service-BzD7Bqwc.js";
|
|
38
38
|
import { t as collectChannelStatusIssues } from "./channels-status-issues-BLygTpUh.js";
|
|
39
39
|
import { i as redactSecrets, n as formatDuration$1, r as formatGatewayAuthUsed, t as formatAge$1 } from "./format-IoT-eUxs.js";
|
|
40
|
-
import { a as formatUpdateOneLiner, i as formatUpdateAvailableHint, o as getUpdateCheckResult, r as ensureCompletionCacheExists, s as resolveUpdateAvailability, t as checkShellCompletionStatus } from "./doctor-completion-
|
|
40
|
+
import { a as formatUpdateOneLiner, i as formatUpdateAvailableHint, o as getUpdateCheckResult, r as ensureCompletionCacheExists, s as resolveUpdateAvailability, t as checkShellCompletionStatus } from "./doctor-completion-qAQPkzxx.js";
|
|
41
41
|
import { t as ensureControlUiAssetsBuilt } from "./control-ui-assets-B0N-n2rD.js";
|
|
42
42
|
import { a as gatewayInstallErrorHint, i as buildGatewayInstallPlan, n as GATEWAY_DAEMON_RUNTIME_OPTIONS, t as DEFAULT_GATEWAY_DAEMON_RUNTIME } from "./daemon-runtime-r19-i0S0.js";
|
|
43
|
-
import { r as installCompletion } from "./completion-cli-
|
|
43
|
+
import { r as installCompletion } from "./completion-cli-Bk_esTtK.js";
|
|
44
44
|
import { t as buildWorkspaceHookStatus } from "./hooks-status-B0H9mn8K.js";
|
|
45
45
|
import { t as runTui } from "./tui-C8LwqY_j.js";
|
|
46
46
|
import fs from "node:fs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ct as loadSKYKOIPlugins } from "./reply-
|
|
1
|
+
import { ct as loadSKYKOIPlugins } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { t as createSubsystemLogger } from "./subsystem-hATE68va.js";
|
|
3
3
|
import { l as resolveKoiWorkspaceDir, r as resolveDefaultKoiId } from "./koi-scope-7GA83nWp.js";
|
|
4
4
|
import { o as loadConfig } from "./config-BFoj5wyy.js";
|
package/dist/plugin-sdk/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import chalk, { Chalk } from "chalk";
|
|
|
21
21
|
import fs, { constants, createWriteStream, existsSync, promises, statSync } from "node:fs";
|
|
22
22
|
import path, { join } from "node:path";
|
|
23
23
|
import { Logger } from "tslog";
|
|
24
|
-
import
|
|
24
|
+
import json5 from "json5";
|
|
25
25
|
import os, { homedir, tmpdir } from "node:os";
|
|
26
26
|
import { promisify } from "node:util";
|
|
27
27
|
import fs$1 from "node:fs/promises";
|
|
@@ -33,7 +33,7 @@ import { exec as exec$1 } from "child_process";
|
|
|
33
33
|
import { createReadStream as createReadStream$1, createWriteStream as createWriteStream$1, promises as promises$1 } from "fs";
|
|
34
34
|
import { Readable, Transform } from "stream";
|
|
35
35
|
import { platform, release, tmpdir as tmpdir$1 } from "os";
|
|
36
|
-
import EventEmitter, { EventEmitter
|
|
36
|
+
import EventEmitter$1, { EventEmitter, once } from "events";
|
|
37
37
|
import { promisify as promisify$1 } from "util";
|
|
38
38
|
import { join as join$1 } from "path";
|
|
39
39
|
import * as Crypto from "crypto";
|
|
@@ -2263,7 +2263,7 @@ function readLoggingConfig() {
|
|
|
2263
2263
|
try {
|
|
2264
2264
|
if (!fs.existsSync(configPath)) return;
|
|
2265
2265
|
const raw = fs.readFileSync(configPath, "utf-8");
|
|
2266
|
-
const logging =
|
|
2266
|
+
const logging = json5.parse(raw)?.logging;
|
|
2267
2267
|
if (!logging || typeof logging !== "object" || Array.isArray(logging)) return;
|
|
2268
2268
|
return logging;
|
|
2269
2269
|
} catch {
|
|
@@ -19031,7 +19031,7 @@ var IncludeProcessor = class IncludeProcessor {
|
|
|
19031
19031
|
};
|
|
19032
19032
|
const defaultResolver = {
|
|
19033
19033
|
readFile: (p) => fs.readFileSync(p, "utf-8"),
|
|
19034
|
-
parseJson: (raw) =>
|
|
19034
|
+
parseJson: (raw) => json5.parse(raw)
|
|
19035
19035
|
};
|
|
19036
19036
|
/**
|
|
19037
19037
|
* Resolves all $include directives in a parsed config object.
|
|
@@ -21728,18 +21728,18 @@ function resolveConfigPathForDeps(deps) {
|
|
|
21728
21728
|
function normalizeDeps(overrides = {}) {
|
|
21729
21729
|
return {
|
|
21730
21730
|
fs: overrides.fs ?? fs,
|
|
21731
|
-
json5: overrides.json5 ??
|
|
21731
|
+
json5: overrides.json5 ?? json5,
|
|
21732
21732
|
env: overrides.env ?? process.env,
|
|
21733
21733
|
homedir: overrides.homedir ?? os.homedir,
|
|
21734
21734
|
configPath: overrides.configPath ?? "",
|
|
21735
21735
|
logger: overrides.logger ?? console
|
|
21736
21736
|
};
|
|
21737
21737
|
}
|
|
21738
|
-
function parseConfigJson5(raw, json5 =
|
|
21738
|
+
function parseConfigJson5(raw, json5$1 = json5) {
|
|
21739
21739
|
try {
|
|
21740
21740
|
return {
|
|
21741
21741
|
ok: true,
|
|
21742
|
-
parsed: json5.parse(raw)
|
|
21742
|
+
parsed: json5$1.parse(raw)
|
|
21743
21743
|
};
|
|
21744
21744
|
} catch (err) {
|
|
21745
21745
|
return {
|
|
@@ -22253,7 +22253,7 @@ function loadSessionStore(storePath, opts = {}) {
|
|
|
22253
22253
|
let mtimeMs = getFileMtimeMs(storePath);
|
|
22254
22254
|
try {
|
|
22255
22255
|
const raw = fs.readFileSync(storePath, "utf-8");
|
|
22256
|
-
const parsed =
|
|
22256
|
+
const parsed = json5.parse(raw);
|
|
22257
22257
|
if (isSessionStoreRecord(parsed)) store = parsed;
|
|
22258
22258
|
mtimeMs = getFileMtimeMs(storePath) ?? mtimeMs;
|
|
22259
22259
|
} catch {}
|
|
@@ -228308,7 +228308,7 @@ const BUFFERABLE_EVENT_SET = new Set([
|
|
|
228308
228308
|
* making the data processing more efficient.
|
|
228309
228309
|
*/
|
|
228310
228310
|
const makeEventBuffer = (logger) => {
|
|
228311
|
-
const ev = new EventEmitter();
|
|
228311
|
+
const ev = new EventEmitter$1();
|
|
228312
228312
|
const historyCache = /* @__PURE__ */ new Set();
|
|
228313
228313
|
let data = makeBufferData();
|
|
228314
228314
|
let isBuffering = false;
|
|
@@ -233878,7 +233878,7 @@ var BinaryInfo = class {
|
|
|
233878
233878
|
|
|
233879
233879
|
//#endregion
|
|
233880
233880
|
//#region node_modules/.pnpm/@whiskeysockets+baileys@7.0.0-rc.9_audio-decode@2.2.3_sharp@0.34.5/node_modules/@whiskeysockets/baileys/lib/Socket/Client/types.js
|
|
233881
|
-
var AbstractSocketClient = class extends EventEmitter
|
|
233881
|
+
var AbstractSocketClient = class extends EventEmitter {
|
|
233882
233882
|
constructor(url, config) {
|
|
233883
233883
|
super();
|
|
233884
233884
|
this.url = url;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import "./reply-
|
|
2
|
+
import "./reply-BVzxDpAq.js";
|
|
3
3
|
import { s as defaultRuntime } from "./subsystem-hATE68va.js";
|
|
4
4
|
import "./paths-VdmjGGyc.js";
|
|
5
5
|
import { r as theme } from "./theme-C5EwWDWE.js";
|
|
@@ -67,12 +67,12 @@ import "./control-service-Bbl6R2bi.js";
|
|
|
67
67
|
import "./restart-sentinel-Cu-Tbnik.js";
|
|
68
68
|
import "./channel-selection-Cd-vguDM.js";
|
|
69
69
|
import "./event-log-BJRHlOn8.js";
|
|
70
|
-
import { i as resolveArchiveKind } from "./archive-
|
|
70
|
+
import { i as resolveArchiveKind } from "./archive-HTCu_pHy.js";
|
|
71
71
|
import "./skill-scanner-CBHxr1An.js";
|
|
72
|
-
import { n as installPluginFromNpmSpec, r as installPluginFromPath, t as recordPluginInstall } from "./installs-
|
|
72
|
+
import { n as installPluginFromNpmSpec, r as installPluginFromPath, t as recordPluginInstall } from "./installs-mPMyOEQN.js";
|
|
73
73
|
import { t as renderTable } from "./table-B3RHVa0g.js";
|
|
74
|
-
import { t as buildPluginStatusReport } from "./status-
|
|
75
|
-
import { n as updateNpmInstalledPlugins } from "./update-
|
|
74
|
+
import { t as buildPluginStatusReport } from "./status-B8_GYF7B.js";
|
|
75
|
+
import { n as updateNpmInstalledPlugins } from "./update-CLiH8DXs.js";
|
|
76
76
|
import fs from "node:fs";
|
|
77
77
|
import path from "node:path";
|
|
78
78
|
|
|
@@ -6,8 +6,8 @@ import { a as buildKoiMainSessionKey } from "./session-key-B2OXLVi_.js";
|
|
|
6
6
|
import "./utils-D019Z2NU.js";
|
|
7
7
|
import "./logger-BKidfKRU.js";
|
|
8
8
|
import "./exec-DdlIawm8.js";
|
|
9
|
-
import
|
|
10
|
-
import
|
|
9
|
+
import "./koi-scope-7GA83nWp.js";
|
|
10
|
+
import "./model-selection-B8ZAcQCt.js";
|
|
11
11
|
import "./dist-0-pT_XrC.js";
|
|
12
12
|
import "./dist-cjs-C9i3z5oP.js";
|
|
13
13
|
import "./boolean-D-3joTkO.js";
|
|
@@ -37,11 +37,30 @@ import { homedir } from "node:os";
|
|
|
37
37
|
* with tool access via chat.send.
|
|
38
38
|
*/
|
|
39
39
|
const log = createSubsystemLogger("proactive");
|
|
40
|
-
const ANTHROPIC_URL = "https://api.anthropic.com/v1/messages";
|
|
41
40
|
const SONNET_MODEL = "claude-sonnet-4-6";
|
|
42
41
|
const OPUS_MODEL = "claude-opus-4-8";
|
|
43
42
|
const EVAL_TIMEOUT_MS = 15e3;
|
|
44
43
|
const OPUS_TIMEOUT_MS = 3e4;
|
|
44
|
+
function resolveProxyAuth() {
|
|
45
|
+
try {
|
|
46
|
+
const config = loadConfig();
|
|
47
|
+
const token = config.gateway?.auth?.token;
|
|
48
|
+
const mesh = config.gateway?.mesh;
|
|
49
|
+
const koiId = mesh?.koiId;
|
|
50
|
+
const platformUrl = mesh && typeof mesh.platformUrl === "string" ? mesh.platformUrl : "https://www.skykoi.com";
|
|
51
|
+
if (!koiId || !token) {
|
|
52
|
+
log.warn(`proxy auth missing: koiId=${koiId ? "yes" : "no"} token=${token ? "yes" : "no"}`);
|
|
53
|
+
return null;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
url: `${platformUrl}/api/ai/anthropic/v1/messages`,
|
|
57
|
+
apiKey: `${koiId}.${token}`
|
|
58
|
+
};
|
|
59
|
+
} catch (err) {
|
|
60
|
+
log.warn(`proxy auth error: ${err}`);
|
|
61
|
+
return null;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
45
64
|
const MIN_NOTIFY_INTERVAL_MS = 3e4;
|
|
46
65
|
const MIN_EVAL_INTERVAL_MS = 3e3;
|
|
47
66
|
let lastNotifyTs = 0;
|
|
@@ -106,12 +125,12 @@ function formatTriggersForEval(triggers) {
|
|
|
106
125
|
return lines.join("\n");
|
|
107
126
|
}
|
|
108
127
|
async function sonnetGate(triggers, fullContext) {
|
|
109
|
-
const
|
|
110
|
-
if (!
|
|
128
|
+
const proxy = resolveProxyAuth();
|
|
129
|
+
if (!proxy) return {
|
|
111
130
|
pass: false,
|
|
112
131
|
actionable: false,
|
|
113
132
|
summary: "",
|
|
114
|
-
reason: "no
|
|
133
|
+
reason: "no proxy auth"
|
|
115
134
|
};
|
|
116
135
|
const triggerText = formatTriggersForEval(triggers);
|
|
117
136
|
const systemPrompt = `You are a real-time signal triage system. Your ONLY job is to decide whether incoming device events are important enough to proactively alert the user.
|
|
@@ -142,11 +161,11 @@ Respond with EXACTLY this JSON (no other text):
|
|
|
142
161
|
const controller = new AbortController();
|
|
143
162
|
const timer = setTimeout(() => controller.abort(), EVAL_TIMEOUT_MS);
|
|
144
163
|
try {
|
|
145
|
-
const res = await fetch(
|
|
164
|
+
const res = await fetch(proxy.url, {
|
|
146
165
|
method: "POST",
|
|
147
166
|
headers: {
|
|
148
167
|
"content-type": "application/json",
|
|
149
|
-
"x-api-key":
|
|
168
|
+
"x-api-key": proxy.apiKey,
|
|
150
169
|
"anthropic-version": "2023-06-01"
|
|
151
170
|
},
|
|
152
171
|
body: JSON.stringify({
|
|
@@ -161,7 +180,8 @@ Respond with EXACTLY this JSON (no other text):
|
|
|
161
180
|
signal: controller.signal
|
|
162
181
|
});
|
|
163
182
|
if (!res.ok) {
|
|
164
|
-
|
|
183
|
+
const errBody = await res.text().catch(() => "");
|
|
184
|
+
log.warn(`sonnet gate failed: HTTP ${res.status} — ${errBody.slice(0, 200)}`);
|
|
165
185
|
return {
|
|
166
186
|
pass: false,
|
|
167
187
|
actionable: false,
|
|
@@ -197,8 +217,8 @@ Respond with EXACTLY this JSON (no other text):
|
|
|
197
217
|
}
|
|
198
218
|
}
|
|
199
219
|
async function opusNotify(summary, triggerText, fullContext) {
|
|
200
|
-
const
|
|
201
|
-
if (!
|
|
220
|
+
const proxy = resolveProxyAuth();
|
|
221
|
+
if (!proxy) return null;
|
|
202
222
|
const systemPrompt = `You are the user's koi — their personal AI that lives on their device. You know them deeply and you're tapping them on the shoulder because something important just happened.
|
|
203
223
|
|
|
204
224
|
${fullContext}
|
|
@@ -211,11 +231,11 @@ Keep it under 2-3 sentences. Be direct.`;
|
|
|
211
231
|
const controller = new AbortController();
|
|
212
232
|
const timer = setTimeout(() => controller.abort(), OPUS_TIMEOUT_MS);
|
|
213
233
|
try {
|
|
214
|
-
const res = await fetch(
|
|
234
|
+
const res = await fetch(proxy.url, {
|
|
215
235
|
method: "POST",
|
|
216
236
|
headers: {
|
|
217
237
|
"content-type": "application/json",
|
|
218
|
-
"x-api-key":
|
|
238
|
+
"x-api-key": proxy.apiKey,
|
|
219
239
|
"anthropic-version": "2023-06-01"
|
|
220
240
|
},
|
|
221
241
|
body: JSON.stringify({
|
|
@@ -246,7 +266,7 @@ async function injectAssistantMessage(message) {
|
|
|
246
266
|
await callGateway({
|
|
247
267
|
method: "chat.inject",
|
|
248
268
|
params: {
|
|
249
|
-
sessionKey: buildKoiMainSessionKey({ koiId:
|
|
269
|
+
sessionKey: buildKoiMainSessionKey({ koiId: (loadConfig().gateway?.mesh)?.koiId || "main" }).toLowerCase(),
|
|
250
270
|
message,
|
|
251
271
|
role: "assistant"
|
|
252
272
|
},
|
|
@@ -257,23 +277,6 @@ async function injectAssistantMessage(message) {
|
|
|
257
277
|
log.warn(`inject failed: ${String(err)}`);
|
|
258
278
|
}
|
|
259
279
|
}
|
|
260
|
-
async function triggerKoiAction(summary, triggerText) {
|
|
261
|
-
try {
|
|
262
|
-
await callGateway({
|
|
263
|
-
method: "chat.send",
|
|
264
|
-
params: {
|
|
265
|
-
sessionKey: buildKoiMainSessionKey({ koiId: resolveSessionKoiId({ config: loadConfig() }) }).toLowerCase(),
|
|
266
|
-
message: `[proactive — your capture system detected this, act on it]\n${triggerText}\n\nSummary: ${summary}\n\nRespond naturally and take action. Use your tools if needed.`,
|
|
267
|
-
idempotencyKey: `proactive-${Date.now()}`,
|
|
268
|
-
timeoutMs: 6e4
|
|
269
|
-
},
|
|
270
|
-
timeoutMs: 65e3
|
|
271
|
-
});
|
|
272
|
-
log.info(`triggered koi action for: ${summary.slice(0, 80)}`);
|
|
273
|
-
} catch (err) {
|
|
274
|
-
log.warn(`koi action trigger failed: ${String(err)}`);
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
280
|
async function runEvalCycle() {
|
|
278
281
|
const now = Date.now();
|
|
279
282
|
if (now - lastEvalTs < MIN_EVAL_INTERVAL_MS) return;
|
|
@@ -296,11 +299,8 @@ async function runEvalCycle() {
|
|
|
296
299
|
}
|
|
297
300
|
lastNotifyTs = now;
|
|
298
301
|
log.info(`gate passed: ${gate.summary} (actionable: ${gate.actionable})`);
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
const message = await opusNotify(gate.summary, triggerText, fullContext);
|
|
302
|
-
if (message) await injectAssistantMessage(message);
|
|
303
|
-
}
|
|
302
|
+
const message = await opusNotify(gate.summary, triggerText, fullContext);
|
|
303
|
+
if (message) await injectAssistantMessage(message);
|
|
304
304
|
}
|
|
305
305
|
function startProactiveEval() {
|
|
306
306
|
log.info("proactive eval service starting (sonnet gate → opus actor)");
|
|
@@ -5,11 +5,11 @@ import { n as replaceCliName, r as resolveCliName } from "./command-format-DOYW_
|
|
|
5
5
|
import { t as isTruthyEnvValue } from "./env-ChCKTuXK.js";
|
|
6
6
|
import { t as VERSION } from "./version-BKRSzdyx.js";
|
|
7
7
|
import { t as formatDocsLink } from "./links-B0HTM-CT.js";
|
|
8
|
-
import { i as registerProgramCommands, n as PLUGIN_CLI_COMMANDS, t as ensureConfigReady } from "./config-guard-
|
|
9
|
-
import { a as getCommandPath, d as hasHelpOrVersion, l as getVerboseFlag } from "./register.subclis-
|
|
10
|
-
import { t as ensurePluginRegistryLoaded } from "./plugin-registry-
|
|
8
|
+
import { i as registerProgramCommands, n as PLUGIN_CLI_COMMANDS, t as ensureConfigReady } from "./config-guard-CHolPjNa.js";
|
|
9
|
+
import { a as getCommandPath, d as hasHelpOrVersion, l as getVerboseFlag } from "./register.subclis-D-MllcmA.js";
|
|
10
|
+
import { t as ensurePluginRegistryLoaded } from "./plugin-registry-i-7OCuRL.js";
|
|
11
11
|
import { a as hasEmittedCliBanner, i as formatCliBannerLine, r as emitCliBanner } from "./tui-C8LwqY_j.js";
|
|
12
|
-
import { n as resolveCliChannelOptions } from "./channel-options-
|
|
12
|
+
import { n as resolveCliChannelOptions } from "./channel-options-Dil5NGZ4.js";
|
|
13
13
|
import { Command } from "commander";
|
|
14
14
|
|
|
15
15
|
//#region src/cli/program/context.ts
|
|
@@ -124,14 +124,14 @@ const entries = [
|
|
|
124
124
|
name: "gateway",
|
|
125
125
|
description: "Gateway control",
|
|
126
126
|
register: async (program) => {
|
|
127
|
-
(await import("./gateway-cli-
|
|
127
|
+
(await import("./gateway-cli-B7BkMY4h.js")).registerGatewayCli(program);
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
name: "daemon",
|
|
132
132
|
description: "Gateway service (legacy alias)",
|
|
133
133
|
register: async (program) => {
|
|
134
|
-
(await import("./daemon-cli-
|
|
134
|
+
(await import("./daemon-cli-pKyd_-Wt.js").then((n) => n.t)).registerDaemonCli(program);
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
{
|
|
@@ -152,7 +152,7 @@ const entries = [
|
|
|
152
152
|
name: "models",
|
|
153
153
|
description: "Model configuration",
|
|
154
154
|
register: async (program) => {
|
|
155
|
-
(await import("./models-cli-
|
|
155
|
+
(await import("./models-cli-C_PL2W40.js")).registerModelsCli(program);
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
{
|
|
@@ -222,7 +222,7 @@ const entries = [
|
|
|
222
222
|
name: "hooks",
|
|
223
223
|
description: "Hooks tooling",
|
|
224
224
|
register: async (program) => {
|
|
225
|
-
(await import("./hooks-cli-
|
|
225
|
+
(await import("./hooks-cli-CZogMyyF.js")).registerHooksCli(program);
|
|
226
226
|
}
|
|
227
227
|
},
|
|
228
228
|
{
|
|
@@ -236,7 +236,7 @@ const entries = [
|
|
|
236
236
|
name: "pairing",
|
|
237
237
|
description: "Pairing helpers",
|
|
238
238
|
register: async (program) => {
|
|
239
|
-
const { registerPluginCliCommands } = await import("./cli-
|
|
239
|
+
const { registerPluginCliCommands } = await import("./cli-Dc3ueJKy.js");
|
|
240
240
|
registerPluginCliCommands(program, await loadConfig());
|
|
241
241
|
(await import("./pairing-cli-YCG-zMZV.js")).registerPairingCli(program);
|
|
242
242
|
}
|
|
@@ -245,8 +245,8 @@ const entries = [
|
|
|
245
245
|
name: "plugins",
|
|
246
246
|
description: "Plugin management",
|
|
247
247
|
register: async (program) => {
|
|
248
|
-
(await import("./plugins-cli-
|
|
249
|
-
const { registerPluginCliCommands } = await import("./cli-
|
|
248
|
+
(await import("./plugins-cli-D2VbB67J.js")).registerPluginsCli(program);
|
|
249
|
+
const { registerPluginCliCommands } = await import("./cli-Dc3ueJKy.js");
|
|
250
250
|
registerPluginCliCommands(program, await loadConfig());
|
|
251
251
|
}
|
|
252
252
|
},
|
|
@@ -254,7 +254,7 @@ const entries = [
|
|
|
254
254
|
name: "channels",
|
|
255
255
|
description: "Channel management",
|
|
256
256
|
register: async (program) => {
|
|
257
|
-
(await import("./channels-cli-
|
|
257
|
+
(await import("./channels-cli-C_Zfs8fy.js")).registerChannelsCli(program);
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
{
|
|
@@ -296,14 +296,14 @@ const entries = [
|
|
|
296
296
|
name: "update",
|
|
297
297
|
description: "CLI update helpers",
|
|
298
298
|
register: async (program) => {
|
|
299
|
-
(await import("./update-cli-
|
|
299
|
+
(await import("./update-cli-Bk2nv2Jp.js")).registerUpdateCli(program);
|
|
300
300
|
}
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
name: "completion",
|
|
304
304
|
description: "Generate shell completion script",
|
|
305
305
|
register: async (program) => {
|
|
306
|
-
(await import("./completion-cli-
|
|
306
|
+
(await import("./completion-cli-Bk_esTtK.js").then((n) => n.n)).registerCompletionCli(program);
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
];
|
|
@@ -165880,7 +165880,7 @@ async function runEmbeddedAttempt(params) {
|
|
|
165880
165880
|
const promptStartedAt = Date.now();
|
|
165881
165881
|
let effectivePrompt = params.prompt;
|
|
165882
165882
|
try {
|
|
165883
|
-
const { buildCaptureContextBlock } = await import("./capture-service-
|
|
165883
|
+
const { buildCaptureContextBlock } = await import("./capture-service-D5vu8pNR.js");
|
|
165884
165884
|
const captureBlock = buildCaptureContextBlock();
|
|
165885
165885
|
if (captureBlock) {
|
|
165886
165886
|
effectivePrompt = `${captureBlock}\n\n---\n\n${effectivePrompt}`;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import { Nt as installUnhandledRejectionHandler } from "./reply-
|
|
2
|
+
import { Nt as installUnhandledRejectionHandler } from "./reply-BVzxDpAq.js";
|
|
3
3
|
import { r as enableConsoleCapture, s as defaultRuntime } from "./subsystem-hATE68va.js";
|
|
4
4
|
import "./paths-VdmjGGyc.js";
|
|
5
5
|
import "./theme-C5EwWDWE.js";
|
|
@@ -67,23 +67,23 @@ import "./control-service-Bbl6R2bi.js";
|
|
|
67
67
|
import "./restart-sentinel-Cu-Tbnik.js";
|
|
68
68
|
import "./channel-selection-Cd-vguDM.js";
|
|
69
69
|
import "./event-log-BJRHlOn8.js";
|
|
70
|
-
import "./deps-
|
|
70
|
+
import "./deps-Dmh--gZI.js";
|
|
71
71
|
import "./tailscale-BO36kRfh.js";
|
|
72
72
|
import { t as ensureSKYKOICliOnPath } from "./path-env-gxBbRHVZ.js";
|
|
73
73
|
import { t as assertSupportedRuntime } from "./runtime-guard-C80qkv4W.js";
|
|
74
|
-
import { n as PLUGIN_CLI_COMMANDS, r as findRoutedCommand, t as ensureConfigReady } from "./config-guard-
|
|
74
|
+
import { n as PLUGIN_CLI_COMMANDS, r as findRoutedCommand, t as ensureConfigReady } from "./config-guard-CHolPjNa.js";
|
|
75
75
|
import "./logging-1Q_KlUsW.js";
|
|
76
76
|
import "./note-DRoVRuAi.js";
|
|
77
77
|
import "./clack-prompter-B9o3eQeW.js";
|
|
78
|
-
import "./onboarding-
|
|
79
|
-
import "./onboard-skills-
|
|
80
|
-
import "./github-copilot-auth-
|
|
81
|
-
import "./onboard-channels-
|
|
78
|
+
import "./onboarding-DcbGvFE3.js";
|
|
79
|
+
import "./onboard-skills-DHsJKmOh.js";
|
|
80
|
+
import "./github-copilot-auth-Dp2ZARrB.js";
|
|
81
|
+
import "./onboard-channels-BxnxB2za.js";
|
|
82
82
|
import "./plugin-auto-enable-Cg3LRidd.js";
|
|
83
|
-
import "./archive-
|
|
83
|
+
import "./archive-HTCu_pHy.js";
|
|
84
84
|
import "./skill-scanner-CBHxr1An.js";
|
|
85
|
-
import "./installs-
|
|
86
|
-
import "./health-format-
|
|
85
|
+
import "./installs-mPMyOEQN.js";
|
|
86
|
+
import "./health-format-CwXEhdyY.js";
|
|
87
87
|
import "./update-runner-odTAl-uh.js";
|
|
88
88
|
import "./auth-Vh115fQN.js";
|
|
89
89
|
import "./audit-BhMw948Z.js";
|
|
@@ -94,15 +94,15 @@ import "./systemd-BzTSelz8.js";
|
|
|
94
94
|
import "./diagnostics-CFV2YxpG.js";
|
|
95
95
|
import "./node-service-BzD7Bqwc.js";
|
|
96
96
|
import "./channels-status-issues-BLygTpUh.js";
|
|
97
|
-
import "./doctor-completion-
|
|
98
|
-
import { a as getCommandPath, c as getPrimaryCommand, d as hasHelpOrVersion } from "./register.subclis-
|
|
97
|
+
import "./doctor-completion-qAQPkzxx.js";
|
|
98
|
+
import { a as getCommandPath, c as getPrimaryCommand, d as hasHelpOrVersion } from "./register.subclis-D-MllcmA.js";
|
|
99
99
|
import "./gateway-rpc-CIxOsvvC.js";
|
|
100
100
|
import "./help-format-BVBm9rU4.js";
|
|
101
101
|
import "./admin-unlock-Dr4FqRVP.js";
|
|
102
|
-
import "./koi-
|
|
103
|
-
import { t as ensurePluginRegistryLoaded } from "./plugin-registry-
|
|
102
|
+
import "./koi-60QBEH1O.js";
|
|
103
|
+
import { t as ensurePluginRegistryLoaded } from "./plugin-registry-i-7OCuRL.js";
|
|
104
104
|
import "./control-ui-assets-B0N-n2rD.js";
|
|
105
|
-
import "./configure-
|
|
105
|
+
import "./configure-BdP5Uzdz.js";
|
|
106
106
|
import "./daemon-runtime-r19-i0S0.js";
|
|
107
107
|
import "./systemd-linger-Be49_NdF.js";
|
|
108
108
|
import "./widearea-dns-Bb9eE_C1.js";
|
|
@@ -111,8 +111,8 @@ import "./ensure-local-gateway-VbJtdpui.js";
|
|
|
111
111
|
import "./login-C71-L2cR.js";
|
|
112
112
|
import "./channel-auth-DrJ2FCUT.js";
|
|
113
113
|
import "./auth-health-DX1wRWrd.js";
|
|
114
|
-
import "./doctor-
|
|
115
|
-
import "./completion-cli-
|
|
114
|
+
import "./doctor-DAr5RKS3.js";
|
|
115
|
+
import "./completion-cli-Bk_esTtK.js";
|
|
116
116
|
import "./service-audit-C3mNLBya.js";
|
|
117
117
|
import "./hooks-status-B0H9mn8K.js";
|
|
118
118
|
import { r as emitCliBanner } from "./tui-C8LwqY_j.js";
|
|
@@ -169,7 +169,7 @@ async function runCli(argv = process$1.argv) {
|
|
|
169
169
|
assertSupportedRuntime();
|
|
170
170
|
if (await tryRouteCli(normalizedArgv)) return;
|
|
171
171
|
enableConsoleCapture();
|
|
172
|
-
const { buildProgram } = await import("./program-
|
|
172
|
+
const { buildProgram } = await import("./program-dkrklJ1-.js").then((n) => n.t);
|
|
173
173
|
const program = buildProgram();
|
|
174
174
|
installUnhandledRejectionHandler();
|
|
175
175
|
process$1.on("uncaughtException", (error) => {
|
|
@@ -202,11 +202,11 @@ async function runCli(argv = process$1.argv) {
|
|
|
202
202
|
}
|
|
203
203
|
const primary = getPrimaryCommand(parseArgv);
|
|
204
204
|
if (primary) {
|
|
205
|
-
const { registerSubCliByName } = await import("./register.subclis-
|
|
205
|
+
const { registerSubCliByName } = await import("./register.subclis-D-MllcmA.js").then((n) => n.i);
|
|
206
206
|
await registerSubCliByName(program, primary);
|
|
207
207
|
}
|
|
208
208
|
if (!!primary && PLUGIN_CLI_COMMANDS.has(primary)) {
|
|
209
|
-
const { registerPluginCliCommands } = await import("./cli-
|
|
209
|
+
const { registerPluginCliCommands } = await import("./cli-Dc3ueJKy.js");
|
|
210
210
|
const { loadConfig } = await import("./config-BFoj5wyy.js").then((n) => n.t);
|
|
211
211
|
registerPluginCliCommands(program, loadConfig());
|
|
212
212
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import { E as loadSessionEntry, Gn as enqueueSystemEvent, at as requestHeartbeatNow } from "./reply-
|
|
2
|
+
import { E as loadSessionEntry, Gn as enqueueSystemEvent, at as requestHeartbeatNow } from "./reply-BVzxDpAq.js";
|
|
3
3
|
import { s as defaultRuntime } from "./subsystem-hATE68va.js";
|
|
4
4
|
import "./paths-VdmjGGyc.js";
|
|
5
5
|
import "./theme-C5EwWDWE.js";
|
|
@@ -68,8 +68,8 @@ import "./control-service-Bbl6R2bi.js";
|
|
|
68
68
|
import "./restart-sentinel-Cu-Tbnik.js";
|
|
69
69
|
import "./channel-selection-Cd-vguDM.js";
|
|
70
70
|
import "./event-log-BJRHlOn8.js";
|
|
71
|
-
import "./deps-
|
|
72
|
-
import { t as koiCommand } from "./koi-
|
|
71
|
+
import "./deps-Dmh--gZI.js";
|
|
72
|
+
import { t as koiCommand } from "./koi-60QBEH1O.js";
|
|
73
73
|
import { t as formatForLog } from "./ws-log-C9-8BLr6.js";
|
|
74
74
|
import { randomUUID } from "node:crypto";
|
|
75
75
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ct as loadSKYKOIPlugins } from "./reply-
|
|
1
|
+
import { ct as loadSKYKOIPlugins } from "./reply-BVzxDpAq.js";
|
|
2
2
|
import { t as createSubsystemLogger } from "./subsystem-hATE68va.js";
|
|
3
3
|
import { T as resolveDefaultKoiWorkspaceDir, l as resolveKoiWorkspaceDir, r as resolveDefaultKoiId } from "./koi-scope-7GA83nWp.js";
|
|
4
4
|
import { o as loadConfig } from "./config-BFoj5wyy.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h as resolveUserPath } from "./utils-D019Z2NU.js";
|
|
2
2
|
import { n as discoverSKYKOIPlugins, r as loadPluginManifest } from "./manifest-registry-DEGu_o5t.js";
|
|
3
|
-
import { i as resolvePluginInstallDir, n as installPluginFromNpmSpec, t as recordPluginInstall } from "./installs-
|
|
3
|
+
import { i as resolvePluginInstallDir, n as installPluginFromNpmSpec, t as recordPluginInstall } from "./installs-mPMyOEQN.js";
|
|
4
4
|
import fs from "node:fs/promises";
|
|
5
5
|
|
|
6
6
|
//#region src/plugins/update.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./pi-embedded-helpers-VJ9hOBTv.js";
|
|
2
|
-
import "./reply-
|
|
2
|
+
import "./reply-BVzxDpAq.js";
|
|
3
3
|
import { s as defaultRuntime } from "./subsystem-hATE68va.js";
|
|
4
4
|
import "./paths-VdmjGGyc.js";
|
|
5
5
|
import { r as theme } from "./theme-C5EwWDWE.js";
|
|
@@ -69,16 +69,16 @@ import "./control-service-Bbl6R2bi.js";
|
|
|
69
69
|
import { o as trimLogTail } from "./restart-sentinel-Cu-Tbnik.js";
|
|
70
70
|
import "./channel-selection-Cd-vguDM.js";
|
|
71
71
|
import "./event-log-BJRHlOn8.js";
|
|
72
|
-
import "./deps-
|
|
72
|
+
import "./deps-Dmh--gZI.js";
|
|
73
73
|
import "./tailscale-BO36kRfh.js";
|
|
74
74
|
import { r as parseSemver } from "./runtime-guard-C80qkv4W.js";
|
|
75
75
|
import "./logging-1Q_KlUsW.js";
|
|
76
76
|
import "./note-DRoVRuAi.js";
|
|
77
77
|
import "./plugin-auto-enable-Cg3LRidd.js";
|
|
78
|
-
import "./archive-
|
|
78
|
+
import "./archive-HTCu_pHy.js";
|
|
79
79
|
import "./skill-scanner-CBHxr1An.js";
|
|
80
|
-
import "./installs-
|
|
81
|
-
import "./health-format-
|
|
80
|
+
import "./installs-mPMyOEQN.js";
|
|
81
|
+
import "./health-format-CwXEhdyY.js";
|
|
82
82
|
import { _ as resolveEffectiveUpdateChannel, a as globalInstallArgs, c as compareSemverStrings, d as resolveNpmChannelTag, f as DEFAULT_GIT_CHANNEL, g as normalizeUpdateChannel, h as formatUpdateChannelLabel, i as detectGlobalInstallManagerForRoot, m as channelToNpmTag, n as cleanupGlobalRenameDirs, o as resolveGlobalPackageRoot, p as DEFAULT_PACKAGE_CHANNEL, r as detectGlobalInstallManagerByPresence, s as checkUpdateStatus, t as runGatewayUpdate, u as fetchNpmTagVersion } from "./update-runner-odTAl-uh.js";
|
|
83
83
|
import "./auth-Vh115fQN.js";
|
|
84
84
|
import { t as renderTable } from "./table-B3RHVa0g.js";
|
|
@@ -87,19 +87,19 @@ import "./service-BGkVTESM.js";
|
|
|
87
87
|
import "./systemd-BzTSelz8.js";
|
|
88
88
|
import "./diagnostics-CFV2YxpG.js";
|
|
89
89
|
import "./channels-status-issues-BLygTpUh.js";
|
|
90
|
-
import { a as formatUpdateOneLiner, i as formatUpdateAvailableHint, r as ensureCompletionCacheExists, s as resolveUpdateAvailability, t as checkShellCompletionStatus } from "./doctor-completion-
|
|
91
|
-
import "./register.subclis-
|
|
90
|
+
import { a as formatUpdateOneLiner, i as formatUpdateAvailableHint, r as ensureCompletionCacheExists, s as resolveUpdateAvailability, t as checkShellCompletionStatus } from "./doctor-completion-qAQPkzxx.js";
|
|
91
|
+
import "./register.subclis-D-MllcmA.js";
|
|
92
92
|
import { t as formatHelpExamples } from "./help-format-BVBm9rU4.js";
|
|
93
93
|
import "./control-ui-assets-B0N-n2rD.js";
|
|
94
94
|
import "./daemon-runtime-r19-i0S0.js";
|
|
95
95
|
import "./systemd-linger-Be49_NdF.js";
|
|
96
96
|
import "./auth-health-DX1wRWrd.js";
|
|
97
|
-
import { t as doctorCommand } from "./doctor-
|
|
98
|
-
import { r as installCompletion } from "./completion-cli-
|
|
97
|
+
import { t as doctorCommand } from "./doctor-DAr5RKS3.js";
|
|
98
|
+
import { r as installCompletion } from "./completion-cli-Bk_esTtK.js";
|
|
99
99
|
import "./service-audit-C3mNLBya.js";
|
|
100
100
|
import "./shared-BJlh4CKo.js";
|
|
101
|
-
import { r as runDaemonRestart } from "./daemon-cli-
|
|
102
|
-
import { n as updateNpmInstalledPlugins, t as syncPluginsForUpdateChannel } from "./update-
|
|
101
|
+
import { r as runDaemonRestart } from "./daemon-cli-pKyd_-Wt.js";
|
|
102
|
+
import { n as updateNpmInstalledPlugins, t as syncPluginsForUpdateChannel } from "./update-CLiH8DXs.js";
|
|
103
103
|
import path from "node:path";
|
|
104
104
|
import os from "node:os";
|
|
105
105
|
import fs from "node:fs/promises";
|