skykoi 2026.3.36 → 2026.3.37
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/build-info.json +2 -2
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/{completion-cli-CUI_4sLN.js → completion-cli-C-_Jgcem.js} +1 -1
- package/dist/{completion-cli-DaN5X3rd.js → completion-cli-X4ALKdE6.js} +3 -3
- package/dist/{config-guard-CpO0TDHV.js → config-guard-DCTn2EnC.js} +3 -3
- package/dist/{doctor-BCgkPVUQ.js → doctor-CT5TGjLp.js} +1 -1
- package/dist/{doctor-DldDs1H_.js → doctor-CgDWyzlL.js} +1 -1
- package/dist/entry.js +1 -1
- package/dist/{gateway-cli-B590fGnF.js → gateway-cli-BRbgwwo3.js} +4 -4
- package/dist/{gateway-cli-BL-RL3Np.js → gateway-cli-DL66Oshk.js} +5 -5
- package/dist/index.js +5 -5
- package/dist/{onboarding-wJBBO83Z.js → onboarding-A92aKbk5.js} +3 -3
- package/dist/{program-B297vq9a.js → program-XnuX3ajS.js} +7 -7
- package/dist/{register.subclis-CWeI7Mjz.js → register.subclis-Doi6OVO0.js} +4 -4
- package/dist/{run-main-DJw-UOug.js → run-main-CyQ0RcEL.js} +9 -9
- package/dist/{status-DQZLcALC.js → status-ct8csi6s.js} +3 -3
- package/dist/{tui-_aG7l29T.js → tui-CGVkfFp0.js} +3 -3
- package/dist/{tui-CQVWQGBQ.js → tui-CiTKrgIl.js} +3 -3
- package/dist/{tui-cli-DJL4qrIi.js → tui-cli-Bra0439E.js} +1 -1
- package/dist/{tui-cli-DzlA7XI-.js → tui-cli-Ddm1Qcoq.js} +1 -1
- package/dist/{update-cli-CA3_BnCr.js → update-cli-DKgavNPX.js} +4 -4
- package/dist/{update-cli-DGwXHqCs.js → update-cli-LuZ5YV9A.js} +3 -3
- package/dist/{update-runner-DAMkrNYP.js → update-runner-Bc28XHXV.js} +1 -1
- package/dist/{update-runner-PG85nvh4.js → update-runner-CLh0p5rS.js} +1 -1
- package/package.json +1 -1
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2cd82d41df9cdd4288a8c071f091dbffacd45da5a36a73b849ca0599dd18a510
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as __exportAll } from "./chunk-BXK9XSlF.js";
|
|
2
2
|
import { X as resolveStateDir } from "./entry.js";
|
|
3
|
-
import { n as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-
|
|
3
|
+
import { n as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-Doi6OVO0.js";
|
|
4
4
|
import path from "node:path";
|
|
5
5
|
import os from "node:os";
|
|
6
6
|
import fs from "node:fs/promises";
|
|
@@ -124,7 +124,7 @@ 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-BRbgwwo3.js")).registerGatewayCli(program);
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
{
|
|
@@ -194,7 +194,7 @@ const entries = [
|
|
|
194
194
|
name: "tui",
|
|
195
195
|
description: "Terminal UI",
|
|
196
196
|
register: async (program) => {
|
|
197
|
-
(await import("./tui-cli-
|
|
197
|
+
(await import("./tui-cli-Ddm1Qcoq.js")).registerTuiCli(program);
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
200
|
{
|
|
@@ -282,7 +282,7 @@ const entries = [
|
|
|
282
282
|
name: "update",
|
|
283
283
|
description: "CLI update helpers",
|
|
284
284
|
register: async (program) => {
|
|
285
|
-
(await import("./update-cli-
|
|
285
|
+
(await import("./update-cli-LuZ5YV9A.js")).registerUpdateCli(program);
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
288
|
{
|
|
@@ -22,7 +22,7 @@ import { a as resolveSessionTranscriptsDirForAgent, i as resolveSessionTranscrip
|
|
|
22
22
|
import { d as loadSessionStore } from "./sandbox-DyDrMxBF.js";
|
|
23
23
|
import { r as runCommandWithRuntime } from "./cli-utils-CQTTNUIq.js";
|
|
24
24
|
import { n as ensurePluginRegistryLoaded, t as hasExplicitOptions } from "./command-options-MEVEj5Ax.js";
|
|
25
|
-
import { l as getVerboseFlag, o as getFlagValue, r as registerSubCliCommands, s as getPositiveIntFlagValue, u as hasFlag } from "./register.subclis-
|
|
25
|
+
import { l as getVerboseFlag, o as getFlagValue, r as registerSubCliCommands, s as getPositiveIntFlagValue, u as hasFlag } from "./register.subclis-Doi6OVO0.js";
|
|
26
26
|
import { n as parsePositiveIntOrUndefined, t as collectOption } from "./helpers-CEFiyjZQ.js";
|
|
27
27
|
import { n as callGatewayFromCli, t as addGatewayClientOptions } from "./gateway-rpc-DQcPueX1.js";
|
|
28
28
|
import { t as createDefaultDeps } from "./deps-CGRTdYDO.js";
|
|
@@ -34,12 +34,12 @@ import { d as applyAuthChoice, f as applyOpenAIConfig, h as promptAuthChoiceGrou
|
|
|
34
34
|
import { l as healthCommand } from "./health-format-UAyG-nOI.js";
|
|
35
35
|
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-jDqZwl_6.js";
|
|
36
36
|
import { n as logConfigUpdated, t as formatConfigPath } from "./logging-D15QDE2U.js";
|
|
37
|
-
import { a as findAgentEntryIndex, c as pruneAgentConfig, d as parseIdentityMarkdown, f as runOnboardingWizard, i as buildAgentSummaries, l as identityHasValues, o as listAgentEntries, r as applyAgentConfig, s as loadAgentIdentity, t as statusCommand } from "./status-
|
|
37
|
+
import { a as findAgentEntryIndex, c as pruneAgentConfig, d as parseIdentityMarkdown, f as runOnboardingWizard, i as buildAgentSummaries, l as identityHasValues, o as listAgentEntries, r as applyAgentConfig, s as loadAgentIdentity, t as statusCommand } from "./status-ct8csi6s.js";
|
|
38
38
|
import { a as createOutboundSendDeps, n as resolveSessionKeyForRequest, t as agentCommand } from "./agent-CZ8qAhbX.js";
|
|
39
39
|
import { t as formatHelpExamples } from "./help-format-D8JUprVf.js";
|
|
40
40
|
import { i as CONFIGURE_WIZARD_SECTIONS, n as configureCommand, r as configureCommandWithSections } from "./configure-CLHBgWQK.js";
|
|
41
41
|
import { n as ensureSystemdUserLingerNonInteractive } from "./systemd-linger-KeoiA8Zn.js";
|
|
42
|
-
import { n as loadAndMaybeMigrateDoctorConfig, t as doctorCommand } from "./doctor-
|
|
42
|
+
import { n as loadAndMaybeMigrateDoctorConfig, t as doctorCommand } from "./doctor-CT5TGjLp.js";
|
|
43
43
|
import path from "node:path";
|
|
44
44
|
import fs from "node:fs";
|
|
45
45
|
import JSON5 from "json5";
|
|
@@ -29,7 +29,7 @@ import { r as isSystemdUserServiceAvailable } from "./systemd-DQvm8tRB.js";
|
|
|
29
29
|
import { n as renderSystemdUnavailableHints, t as isSystemdUnavailableDetail } from "./systemd-hints-DiosV8jd.js";
|
|
30
30
|
import { a as renderGatewayServiceCleanupHints, i as findExtraGatewayServices, n as auditGatewayServiceConfig, o as readLastGatewayErrorLine, r as needsNodeRuntimeMigration, t as SERVICE_AUDIT_CODES } from "./service-audit-CQ1bUSCH.js";
|
|
31
31
|
import { i as resolveControlUiDistIndexPathForRoot, l as healthCommand, r as resolveControlUiDistIndexHealth, t as formatHealthCheckFailure } from "./health-format-UAyG-nOI.js";
|
|
32
|
-
import { f as doctorShellCompletion, t as runGatewayUpdate } from "./update-runner-
|
|
32
|
+
import { f as doctorShellCompletion, t as runGatewayUpdate } from "./update-runner-Bc28XHXV.js";
|
|
33
33
|
import { n as logConfigUpdated } from "./logging-D15QDE2U.js";
|
|
34
34
|
import { t as buildWorkspaceSkillStatus } from "./skills-status-C4wmQlJW.js";
|
|
35
35
|
import { n as buildAuthHealthSummary, r as formatRemainingShort, t as DEFAULT_OAUTH_WARN_MS } from "./auth-health-Bq_MDxb5.js";
|
|
@@ -26,7 +26,7 @@ import { n as logConfigUpdated } from "./logging-CLxV9Na7.js";
|
|
|
26
26
|
import { t as note$1 } from "./note-CrCSjpk3.js";
|
|
27
27
|
import { t as applyPluginAutoEnable } from "./plugin-auto-enable-KzIwJe0A.js";
|
|
28
28
|
import { i as resolveControlUiDistIndexPathForRoot, l as healthCommand, r as resolveControlUiDistIndexHealth, t as formatHealthCheckFailure } from "./health-format-DZIrERXO.js";
|
|
29
|
-
import { c as doctorShellCompletion, t as runGatewayUpdate } from "./update-runner-
|
|
29
|
+
import { c as doctorShellCompletion, t as runGatewayUpdate } from "./update-runner-CLh0p5rS.js";
|
|
30
30
|
import { i as resolveGatewayAuth } from "./auth-DSrYkGU-.js";
|
|
31
31
|
import { t as buildWorkspaceSkillStatus } from "./skills-status-BVaiHzFh.js";
|
|
32
32
|
import { a as repairLaunchAgentBootstrap, i as launchAgentPlistExists, n as isLaunchAgentListed, o as resolveGatewayLogPaths, r as isLaunchAgentLoaded, t as resolveGatewayService } from "./service-BKQOHHW6.js";
|
package/dist/entry.js
CHANGED
|
@@ -1334,7 +1334,7 @@ if (!ensureExperimentalWarningSuppressed()) {
|
|
|
1334
1334
|
applyCliProfileEnv({ profile: parsed.profile });
|
|
1335
1335
|
process$1.argv = parsed.argv;
|
|
1336
1336
|
}
|
|
1337
|
-
import("./run-main-
|
|
1337
|
+
import("./run-main-CyQ0RcEL.js").then(({ runCli }) => runCli(process$1.argv)).catch((error) => {
|
|
1338
1338
|
console.error("[SKYKOI] Failed to start CLI:", error instanceof Error ? error.stack ?? error.message : error);
|
|
1339
1339
|
process$1.exitCode = 1;
|
|
1340
1340
|
});
|
|
@@ -55,7 +55,7 @@ import { n as createOutboundSendDeps, t as createDefaultDeps } from "./deps-BHoA
|
|
|
55
55
|
import { i as enableTailscaleServe, n as disableTailscaleServe, o as getTailnetHostname, r as enableTailscaleFunnel, t as disableTailscaleFunnel } from "./tailscale-C9oNI3cv.js";
|
|
56
56
|
import { t as ensureSKYKOICliOnPath } from "./path-env-BnUKFCos.js";
|
|
57
57
|
import "./daemon-runtime-B7p4kL16.js";
|
|
58
|
-
import { c as loadAgentIdentity, d as loadAgentIdentityFromWorkspace, i as applyAgentConfig, l as pruneAgentConfig, o as findAgentEntryIndex, p as forceFreePortAndWait, r as getStatusSummary, s as listAgentEntries, t as runOnboardingWizard } from "./onboarding-
|
|
58
|
+
import { c as loadAgentIdentity, d as loadAgentIdentityFromWorkspace, i as applyAgentConfig, l as pruneAgentConfig, o as findAgentEntryIndex, p as forceFreePortAndWait, r as getStatusSummary, s as listAgentEntries, t as runOnboardingWizard } from "./onboarding-A92aKbk5.js";
|
|
59
59
|
import { t as resolveChannelDefaultAccountId } from "./helpers-yjIEMzi8.js";
|
|
60
60
|
import "./logging-CLxV9Na7.js";
|
|
61
61
|
import "./note-CrCSjpk3.js";
|
|
@@ -68,7 +68,7 @@ import "./archive-Dy3Ezb-5.js";
|
|
|
68
68
|
import "./skill-scanner-BoGjHXUZ.js";
|
|
69
69
|
import "./installs-ChtZhX65.js";
|
|
70
70
|
import { a as resolveControlUiRootOverrideSync, c as getHealthSnapshot, d as runHeartbeatOnce, f as setHeartbeatsEnabled, n as ensureControlUiAssetsBuilt, o as resolveControlUiRootSync, p as startHeartbeatRunner, s as formatHealthChannelLines } from "./health-format-DZIrERXO.js";
|
|
71
|
-
import { S as normalizeUpdateChannel, _ as resolveNpmChannelTag, h as compareSemverStrings, m as checkUpdateStatus, t as runGatewayUpdate, y as DEFAULT_PACKAGE_CHANNEL } from "./update-runner-
|
|
71
|
+
import { S as normalizeUpdateChannel, _ as resolveNpmChannelTag, h as compareSemverStrings, m as checkUpdateStatus, t as runGatewayUpdate, y as DEFAULT_PACKAGE_CHANNEL } from "./update-runner-CLh0p5rS.js";
|
|
72
72
|
import { i as resolveGatewayAuth, n as authorizeGatewayConnect, r as isLocalDirectRequest, t as assertGatewayAuthConfigured } from "./auth-DSrYkGU-.js";
|
|
73
73
|
import { i as probeGateway } from "./audit-zzBGcjIg.js";
|
|
74
74
|
import "./table-BOthYYmp.js";
|
|
@@ -78,11 +78,11 @@ import "./systemd-DyrxDxSB.js";
|
|
|
78
78
|
import "./service-audit-Cyagv33t.js";
|
|
79
79
|
import "./node-service-DPiAKtp-.js";
|
|
80
80
|
import "./channels-status-issues-CbB072Pz.js";
|
|
81
|
-
import "./completion-cli-
|
|
81
|
+
import "./completion-cli-X4ALKdE6.js";
|
|
82
82
|
import { a as createOutboundSendDeps$1, i as resolveAgentOutboundTarget, r as resolveAgentDeliveryPlan, t as agentCommand } from "./agent-BlhVavmM.js";
|
|
83
83
|
import { n as resolveWideAreaDiscoveryDomain, r as writeWideAreaGatewayZone } from "./widearea-dns-Cr9yVcsB.js";
|
|
84
84
|
import { i as shouldIncludeHook, n as loadWorkspaceHookEntries, r as resolveHookConfig } from "./hooks-status-CdjD9QYu.js";
|
|
85
|
-
import "./tui-
|
|
85
|
+
import "./tui-CiTKrgIl.js";
|
|
86
86
|
import { t as buildChannelAccountSnapshot } from "./status-CaPZ8xx2.js";
|
|
87
87
|
import "./shared-CX7eJEGL.js";
|
|
88
88
|
import { a as runDaemonStop, i as runDaemonStart, n as runDaemonStatus, o as runDaemonUninstall, r as runDaemonRestart, s as runDaemonInstall } from "./daemon-cli-BThyy-Nq.js";
|
|
@@ -61,8 +61,8 @@ import { r as runCommandWithRuntime } from "./cli-utils-CQTTNUIq.js";
|
|
|
61
61
|
import "./pairing-labels-DxpfDscO.js";
|
|
62
62
|
import { t as buildChannelAccountSnapshot } from "./status-t7_XFd6z.js";
|
|
63
63
|
import "./channels-status-issues-Cx4DwKM8.js";
|
|
64
|
-
import "./register.subclis-
|
|
65
|
-
import "./completion-cli-
|
|
64
|
+
import "./register.subclis-Doi6OVO0.js";
|
|
65
|
+
import "./completion-cli-C-_Jgcem.js";
|
|
66
66
|
import { n as createOutboundSendDeps, t as createDefaultDeps } from "./deps-CGRTdYDO.js";
|
|
67
67
|
import "./daemon-runtime-HqcnmSTj.js";
|
|
68
68
|
import "./service-DV05Mtg_.js";
|
|
@@ -76,13 +76,13 @@ import { a as toOptionString, i as parsePort$1, n as extractGatewayMiskeys, r as
|
|
|
76
76
|
import { i as probeGateway } from "./audit-D0OQ_h8g.js";
|
|
77
77
|
import { g as discoverGatewayBeacons, n as installSkill } from "./onboard-skills-RdjrlM_Z.js";
|
|
78
78
|
import { a as resolveControlUiRootOverrideSync, c as getHealthSnapshot, d as runHeartbeatOnce, f as setHeartbeatsEnabled, n as ensureControlUiAssetsBuilt, o as resolveControlUiRootSync, p as startHeartbeatRunner, s as formatHealthChannelLines } from "./health-format-UAyG-nOI.js";
|
|
79
|
-
import { S as normalizeUpdateChannel, _ as resolveNpmChannelTag, h as compareSemverStrings, m as checkUpdateStatus, t as runGatewayUpdate, y as DEFAULT_PACKAGE_CHANNEL } from "./update-runner-
|
|
79
|
+
import { S as normalizeUpdateChannel, _ as resolveNpmChannelTag, h as compareSemverStrings, m as checkUpdateStatus, t as runGatewayUpdate, y as DEFAULT_PACKAGE_CHANNEL } from "./update-runner-Bc28XHXV.js";
|
|
80
80
|
import "./github-copilot-auth-jDqZwl_6.js";
|
|
81
81
|
import "./logging-D15QDE2U.js";
|
|
82
82
|
import { i as shouldIncludeHook, n as loadWorkspaceHookEntries, r as resolveHookConfig } from "./hooks-status-CRG1w6AU.js";
|
|
83
|
-
import { a as findAgentEntryIndex, c as pruneAgentConfig, f as runOnboardingWizard, n as getStatusSummary, o as listAgentEntries, r as applyAgentConfig, s as loadAgentIdentity, u as loadAgentIdentityFromWorkspace } from "./status-
|
|
83
|
+
import { a as findAgentEntryIndex, c as pruneAgentConfig, f as runOnboardingWizard, n as getStatusSummary, o as listAgentEntries, r as applyAgentConfig, s as loadAgentIdentity, u as loadAgentIdentityFromWorkspace } from "./status-ct8csi6s.js";
|
|
84
84
|
import { t as buildWorkspaceSkillStatus } from "./skills-status-C4wmQlJW.js";
|
|
85
|
-
import "./tui-
|
|
85
|
+
import "./tui-CGVkfFp0.js";
|
|
86
86
|
import { i as setGatewayWsLogStyle, n as logWs, r as summarizeAgentEventForWsLog, t as formatForLog } from "./ws-log-C4lXq6b4.js";
|
|
87
87
|
import { T as resolveGmailHookRuntimeConfig, _ as buildGogWatchServeArgs, i as ensureTailscaleEndpoint, v as buildGogWatchStartArgs } from "./gmail-setup-utils-Bmf_oPLY.js";
|
|
88
88
|
import { a as createOutboundSendDeps$1, i as resolveAgentOutboundTarget, r as resolveAgentDeliveryPlan, t as agentCommand } from "./agent-CZ8qAhbX.js";
|
package/dist/index.js
CHANGED
|
@@ -51,7 +51,7 @@ import { l as ensureBinary, u as promptYesNo } from "./tailscale-C9oNI3cv.js";
|
|
|
51
51
|
import { t as isMainModule } from "./is-main-B6kCyqsv.js";
|
|
52
52
|
import { t as ensureSKYKOICliOnPath } from "./path-env-BnUKFCos.js";
|
|
53
53
|
import { a as gatewayInstallErrorHint, g as assertSupportedRuntime, i as buildGatewayInstallPlan, r as isGatewayDaemonRuntime, t as DEFAULT_GATEWAY_DAEMON_RUNTIME } from "./daemon-runtime-B7p4kL16.js";
|
|
54
|
-
import { a as buildAgentSummaries, c as loadAgentIdentity, f as parseIdentityMarkdown, i as applyAgentConfig, l as pruneAgentConfig, n as statusCommand, o as findAgentEntryIndex, s as listAgentEntries, t as runOnboardingWizard, u as identityHasValues } from "./onboarding-
|
|
54
|
+
import { a as buildAgentSummaries, c as loadAgentIdentity, f as parseIdentityMarkdown, i as applyAgentConfig, l as pruneAgentConfig, n as statusCommand, o as findAgentEntryIndex, s as listAgentEntries, t as runOnboardingWizard, u as identityHasValues } from "./onboarding-A92aKbk5.js";
|
|
55
55
|
import { t as resolveChannelDefaultAccountId } from "./helpers-yjIEMzi8.js";
|
|
56
56
|
import { n as logConfigUpdated, t as formatConfigPath } from "./logging-CLxV9Na7.js";
|
|
57
57
|
import "./note-CrCSjpk3.js";
|
|
@@ -65,7 +65,7 @@ import "./archive-Dy3Ezb-5.js";
|
|
|
65
65
|
import "./skill-scanner-BoGjHXUZ.js";
|
|
66
66
|
import "./installs-ChtZhX65.js";
|
|
67
67
|
import { l as healthCommand } from "./health-format-DZIrERXO.js";
|
|
68
|
-
import "./update-runner-
|
|
68
|
+
import "./update-runner-CLh0p5rS.js";
|
|
69
69
|
import "./auth-DSrYkGU-.js";
|
|
70
70
|
import "./audit-zzBGcjIg.js";
|
|
71
71
|
import { t as renderTable } from "./table-BOthYYmp.js";
|
|
@@ -75,7 +75,7 @@ import { r as isSystemdUserServiceAvailable } from "./systemd-DyrxDxSB.js";
|
|
|
75
75
|
import "./service-audit-Cyagv33t.js";
|
|
76
76
|
import "./node-service-DPiAKtp-.js";
|
|
77
77
|
import "./channels-status-issues-CbB072Pz.js";
|
|
78
|
-
import { c as registerSubCliCommands, d as getPositiveIntFlagValue, f as getVerboseFlag, l as getCommandPath, m as hasHelpOrVersion, p as hasFlag, u as getFlagValue } from "./completion-cli-
|
|
78
|
+
import { c as registerSubCliCommands, d as getPositiveIntFlagValue, f as getVerboseFlag, l as getCommandPath, m as hasHelpOrVersion, p as hasFlag, u as getFlagValue } from "./completion-cli-X4ALKdE6.js";
|
|
79
79
|
import { n as callGatewayFromCli, t as addGatewayClientOptions } from "./gateway-rpc-CbL6geDo.js";
|
|
80
80
|
import { t as formatHelpExamples } from "./help-format-q-N7n7vs.js";
|
|
81
81
|
import { a as createOutboundSendDeps, n as resolveSessionKeyForRequest, t as agentCommand } from "./agent-BlhVavmM.js";
|
|
@@ -85,9 +85,9 @@ import { i as CONFIGURE_WIZARD_SECTIONS, n as configureCommand, r as configureCo
|
|
|
85
85
|
import { n as ensureSystemdUserLingerNonInteractive } from "./systemd-linger-C5NE1TWa.js";
|
|
86
86
|
import "./widearea-dns-Cr9yVcsB.js";
|
|
87
87
|
import "./auth-health-DLdo_EBm.js";
|
|
88
|
-
import { n as loadAndMaybeMigrateDoctorConfig, t as doctorCommand } from "./doctor-
|
|
88
|
+
import { n as loadAndMaybeMigrateDoctorConfig, t as doctorCommand } from "./doctor-CgDWyzlL.js";
|
|
89
89
|
import "./hooks-status-CdjD9QYu.js";
|
|
90
|
-
import { i as hasEmittedCliBanner, n as emitCliBanner, r as formatCliBannerLine } from "./tui-
|
|
90
|
+
import { i as hasEmittedCliBanner, n as emitCliBanner, r as formatCliBannerLine } from "./tui-CiTKrgIl.js";
|
|
91
91
|
import process$1 from "node:process";
|
|
92
92
|
import { fileURLToPath } from "node:url";
|
|
93
93
|
import path from "node:path";
|
|
@@ -24,7 +24,7 @@ import { t as WizardCancelledError } from "./prompts-FbZThK8w.js";
|
|
|
24
24
|
import { c as promptDefaultModel, d as warnIfModelConfigLooksOff, f as applyAuthChoice, g as promptAuthChoiceGrouped, r as promptRemoteGatewayConfig, s as applyPrimaryModel, t as setupSkills, u as resolvePreferredProviderForAuthChoice } from "./onboard-skills-DLHSUPSn.js";
|
|
25
25
|
import { n as setupChannels } from "./onboard-channels-COTGe_lb.js";
|
|
26
26
|
import { l as healthCommand, n as ensureControlUiAssetsBuilt, s as formatHealthChannelLines, t as formatHealthCheckFailure, u as resolveHeartbeatSummaryForAgent } from "./health-format-DZIrERXO.js";
|
|
27
|
-
import { C as resolveEffectiveUpdateChannel, S as normalizeUpdateChannel, d as formatUpdateOneLiner, f as getUpdateCheckResult, h as compareSemverStrings, l as ensureCompletionCacheExists, m as checkUpdateStatus, p as resolveUpdateAvailability, s as checkShellCompletionStatus, u as formatUpdateAvailableHint, x as formatUpdateChannelLabel } from "./update-runner-
|
|
27
|
+
import { C as resolveEffectiveUpdateChannel, S as normalizeUpdateChannel, d as formatUpdateOneLiner, f as getUpdateCheckResult, h as compareSemverStrings, l as ensureCompletionCacheExists, m as checkUpdateStatus, p as resolveUpdateAvailability, s as checkShellCompletionStatus, u as formatUpdateAvailableHint, x as formatUpdateChannelLabel } from "./update-runner-CLh0p5rS.js";
|
|
28
28
|
import { i as probeGateway, t as runSecurityAudit } from "./audit-zzBGcjIg.js";
|
|
29
29
|
import { t as renderTable } from "./table-BOthYYmp.js";
|
|
30
30
|
import { t as buildWorkspaceSkillStatus } from "./skills-status-BVaiHzFh.js";
|
|
@@ -34,9 +34,9 @@ import { o as readLastGatewayErrorLine } from "./service-audit-Cyagv33t.js";
|
|
|
34
34
|
import { t as resolveNodeService } from "./node-service-DPiAKtp-.js";
|
|
35
35
|
import { t as collectChannelStatusIssues } from "./channels-status-issues-CbB072Pz.js";
|
|
36
36
|
import { i as redactSecrets, n as formatDuration$1, r as formatGatewayAuthUsed, t as formatAge$1 } from "./format-8citvr_1.js";
|
|
37
|
-
import { r as installCompletion } from "./completion-cli-
|
|
37
|
+
import { r as installCompletion } from "./completion-cli-X4ALKdE6.js";
|
|
38
38
|
import { t as buildWorkspaceHookStatus } from "./hooks-status-CdjD9QYu.js";
|
|
39
|
-
import { t as runTui } from "./tui-
|
|
39
|
+
import { t as runTui } from "./tui-CiTKrgIl.js";
|
|
40
40
|
import os from "node:os";
|
|
41
41
|
import path from "node:path";
|
|
42
42
|
import fs from "node:fs";
|
|
@@ -52,8 +52,8 @@ import "./pairing-labels-DxpfDscO.js";
|
|
|
52
52
|
import "./channels-status-issues-Cx4DwKM8.js";
|
|
53
53
|
import { n as ensurePluginRegistryLoaded } from "./command-options-MEVEj5Ax.js";
|
|
54
54
|
import { n as resolveCliChannelOptions } from "./channel-options-0xzhfgzt.js";
|
|
55
|
-
import { a as getCommandPath, d as hasHelpOrVersion, l as getVerboseFlag } from "./register.subclis-
|
|
56
|
-
import "./completion-cli-
|
|
55
|
+
import { a as getCommandPath, d as hasHelpOrVersion, l as getVerboseFlag } from "./register.subclis-Doi6OVO0.js";
|
|
56
|
+
import "./completion-cli-C-_Jgcem.js";
|
|
57
57
|
import "./gateway-rpc-DQcPueX1.js";
|
|
58
58
|
import "./deps-CGRTdYDO.js";
|
|
59
59
|
import "./daemon-runtime-HqcnmSTj.js";
|
|
@@ -65,22 +65,22 @@ import "./widearea-dns-DHSIgmLp.js";
|
|
|
65
65
|
import "./audit-D0OQ_h8g.js";
|
|
66
66
|
import "./onboard-skills-RdjrlM_Z.js";
|
|
67
67
|
import "./health-format-UAyG-nOI.js";
|
|
68
|
-
import "./update-runner-
|
|
68
|
+
import "./update-runner-Bc28XHXV.js";
|
|
69
69
|
import "./github-copilot-auth-jDqZwl_6.js";
|
|
70
70
|
import "./logging-D15QDE2U.js";
|
|
71
71
|
import "./hooks-status-CRG1w6AU.js";
|
|
72
|
-
import "./status-
|
|
72
|
+
import "./status-ct8csi6s.js";
|
|
73
73
|
import "./skills-status-C4wmQlJW.js";
|
|
74
|
-
import { i as hasEmittedCliBanner, n as emitCliBanner, r as formatCliBannerLine } from "./tui-
|
|
74
|
+
import { i as hasEmittedCliBanner, n as emitCliBanner, r as formatCliBannerLine } from "./tui-CGVkfFp0.js";
|
|
75
75
|
import "./agent-CZ8qAhbX.js";
|
|
76
76
|
import "./node-service-C2JDeXPT.js";
|
|
77
77
|
import { t as forceFreePort } from "./ports-rlm5vckh.js";
|
|
78
78
|
import "./auth-health-Bq_MDxb5.js";
|
|
79
|
-
import { r as registerProgramCommands, t as ensureConfigReady } from "./config-guard-
|
|
79
|
+
import { r as registerProgramCommands, t as ensureConfigReady } from "./config-guard-DCTn2EnC.js";
|
|
80
80
|
import "./help-format-D8JUprVf.js";
|
|
81
81
|
import "./configure-CLHBgWQK.js";
|
|
82
82
|
import "./systemd-linger-KeoiA8Zn.js";
|
|
83
|
-
import "./doctor-
|
|
83
|
+
import "./doctor-CT5TGjLp.js";
|
|
84
84
|
import { Command } from "commander";
|
|
85
85
|
|
|
86
86
|
//#region src/cli/program/context.ts
|
|
@@ -124,7 +124,7 @@ 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-DL66Oshk.js")).registerGatewayCli(program);
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
{
|
|
@@ -194,7 +194,7 @@ const entries = [
|
|
|
194
194
|
name: "tui",
|
|
195
195
|
description: "Terminal UI",
|
|
196
196
|
register: async (program) => {
|
|
197
|
-
(await import("./tui-cli-
|
|
197
|
+
(await import("./tui-cli-Bra0439E.js")).registerTuiCli(program);
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
200
|
{
|
|
@@ -282,14 +282,14 @@ const entries = [
|
|
|
282
282
|
name: "update",
|
|
283
283
|
description: "CLI update helpers",
|
|
284
284
|
register: async (program) => {
|
|
285
|
-
(await import("./update-cli-
|
|
285
|
+
(await import("./update-cli-DKgavNPX.js")).registerUpdateCli(program);
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
name: "completion",
|
|
290
290
|
description: "Generate shell completion script",
|
|
291
291
|
register: async (program) => {
|
|
292
|
-
(await import("./completion-cli-
|
|
292
|
+
(await import("./completion-cli-C-_Jgcem.js").then((n) => n.n)).registerCompletionCli(program);
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
295
|
];
|
|
@@ -51,8 +51,8 @@ import "./login-qr-BHTIpk7i.js";
|
|
|
51
51
|
import "./pairing-labels-DxpfDscO.js";
|
|
52
52
|
import "./channels-status-issues-Cx4DwKM8.js";
|
|
53
53
|
import { n as ensurePluginRegistryLoaded } from "./command-options-MEVEj5Ax.js";
|
|
54
|
-
import { a as getCommandPath, c as getPrimaryCommand, d as hasHelpOrVersion } from "./register.subclis-
|
|
55
|
-
import "./completion-cli-
|
|
54
|
+
import { a as getCommandPath, c as getPrimaryCommand, d as hasHelpOrVersion } from "./register.subclis-Doi6OVO0.js";
|
|
55
|
+
import "./completion-cli-C-_Jgcem.js";
|
|
56
56
|
import "./gateway-rpc-DQcPueX1.js";
|
|
57
57
|
import "./deps-CGRTdYDO.js";
|
|
58
58
|
import { h as assertSupportedRuntime } from "./daemon-runtime-HqcnmSTj.js";
|
|
@@ -64,21 +64,21 @@ import "./widearea-dns-DHSIgmLp.js";
|
|
|
64
64
|
import "./audit-D0OQ_h8g.js";
|
|
65
65
|
import "./onboard-skills-RdjrlM_Z.js";
|
|
66
66
|
import "./health-format-UAyG-nOI.js";
|
|
67
|
-
import "./update-runner-
|
|
67
|
+
import "./update-runner-Bc28XHXV.js";
|
|
68
68
|
import "./github-copilot-auth-jDqZwl_6.js";
|
|
69
69
|
import "./logging-D15QDE2U.js";
|
|
70
70
|
import "./hooks-status-CRG1w6AU.js";
|
|
71
|
-
import "./status-
|
|
71
|
+
import "./status-ct8csi6s.js";
|
|
72
72
|
import "./skills-status-C4wmQlJW.js";
|
|
73
|
-
import { n as emitCliBanner } from "./tui-
|
|
73
|
+
import { n as emitCliBanner } from "./tui-CGVkfFp0.js";
|
|
74
74
|
import "./agent-CZ8qAhbX.js";
|
|
75
75
|
import "./node-service-C2JDeXPT.js";
|
|
76
76
|
import "./auth-health-Bq_MDxb5.js";
|
|
77
|
-
import { n as findRoutedCommand, t as ensureConfigReady } from "./config-guard-
|
|
77
|
+
import { n as findRoutedCommand, t as ensureConfigReady } from "./config-guard-DCTn2EnC.js";
|
|
78
78
|
import "./help-format-D8JUprVf.js";
|
|
79
79
|
import "./configure-CLHBgWQK.js";
|
|
80
80
|
import "./systemd-linger-KeoiA8Zn.js";
|
|
81
|
-
import "./doctor-
|
|
81
|
+
import "./doctor-CT5TGjLp.js";
|
|
82
82
|
import path from "node:path";
|
|
83
83
|
import process$1 from "node:process";
|
|
84
84
|
import fs from "node:fs";
|
|
@@ -140,7 +140,7 @@ async function runCli(argv = process$1.argv) {
|
|
|
140
140
|
assertSupportedRuntime();
|
|
141
141
|
if (await tryRouteCli(normalizedArgv)) return;
|
|
142
142
|
enableConsoleCapture();
|
|
143
|
-
const { buildProgram } = await import("./program-
|
|
143
|
+
const { buildProgram } = await import("./program-XnuX3ajS.js");
|
|
144
144
|
const program = buildProgram();
|
|
145
145
|
installUnhandledRejectionHandler();
|
|
146
146
|
process$1.on("uncaughtException", (error) => {
|
|
@@ -150,7 +150,7 @@ async function runCli(argv = process$1.argv) {
|
|
|
150
150
|
const parseArgv = rewriteUpdateFlagArgv(normalizedArgv);
|
|
151
151
|
const primary = getPrimaryCommand(parseArgv);
|
|
152
152
|
if (primary) {
|
|
153
|
-
const { registerSubCliByName } = await import("./register.subclis-
|
|
153
|
+
const { registerSubCliByName } = await import("./register.subclis-Doi6OVO0.js").then((n) => n.i);
|
|
154
154
|
await registerSubCliByName(program, primary);
|
|
155
155
|
}
|
|
156
156
|
if (!(!primary && hasHelpOrVersion(parseArgv))) {
|
|
@@ -20,7 +20,7 @@ import { o as resolveStorePath } from "./paths-DPLOvGLU.js";
|
|
|
20
20
|
import { I as resolveMainSessionKey, d as loadSessionStore } from "./sandbox-DyDrMxBF.js";
|
|
21
21
|
import { t as buildChannelSummary } from "./channel-summary-BfmMtKO5.js";
|
|
22
22
|
import { t as collectChannelStatusIssues } from "./channels-status-issues-Cx4DwKM8.js";
|
|
23
|
-
import { r as installCompletion } from "./completion-cli-
|
|
23
|
+
import { r as installCompletion } from "./completion-cli-C-_Jgcem.js";
|
|
24
24
|
import { a as gatewayInstallErrorHint, i as buildGatewayInstallPlan, n as GATEWAY_DAEMON_RUNTIME_OPTIONS, t as DEFAULT_GATEWAY_DAEMON_RUNTIME } from "./daemon-runtime-HqcnmSTj.js";
|
|
25
25
|
import { o as resolveGatewayLogPaths, t as resolveGatewayService } from "./service-DV05Mtg_.js";
|
|
26
26
|
import { r as isSystemdUserServiceAvailable } from "./systemd-DQvm8tRB.js";
|
|
@@ -29,11 +29,11 @@ import { t as renderTable } from "./table-Kzsd53ks.js";
|
|
|
29
29
|
import { i as probeGateway, t as runSecurityAudit } from "./audit-D0OQ_h8g.js";
|
|
30
30
|
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-RdjrlM_Z.js";
|
|
31
31
|
import { l as healthCommand, n as ensureControlUiAssetsBuilt, s as formatHealthChannelLines, t as formatHealthCheckFailure, u as resolveHeartbeatSummaryForAgent } from "./health-format-UAyG-nOI.js";
|
|
32
|
-
import { C as resolveEffectiveUpdateChannel, S as normalizeUpdateChannel, c as formatUpdateOneLiner, d as checkShellCompletionStatus, h as compareSemverStrings, l as getUpdateCheckResult, m as checkUpdateStatus, p as ensureCompletionCacheExists, s as formatUpdateAvailableHint, u as resolveUpdateAvailability, x as formatUpdateChannelLabel } from "./update-runner-
|
|
32
|
+
import { C as resolveEffectiveUpdateChannel, S as normalizeUpdateChannel, c as formatUpdateOneLiner, d as checkShellCompletionStatus, h as compareSemverStrings, l as getUpdateCheckResult, m as checkUpdateStatus, p as ensureCompletionCacheExists, s as formatUpdateAvailableHint, u as resolveUpdateAvailability, x as formatUpdateChannelLabel } from "./update-runner-Bc28XHXV.js";
|
|
33
33
|
import { n as logConfigUpdated } from "./logging-D15QDE2U.js";
|
|
34
34
|
import { t as buildWorkspaceHookStatus } from "./hooks-status-CRG1w6AU.js";
|
|
35
35
|
import { t as buildWorkspaceSkillStatus } from "./skills-status-C4wmQlJW.js";
|
|
36
|
-
import { t as runTui } from "./tui-
|
|
36
|
+
import { t as runTui } from "./tui-CGVkfFp0.js";
|
|
37
37
|
import { t as resolveNodeService } from "./node-service-C2JDeXPT.js";
|
|
38
38
|
import { i as redactSecrets, n as formatDuration$1, r as formatGatewayAuthUsed, t as formatAge$1 } from "./format-BPATbSa4.js";
|
|
39
39
|
import { spawnSync } from "node:child_process";
|
|
@@ -2482,9 +2482,9 @@ function rgb(r, g, b) {
|
|
|
2482
2482
|
const RESET = "\x1B[0m";
|
|
2483
2483
|
const BOLD = "\x1B[1m";
|
|
2484
2484
|
const SKYKOI_ASCII = [
|
|
2485
|
-
"
|
|
2486
|
-
"
|
|
2487
|
-
"╚═╝ ╩
|
|
2485
|
+
"╔═╗ ╦╔═ ╦ ╦ ╦╔═ ╔═╗ ╦",
|
|
2486
|
+
"╚═╗ ╠╩╗ ╚╦╝ ╠╩╗ ║ ║ ║",
|
|
2487
|
+
"╚═╝ ╩ ╩ ╩ ╩ ╩ ╚═╝ ╩"
|
|
2488
2488
|
];
|
|
2489
2489
|
/** Apply aurora gradient to a single line of text at a given phase offset */
|
|
2490
2490
|
function auroraLine(text, phaseOffset) {
|
|
@@ -2483,9 +2483,9 @@ function rgb(r, g, b) {
|
|
|
2483
2483
|
const RESET = "\x1B[0m";
|
|
2484
2484
|
const BOLD = "\x1B[1m";
|
|
2485
2485
|
const SKYKOI_ASCII = [
|
|
2486
|
-
"
|
|
2487
|
-
"
|
|
2488
|
-
"╚═╝ ╩
|
|
2486
|
+
"╔═╗ ╦╔═ ╦ ╦ ╦╔═ ╔═╗ ╦",
|
|
2487
|
+
"╚═╗ ╠╩╗ ╚╦╝ ╠╩╗ ║ ║ ║",
|
|
2488
|
+
"╚═╝ ╩ ╩ ╩ ╩ ╩ ╚═╝ ╩"
|
|
2489
2489
|
];
|
|
2490
2490
|
/** Apply aurora gradient to a single line of text at a given phase offset */
|
|
2491
2491
|
function auroraLine(text, phaseOffset) {
|
|
@@ -24,7 +24,7 @@ import "./skills-CCunBWnn.js";
|
|
|
24
24
|
import "./redact-DL7khirP.js";
|
|
25
25
|
import "./tool-display-Bi4RVFbR.js";
|
|
26
26
|
import { t as parseTimeoutMs } from "./parse-timeout-D4Vew-aj.js";
|
|
27
|
-
import { t as runTui } from "./tui-
|
|
27
|
+
import { t as runTui } from "./tui-CGVkfFp0.js";
|
|
28
28
|
|
|
29
29
|
//#region src/cli/tui-cli.ts
|
|
30
30
|
function registerTuiCli(program) {
|
|
@@ -27,7 +27,7 @@ import "./net-sP4-ayNL.js";
|
|
|
27
27
|
import "./call-C4UmZmWu.js";
|
|
28
28
|
import { t as formatDocsLink } from "./links-BYUF0_Hp.js";
|
|
29
29
|
import { t as parseTimeoutMs } from "./parse-timeout-Du-wHHNi.js";
|
|
30
|
-
import { t as runTui } from "./tui-
|
|
30
|
+
import { t as runTui } from "./tui-CiTKrgIl.js";
|
|
31
31
|
|
|
32
32
|
//#region src/cli/tui-cli.ts
|
|
33
33
|
function registerTuiCli(program) {
|
|
@@ -49,8 +49,8 @@ import "./pairing-store-D5pH_THY.js";
|
|
|
49
49
|
import "./login-qr-BHTIpk7i.js";
|
|
50
50
|
import "./pairing-labels-DxpfDscO.js";
|
|
51
51
|
import "./channels-status-issues-Cx4DwKM8.js";
|
|
52
|
-
import "./register.subclis-
|
|
53
|
-
import { r as installCompletion } from "./completion-cli-
|
|
52
|
+
import "./register.subclis-Doi6OVO0.js";
|
|
53
|
+
import { r as installCompletion } from "./completion-cli-C-_Jgcem.js";
|
|
54
54
|
import "./deps-CGRTdYDO.js";
|
|
55
55
|
import { g as parseSemver } from "./daemon-runtime-HqcnmSTj.js";
|
|
56
56
|
import "./service-DV05Mtg_.js";
|
|
@@ -60,14 +60,14 @@ import { r as runDaemonRestart } from "./daemon-cli-B_1JE1_W.js";
|
|
|
60
60
|
import "./service-audit-CQ1bUSCH.js";
|
|
61
61
|
import { t as renderTable } from "./table-Kzsd53ks.js";
|
|
62
62
|
import "./health-format-UAyG-nOI.js";
|
|
63
|
-
import { C as resolveEffectiveUpdateChannel, S as normalizeUpdateChannel, _ as resolveNpmChannelTag, a as globalInstallArgs, b as channelToNpmTag, c as formatUpdateOneLiner, d as checkShellCompletionStatus, g as fetchNpmTagVersion, h as compareSemverStrings, i as detectGlobalInstallManagerForRoot, m as checkUpdateStatus, n as cleanupGlobalRenameDirs, o as resolveGlobalPackageRoot, p as ensureCompletionCacheExists, r as detectGlobalInstallManagerByPresence, s as formatUpdateAvailableHint, t as runGatewayUpdate, u as resolveUpdateAvailability, v as DEFAULT_GIT_CHANNEL, x as formatUpdateChannelLabel, y as DEFAULT_PACKAGE_CHANNEL } from "./update-runner-
|
|
63
|
+
import { C as resolveEffectiveUpdateChannel, S as normalizeUpdateChannel, _ as resolveNpmChannelTag, a as globalInstallArgs, b as channelToNpmTag, c as formatUpdateOneLiner, d as checkShellCompletionStatus, g as fetchNpmTagVersion, h as compareSemverStrings, i as detectGlobalInstallManagerForRoot, m as checkUpdateStatus, n as cleanupGlobalRenameDirs, o as resolveGlobalPackageRoot, p as ensureCompletionCacheExists, r as detectGlobalInstallManagerByPresence, s as formatUpdateAvailableHint, t as runGatewayUpdate, u as resolveUpdateAvailability, v as DEFAULT_GIT_CHANNEL, x as formatUpdateChannelLabel, y as DEFAULT_PACKAGE_CHANNEL } from "./update-runner-Bc28XHXV.js";
|
|
64
64
|
import "./logging-D15QDE2U.js";
|
|
65
65
|
import "./skills-status-C4wmQlJW.js";
|
|
66
66
|
import "./auth-health-Bq_MDxb5.js";
|
|
67
67
|
import { n as updateNpmInstalledPlugins, t as syncPluginsForUpdateChannel } from "./update--jRXmhk2.js";
|
|
68
68
|
import { t as formatHelpExamples } from "./help-format-D8JUprVf.js";
|
|
69
69
|
import "./systemd-linger-KeoiA8Zn.js";
|
|
70
|
-
import { t as doctorCommand } from "./doctor-
|
|
70
|
+
import { t as doctorCommand } from "./doctor-CT5TGjLp.js";
|
|
71
71
|
import { spawnSync } from "node:child_process";
|
|
72
72
|
import path from "node:path";
|
|
73
73
|
import os from "node:os";
|
|
@@ -54,7 +54,7 @@ import "./archive-Dy3Ezb-5.js";
|
|
|
54
54
|
import "./skill-scanner-BoGjHXUZ.js";
|
|
55
55
|
import "./installs-ChtZhX65.js";
|
|
56
56
|
import "./health-format-DZIrERXO.js";
|
|
57
|
-
import { C as resolveEffectiveUpdateChannel, S as normalizeUpdateChannel, _ as resolveNpmChannelTag, a as globalInstallArgs, b as channelToNpmTag, d as formatUpdateOneLiner, g as fetchNpmTagVersion, h as compareSemverStrings, i as detectGlobalInstallManagerForRoot, l as ensureCompletionCacheExists, m as checkUpdateStatus, n as cleanupGlobalRenameDirs, o as resolveGlobalPackageRoot, p as resolveUpdateAvailability, r as detectGlobalInstallManagerByPresence, s as checkShellCompletionStatus, t as runGatewayUpdate, u as formatUpdateAvailableHint, v as DEFAULT_GIT_CHANNEL, x as formatUpdateChannelLabel, y as DEFAULT_PACKAGE_CHANNEL } from "./update-runner-
|
|
57
|
+
import { C as resolveEffectiveUpdateChannel, S as normalizeUpdateChannel, _ as resolveNpmChannelTag, a as globalInstallArgs, b as channelToNpmTag, d as formatUpdateOneLiner, g as fetchNpmTagVersion, h as compareSemverStrings, i as detectGlobalInstallManagerForRoot, l as ensureCompletionCacheExists, m as checkUpdateStatus, n as cleanupGlobalRenameDirs, o as resolveGlobalPackageRoot, p as resolveUpdateAvailability, r as detectGlobalInstallManagerByPresence, s as checkShellCompletionStatus, t as runGatewayUpdate, u as formatUpdateAvailableHint, v as DEFAULT_GIT_CHANNEL, x as formatUpdateChannelLabel, y as DEFAULT_PACKAGE_CHANNEL } from "./update-runner-CLh0p5rS.js";
|
|
58
58
|
import "./auth-DSrYkGU-.js";
|
|
59
59
|
import { t as renderTable } from "./table-BOthYYmp.js";
|
|
60
60
|
import "./skills-status-BVaiHzFh.js";
|
|
@@ -62,11 +62,11 @@ import "./service-BKQOHHW6.js";
|
|
|
62
62
|
import "./systemd-DyrxDxSB.js";
|
|
63
63
|
import "./service-audit-Cyagv33t.js";
|
|
64
64
|
import "./channels-status-issues-CbB072Pz.js";
|
|
65
|
-
import { r as installCompletion } from "./completion-cli-
|
|
65
|
+
import { r as installCompletion } from "./completion-cli-X4ALKdE6.js";
|
|
66
66
|
import { t as formatHelpExamples } from "./help-format-q-N7n7vs.js";
|
|
67
67
|
import "./systemd-linger-C5NE1TWa.js";
|
|
68
68
|
import "./auth-health-DLdo_EBm.js";
|
|
69
|
-
import { t as doctorCommand } from "./doctor-
|
|
69
|
+
import { t as doctorCommand } from "./doctor-CgDWyzlL.js";
|
|
70
70
|
import "./shared-CX7eJEGL.js";
|
|
71
71
|
import { r as runDaemonRestart } from "./daemon-cli-BThyy-Nq.js";
|
|
72
72
|
import { n as updateNpmInstalledPlugins, t as syncPluginsForUpdateChannel } from "./update-2VqxsQpn.js";
|
|
@@ -4,7 +4,7 @@ import { t as resolveSKYKOIPackageRoot } from "./SKYKOI-root-B5HYTPZX.js";
|
|
|
4
4
|
import { j as VERSION } from "./config-CtkB7u5D.js";
|
|
5
5
|
import { Ln as trimLogTail } from "./loader-C2v1VUED.js";
|
|
6
6
|
import { t as note } from "./note-YmyPRD-3.js";
|
|
7
|
-
import { a as resolveCompletionCachePath, i as isCompletionInstalled, o as resolveShellFromEnv, r as installCompletion, s as usesSlowDynamicCompletion, t as completionCacheExists } from "./completion-cli-
|
|
7
|
+
import { a as resolveCompletionCachePath, i as isCompletionInstalled, o as resolveShellFromEnv, r as installCompletion, s as usesSlowDynamicCompletion, t as completionCacheExists } from "./completion-cli-C-_Jgcem.js";
|
|
8
8
|
import { g as parseSemver } from "./daemon-runtime-HqcnmSTj.js";
|
|
9
9
|
import { i as resolveControlUiDistIndexPathForRoot, r as resolveControlUiDistIndexHealth } from "./health-format-UAyG-nOI.js";
|
|
10
10
|
import { spawnSync } from "node:child_process";
|
|
@@ -6,7 +6,7 @@ import { j as VERSION } from "./config-CJhjWqlt.js";
|
|
|
6
6
|
import { _ as parseSemver } from "./daemon-runtime-B7p4kL16.js";
|
|
7
7
|
import { t as note } from "./note-CrCSjpk3.js";
|
|
8
8
|
import { i as resolveControlUiDistIndexPathForRoot, r as resolveControlUiDistIndexHealth } from "./health-format-DZIrERXO.js";
|
|
9
|
-
import { a as resolveCompletionCachePath, i as isCompletionInstalled, o as resolveShellFromEnv, r as installCompletion, s as usesSlowDynamicCompletion, t as completionCacheExists } from "./completion-cli-
|
|
9
|
+
import { a as resolveCompletionCachePath, i as isCompletionInstalled, o as resolveShellFromEnv, r as installCompletion, s as usesSlowDynamicCompletion, t as completionCacheExists } from "./completion-cli-X4ALKdE6.js";
|
|
10
10
|
import os from "node:os";
|
|
11
11
|
import path from "node:path";
|
|
12
12
|
import fs from "node:fs/promises";
|