svamp-cli 0.2.175 → 0.2.176
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/{agentCommands-C4upUtMc.mjs → agentCommands-kchQlyIS.mjs} +5 -5
- package/dist/{auth-BKN98KO4.mjs → auth-oH2upjHc.mjs} +1 -1
- package/dist/cli.mjs +61 -61
- package/dist/{commands-BbqjhR4z.mjs → commands-9LT5p45A.mjs} +2 -2
- package/dist/{commands-D03sBXV4.mjs → commands-CXtkDntj.mjs} +2 -2
- package/dist/{commands-D2lD-S4d.mjs → commands-CbrJ16x7.mjs} +5 -5
- package/dist/{commands-BF_Wy2B4.mjs → commands-Cu6nPOsD.mjs} +1 -1
- package/dist/{commands-CkygtYMZ.mjs → commands-DBi7fxGX.mjs} +2 -2
- package/dist/{commands-BssfhM-2.mjs → commands-DGkX7Kcr.mjs} +1 -1
- package/dist/{commands-DICHik9Y.mjs → commands-DHbv5qMP.mjs} +19 -13
- package/dist/{commands-CSK-jSnk.mjs → commands-USG2Z4XP.mjs} +1 -1
- package/dist/{fleet-qUmhLn41.mjs → fleet-BcS8xNkk.mjs} +1 -1
- package/dist/{frpc-BDZgTsi8.mjs → frpc-Bm7BrLan.mjs} +1 -1
- package/dist/{headlessCli-BG-PcYjM.mjs → headlessCli-B4CVNI7S.mjs} +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{package-CMB-hfB0.mjs → package-DndVS0ln.mjs} +2 -2
- package/dist/{rpc-gCEvLUNu.mjs → rpc-BbaS0cLh.mjs} +1 -1
- package/dist/{rpc-CQTahguB.mjs → rpc-DVNDMfl8.mjs} +11 -9
- package/dist/{run-Buov6wz-.mjs → run-BmpyfykC.mjs} +29 -10
- package/dist/{run-DGs1hcvd.mjs → run-Cr1yt_tm.mjs} +1 -1
- package/dist/scheduler-BusuolPD.mjs +93 -0
- package/dist/{serveCommands-C6l8yA9_.mjs → serveCommands-Crb8ENkv.mjs} +5 -5
- package/dist/{serveManager-B_Bj1AF4.mjs → serveManager-DQByExEO.mjs} +2 -2
- package/dist/{sideband-BYiyQgZR.mjs → sideband-B4L2zR2U.mjs} +1 -1
- package/dist/store-BPL__e4D.mjs +125 -0
- package/package.json +2 -2
- package/dist/store-D2HNe-Kv.mjs +0 -74
|
@@ -2,7 +2,7 @@ import { existsSync, readFileSync, mkdirSync, writeFileSync, renameSync } from '
|
|
|
2
2
|
import { join, dirname } from 'node:path';
|
|
3
3
|
import os from 'node:os';
|
|
4
4
|
import { requireNotSandboxed } from './sandboxDetect-DNTcbgWD.mjs';
|
|
5
|
-
import {
|
|
5
|
+
import { y as shortId } from './run-BmpyfykC.mjs';
|
|
6
6
|
import 'os';
|
|
7
7
|
import 'fs/promises';
|
|
8
8
|
import 'fs';
|
|
@@ -96,7 +96,7 @@ async function sessionSetTitle(title) {
|
|
|
96
96
|
}
|
|
97
97
|
async function sessionSetProjectDescription(description) {
|
|
98
98
|
const dir = process.cwd();
|
|
99
|
-
const { projectName, writeProjectInfo, sanitizeDescription, projectInfoPath } = await import('./run-
|
|
99
|
+
const { projectName, writeProjectInfo, sanitizeDescription, projectInfoPath } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.a5; });
|
|
100
100
|
const desc = sanitizeDescription(description, 240);
|
|
101
101
|
if (!desc) {
|
|
102
102
|
console.error("Project description is empty.");
|
|
@@ -180,7 +180,7 @@ async function sessionBroadcast(action, args) {
|
|
|
180
180
|
console.log(`Broadcast sent: ${action}`);
|
|
181
181
|
}
|
|
182
182
|
async function connectToMachineService() {
|
|
183
|
-
const { connectAndGetMachine } = await import('./commands-
|
|
183
|
+
const { connectAndGetMachine } = await import('./commands-DGkX7Kcr.mjs');
|
|
184
184
|
return connectAndGetMachine();
|
|
185
185
|
}
|
|
186
186
|
function buildInboxMessage(args) {
|
|
@@ -258,7 +258,7 @@ async function inboxSend(targetSessionId, opts) {
|
|
|
258
258
|
console.error("Message body is required.");
|
|
259
259
|
process.exit(1);
|
|
260
260
|
}
|
|
261
|
-
const { connectAndResolveSession } = await import('./commands-
|
|
261
|
+
const { connectAndResolveSession } = await import('./commands-DGkX7Kcr.mjs');
|
|
262
262
|
let server;
|
|
263
263
|
try {
|
|
264
264
|
const { targetId, messageId } = await inboxSendCore(
|
|
@@ -312,7 +312,7 @@ async function inboxReply(messageId, body) {
|
|
|
312
312
|
console.error("SVAMP_SESSION_ID not set. This command must be run inside a Svamp session.");
|
|
313
313
|
process.exit(1);
|
|
314
314
|
}
|
|
315
|
-
const { connectAndResolveSession } = await import('./commands-
|
|
315
|
+
const { connectAndResolveSession } = await import('./commands-DGkX7Kcr.mjs');
|
|
316
316
|
const { server: localServer, machine: localMachine } = await connectToMachineService();
|
|
317
317
|
let localDisconnected = false;
|
|
318
318
|
const disconnectLocal = async () => {
|
package/dist/cli.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as clearStopMarker, f as stopMarkerExists, s as startDaemon, b as stopDaemon, d as daemonStatus } from './run-
|
|
1
|
+
import { e as clearStopMarker, f as stopMarkerExists, s as startDaemon, b as stopDaemon, d as daemonStatus } from './run-BmpyfykC.mjs';
|
|
2
2
|
import { ensureSupervisorViaServiceManager, LAUNCHD_LABEL } from './serviceManager-hlOVxkhW.mjs';
|
|
3
3
|
import 'os';
|
|
4
4
|
import 'fs/promises';
|
|
@@ -34,7 +34,7 @@ const subcommand = args[0];
|
|
|
34
34
|
let daemonSubcommand = args[1];
|
|
35
35
|
async function main() {
|
|
36
36
|
try {
|
|
37
|
-
const { getLoadedConfig } = await import('./run-
|
|
37
|
+
const { getLoadedConfig } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.ac; });
|
|
38
38
|
getLoadedConfig();
|
|
39
39
|
} catch {
|
|
40
40
|
}
|
|
@@ -51,7 +51,7 @@ async function main() {
|
|
|
51
51
|
console.error(`svamp daemon restart: ${err.message || err}`);
|
|
52
52
|
process.exit(1);
|
|
53
53
|
}
|
|
54
|
-
const { restartDaemon } = await import('./run-
|
|
54
|
+
const { restartDaemon } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.ae; });
|
|
55
55
|
await restartDaemon();
|
|
56
56
|
process.exit(0);
|
|
57
57
|
}
|
|
@@ -344,7 +344,7 @@ async function main() {
|
|
|
344
344
|
console.error("svamp service: Service commands are not available in sandboxed sessions.");
|
|
345
345
|
process.exit(1);
|
|
346
346
|
}
|
|
347
|
-
const { handleServiceCommand } = await import('./commands-
|
|
347
|
+
const { handleServiceCommand } = await import('./commands-CbrJ16x7.mjs');
|
|
348
348
|
await handleServiceCommand();
|
|
349
349
|
} else if (subcommand === "serve") {
|
|
350
350
|
const { isSandboxed: isSandboxedServe } = await import('./sandboxDetect-DNTcbgWD.mjs');
|
|
@@ -352,7 +352,7 @@ async function main() {
|
|
|
352
352
|
console.error("svamp serve: Serve commands are not available in sandboxed sessions.");
|
|
353
353
|
process.exit(1);
|
|
354
354
|
}
|
|
355
|
-
const { handleServeCommand } = await import('./serveCommands-
|
|
355
|
+
const { handleServeCommand } = await import('./serveCommands-Crb8ENkv.mjs');
|
|
356
356
|
await handleServeCommand();
|
|
357
357
|
process.exit(0);
|
|
358
358
|
} else if (subcommand === "process" || subcommand === "proc") {
|
|
@@ -361,7 +361,7 @@ async function main() {
|
|
|
361
361
|
console.error("svamp process: Process commands are not available in sandboxed sessions.");
|
|
362
362
|
process.exit(1);
|
|
363
363
|
}
|
|
364
|
-
const { processCommand } = await import('./commands-
|
|
364
|
+
const { processCommand } = await import('./commands-9LT5p45A.mjs');
|
|
365
365
|
let machineId;
|
|
366
366
|
const processArgs = args.slice(1);
|
|
367
367
|
const mIdx = processArgs.findIndex((a) => a === "--machine" || a === "-m");
|
|
@@ -375,22 +375,22 @@ async function main() {
|
|
|
375
375
|
}), machineId);
|
|
376
376
|
process.exit(0);
|
|
377
377
|
} else if (subcommand === "issue" || subcommand === "issues") {
|
|
378
|
-
const { issueCommand } = await import('./commands-
|
|
378
|
+
const { issueCommand } = await import('./commands-Cu6nPOsD.mjs');
|
|
379
379
|
await issueCommand(args.slice(1));
|
|
380
380
|
process.exit(0);
|
|
381
381
|
} else if (subcommand === "workflow" || subcommand === "workflows") {
|
|
382
|
-
const { workflowCommand } = await import('./commands-
|
|
382
|
+
const { workflowCommand } = await import('./commands-DHbv5qMP.mjs');
|
|
383
383
|
await workflowCommand(args.slice(1));
|
|
384
384
|
process.exit(0);
|
|
385
385
|
} else if (subcommand === "trigger" || subcommand === "triggers" || subcommand === "routine" || subcommand === "routines") {
|
|
386
|
-
const { routineCommand } = await import('./commands-
|
|
386
|
+
const { routineCommand } = await import('./commands-DBi7fxGX.mjs');
|
|
387
387
|
await routineCommand(args.slice(1));
|
|
388
388
|
process.exit(0);
|
|
389
389
|
} else if (subcommand === "wise-agent" || subcommand === "wise") {
|
|
390
390
|
await handleWiseAgentCommand(args.slice(1));
|
|
391
391
|
process.exit(0);
|
|
392
392
|
} else if (subcommand === "feature" || subcommand === "crew") {
|
|
393
|
-
const { crewCommand } = await import('./commands-
|
|
393
|
+
const { crewCommand } = await import('./commands-CXtkDntj.mjs');
|
|
394
394
|
await crewCommand(args.slice(1));
|
|
395
395
|
process.exit(0);
|
|
396
396
|
} else if (subcommand === "--help" || subcommand === "-h") {
|
|
@@ -398,7 +398,7 @@ async function main() {
|
|
|
398
398
|
} else if (!subcommand || subcommand === "start") {
|
|
399
399
|
await handleInteractiveCommand();
|
|
400
400
|
} else if (subcommand === "--version" || subcommand === "-v") {
|
|
401
|
-
const pkg = await import('./package-
|
|
401
|
+
const pkg = await import('./package-DndVS0ln.mjs').catch(() => ({ default: { version: "unknown" } }));
|
|
402
402
|
console.log(`svamp version: ${pkg.default.version}`);
|
|
403
403
|
} else {
|
|
404
404
|
console.error(`Unknown command: ${subcommand}`);
|
|
@@ -407,7 +407,7 @@ async function main() {
|
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
async function handleInteractiveCommand() {
|
|
410
|
-
const { runInteractive } = await import('./run-
|
|
410
|
+
const { runInteractive } = await import('./run-Cr1yt_tm.mjs');
|
|
411
411
|
const interactiveArgs = subcommand === "start" ? args.slice(1) : args;
|
|
412
412
|
let directory = process.cwd();
|
|
413
413
|
let resumeSessionId;
|
|
@@ -452,7 +452,7 @@ async function handleAgentCommand() {
|
|
|
452
452
|
return;
|
|
453
453
|
}
|
|
454
454
|
if (agentArgs[0] === "list") {
|
|
455
|
-
const { KNOWN_ACP_AGENTS, KNOWN_MCP_AGENTS: KNOWN_MCP_AGENTS2 } = await import('./run-
|
|
455
|
+
const { KNOWN_ACP_AGENTS, KNOWN_MCP_AGENTS: KNOWN_MCP_AGENTS2 } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.a8; });
|
|
456
456
|
console.log("Known agents:");
|
|
457
457
|
for (const [name, config2] of Object.entries(KNOWN_ACP_AGENTS)) {
|
|
458
458
|
console.log(` ${name.padEnd(12)} ${config2.command} ${config2.args.join(" ")} (ACP)`);
|
|
@@ -464,7 +464,7 @@ async function handleAgentCommand() {
|
|
|
464
464
|
console.log('Use "svamp agent -- <command> [args]" for a custom ACP agent.');
|
|
465
465
|
return;
|
|
466
466
|
}
|
|
467
|
-
const { resolveAcpAgentConfig, KNOWN_MCP_AGENTS } = await import('./run-
|
|
467
|
+
const { resolveAcpAgentConfig, KNOWN_MCP_AGENTS } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.a8; });
|
|
468
468
|
let cwd = process.cwd();
|
|
469
469
|
const filteredArgs = [];
|
|
470
470
|
for (let i = 0; i < agentArgs.length; i++) {
|
|
@@ -488,12 +488,12 @@ async function handleAgentCommand() {
|
|
|
488
488
|
console.log(`Starting ${config.agentName} agent in ${cwd}...`);
|
|
489
489
|
let backend;
|
|
490
490
|
if (KNOWN_MCP_AGENTS[config.agentName]) {
|
|
491
|
-
const { CodexMcpBackend } = await import('./run-
|
|
491
|
+
const { CodexMcpBackend } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.a9; });
|
|
492
492
|
backend = new CodexMcpBackend({ cwd, log: logFn });
|
|
493
493
|
} else {
|
|
494
|
-
const { AcpBackend } = await import('./run-
|
|
495
|
-
const { GeminiTransport } = await import('./run-
|
|
496
|
-
const { DefaultTransport } = await import('./run-
|
|
494
|
+
const { AcpBackend } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.a7; });
|
|
495
|
+
const { GeminiTransport } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.aa; });
|
|
496
|
+
const { DefaultTransport } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.a6; });
|
|
497
497
|
const transportHandler = config.agentName === "gemini" ? new GeminiTransport() : new DefaultTransport(config.agentName);
|
|
498
498
|
backend = new AcpBackend({
|
|
499
499
|
agentName: config.agentName,
|
|
@@ -620,7 +620,7 @@ async function handleSessionCommand() {
|
|
|
620
620
|
process.exit(1);
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
|
-
const { sessionList, sessionWhoami, sessionSpawn, sessionArchive, sessionResume, sessionDelete, sessionInfo, sessionMessages, sessionAttach, sessionMachines, sessionSend, sessionWait, sessionShare, sessionLoopStart, sessionLoopCancel, sessionLoopStatus, sessionInboxSend, sessionInboxList, sessionInboxRead, sessionInboxReply, sessionInboxClear } = await import('./commands-
|
|
623
|
+
const { sessionList, sessionWhoami, sessionSpawn, sessionArchive, sessionResume, sessionDelete, sessionInfo, sessionMessages, sessionAttach, sessionMachines, sessionSend, sessionWait, sessionShare, sessionLoopStart, sessionLoopCancel, sessionLoopStatus, sessionInboxSend, sessionInboxList, sessionInboxRead, sessionInboxReply, sessionInboxClear } = await import('./commands-DGkX7Kcr.mjs');
|
|
624
624
|
const parseFlagStr = (flag, shortFlag) => {
|
|
625
625
|
for (let i = 1; i < sessionArgs.length; i++) {
|
|
626
626
|
if ((sessionArgs[i] === flag || shortFlag) && i + 1 < sessionArgs.length) {
|
|
@@ -688,7 +688,7 @@ async function handleSessionCommand() {
|
|
|
688
688
|
allowDomain.push(sessionArgs[++i]);
|
|
689
689
|
}
|
|
690
690
|
}
|
|
691
|
-
const { parseShareArg } = await import('./commands-
|
|
691
|
+
const { parseShareArg } = await import('./commands-DGkX7Kcr.mjs');
|
|
692
692
|
const shareEntries = share.map((s) => parseShareArg(s));
|
|
693
693
|
await sessionSpawn(agent, dir, targetMachineId, {
|
|
694
694
|
message,
|
|
@@ -773,7 +773,7 @@ async function handleSessionCommand() {
|
|
|
773
773
|
console.error(" Rewinds history: rewrites the message + drops everything after it, then restarts Claude.");
|
|
774
774
|
process.exit(1);
|
|
775
775
|
}
|
|
776
|
-
const { sessionEditMessage } = await import('./commands-
|
|
776
|
+
const { sessionEditMessage } = await import('./commands-DGkX7Kcr.mjs');
|
|
777
777
|
await sessionEditMessage(sessionArgs[1], sessionArgs[2], sessionArgs[3], targetMachineId);
|
|
778
778
|
} else if (sessionSubcommand === "refine") {
|
|
779
779
|
if (!sessionArgs[1] || !sessionArgs[2]) {
|
|
@@ -781,7 +781,7 @@ async function handleSessionCommand() {
|
|
|
781
781
|
console.error(" Asks the agent to revise its latest reply in place (no extra round).");
|
|
782
782
|
process.exit(1);
|
|
783
783
|
}
|
|
784
|
-
const { sessionRefineLastReply } = await import('./commands-
|
|
784
|
+
const { sessionRefineLastReply } = await import('./commands-DGkX7Kcr.mjs');
|
|
785
785
|
await sessionRefineLastReply(sessionArgs[1], sessionArgs[2], targetMachineId);
|
|
786
786
|
} else if (sessionSubcommand === "undo-edit" || sessionSubcommand === "undo") {
|
|
787
787
|
if (!sessionArgs[1]) {
|
|
@@ -789,7 +789,7 @@ async function handleSessionCommand() {
|
|
|
789
789
|
console.error(" Reverts the most recent edit/refine, restoring the pre-edit history.");
|
|
790
790
|
process.exit(1);
|
|
791
791
|
}
|
|
792
|
-
const { sessionUndoEdit } = await import('./commands-
|
|
792
|
+
const { sessionUndoEdit } = await import('./commands-DGkX7Kcr.mjs');
|
|
793
793
|
await sessionUndoEdit(sessionArgs[1], targetMachineId);
|
|
794
794
|
} else if (sessionSubcommand === "query") {
|
|
795
795
|
const dir = sessionArgs[1];
|
|
@@ -799,7 +799,7 @@ async function handleSessionCommand() {
|
|
|
799
799
|
console.error(" Spawns a stateless Claude session in <directory>, sends <prompt>, prints the answer, then deletes the session.");
|
|
800
800
|
process.exit(1);
|
|
801
801
|
}
|
|
802
|
-
const { sessionQuery } = await import('./commands-
|
|
802
|
+
const { sessionQuery } = await import('./commands-DGkX7Kcr.mjs');
|
|
803
803
|
await sessionQuery(dir, prompt, targetMachineId, {
|
|
804
804
|
timeout: parseFlagInt("--timeout"),
|
|
805
805
|
json: hasFlag("--json"),
|
|
@@ -832,7 +832,7 @@ async function handleSessionCommand() {
|
|
|
832
832
|
console.error("Usage: svamp session approve <session-id> [request-id] [--json]");
|
|
833
833
|
process.exit(1);
|
|
834
834
|
}
|
|
835
|
-
const { sessionApprove } = await import('./commands-
|
|
835
|
+
const { sessionApprove } = await import('./commands-DGkX7Kcr.mjs');
|
|
836
836
|
const approveReqId = sessionArgs[2] && !sessionArgs[2].startsWith("--") ? sessionArgs[2] : void 0;
|
|
837
837
|
await sessionApprove(sessionArgs[1], approveReqId, targetMachineId, {
|
|
838
838
|
json: hasFlag("--json")
|
|
@@ -842,7 +842,7 @@ async function handleSessionCommand() {
|
|
|
842
842
|
console.error("Usage: svamp session deny <session-id> [request-id] [--json]");
|
|
843
843
|
process.exit(1);
|
|
844
844
|
}
|
|
845
|
-
const { sessionDeny } = await import('./commands-
|
|
845
|
+
const { sessionDeny } = await import('./commands-DGkX7Kcr.mjs');
|
|
846
846
|
const denyReqId = sessionArgs[2] && !sessionArgs[2].startsWith("--") ? sessionArgs[2] : void 0;
|
|
847
847
|
await sessionDeny(sessionArgs[1], denyReqId, targetMachineId, {
|
|
848
848
|
json: hasFlag("--json")
|
|
@@ -884,7 +884,7 @@ async function handleSessionCommand() {
|
|
|
884
884
|
console.error("Usage: svamp session set-title <title>");
|
|
885
885
|
process.exit(1);
|
|
886
886
|
}
|
|
887
|
-
const { sessionSetTitle } = await import('./agentCommands-
|
|
887
|
+
const { sessionSetTitle } = await import('./agentCommands-kchQlyIS.mjs');
|
|
888
888
|
await sessionSetTitle(title);
|
|
889
889
|
} else if (sessionSubcommand === "set-project-description" || sessionSubcommand === "set-project") {
|
|
890
890
|
const desc = sessionArgs.slice(1).filter((a) => !a.startsWith("--")).join(" ");
|
|
@@ -892,7 +892,7 @@ async function handleSessionCommand() {
|
|
|
892
892
|
console.error("Usage: svamp session set-project-description <text>");
|
|
893
893
|
process.exit(1);
|
|
894
894
|
}
|
|
895
|
-
const { sessionSetProjectDescription } = await import('./agentCommands-
|
|
895
|
+
const { sessionSetProjectDescription } = await import('./agentCommands-kchQlyIS.mjs');
|
|
896
896
|
await sessionSetProjectDescription(desc);
|
|
897
897
|
} else if (sessionSubcommand === "set-link") {
|
|
898
898
|
const url = sessionArgs[1];
|
|
@@ -901,7 +901,7 @@ async function handleSessionCommand() {
|
|
|
901
901
|
process.exit(1);
|
|
902
902
|
}
|
|
903
903
|
const label = sessionArgs[2] && !sessionArgs[2].startsWith("--") ? sessionArgs[2] : void 0;
|
|
904
|
-
const { sessionSetLink } = await import('./agentCommands-
|
|
904
|
+
const { sessionSetLink } = await import('./agentCommands-kchQlyIS.mjs');
|
|
905
905
|
await sessionSetLink(url, label);
|
|
906
906
|
} else if (sessionSubcommand === "notify") {
|
|
907
907
|
const message = sessionArgs[1];
|
|
@@ -910,7 +910,7 @@ async function handleSessionCommand() {
|
|
|
910
910
|
process.exit(1);
|
|
911
911
|
}
|
|
912
912
|
const level = parseFlagStr("--level") || "info";
|
|
913
|
-
const { sessionNotify } = await import('./agentCommands-
|
|
913
|
+
const { sessionNotify } = await import('./agentCommands-kchQlyIS.mjs');
|
|
914
914
|
await sessionNotify(message, level);
|
|
915
915
|
} else if (sessionSubcommand === "broadcast") {
|
|
916
916
|
const action = sessionArgs[1];
|
|
@@ -918,7 +918,7 @@ async function handleSessionCommand() {
|
|
|
918
918
|
console.error("Usage: svamp session broadcast <action> [args...]\nActions: open-canvas <url> [label], close-canvas, toast <message>");
|
|
919
919
|
process.exit(1);
|
|
920
920
|
}
|
|
921
|
-
const { sessionBroadcast } = await import('./agentCommands-
|
|
921
|
+
const { sessionBroadcast } = await import('./agentCommands-kchQlyIS.mjs');
|
|
922
922
|
await sessionBroadcast(action, sessionArgs.slice(2).filter((a) => !a.startsWith("--")));
|
|
923
923
|
} else if (sessionSubcommand === "inbox") {
|
|
924
924
|
const inboxSubcmd = sessionArgs[1];
|
|
@@ -929,7 +929,7 @@ async function handleSessionCommand() {
|
|
|
929
929
|
process.exit(1);
|
|
930
930
|
}
|
|
931
931
|
if (agentSessionId) {
|
|
932
|
-
const { inboxSend } = await import('./agentCommands-
|
|
932
|
+
const { inboxSend } = await import('./agentCommands-kchQlyIS.mjs');
|
|
933
933
|
await inboxSend(sessionArgs[2], {
|
|
934
934
|
body: sessionArgs[3],
|
|
935
935
|
subject: parseFlagStr("--subject"),
|
|
@@ -944,7 +944,7 @@ async function handleSessionCommand() {
|
|
|
944
944
|
}
|
|
945
945
|
} else if (inboxSubcmd === "list" || inboxSubcmd === "ls") {
|
|
946
946
|
if (agentSessionId && !sessionArgs[2]) {
|
|
947
|
-
const { inboxList } = await import('./agentCommands-
|
|
947
|
+
const { inboxList } = await import('./agentCommands-kchQlyIS.mjs');
|
|
948
948
|
await inboxList({
|
|
949
949
|
unread: hasFlag("--unread"),
|
|
950
950
|
limit: parseFlagInt("--limit"),
|
|
@@ -966,7 +966,7 @@ async function handleSessionCommand() {
|
|
|
966
966
|
process.exit(1);
|
|
967
967
|
}
|
|
968
968
|
if (agentSessionId && !sessionArgs[3]) {
|
|
969
|
-
const { inboxList } = await import('./agentCommands-
|
|
969
|
+
const { inboxList } = await import('./agentCommands-kchQlyIS.mjs');
|
|
970
970
|
await sessionInboxRead(agentSessionId, sessionArgs[2], targetMachineId);
|
|
971
971
|
} else if (sessionArgs[3]) {
|
|
972
972
|
await sessionInboxRead(sessionArgs[2], sessionArgs[3], targetMachineId);
|
|
@@ -976,7 +976,7 @@ async function handleSessionCommand() {
|
|
|
976
976
|
}
|
|
977
977
|
} else if (inboxSubcmd === "reply") {
|
|
978
978
|
if (agentSessionId && sessionArgs[2] && sessionArgs[3] && !sessionArgs[4]) {
|
|
979
|
-
const { inboxReply } = await import('./agentCommands-
|
|
979
|
+
const { inboxReply } = await import('./agentCommands-kchQlyIS.mjs');
|
|
980
980
|
await inboxReply(sessionArgs[2], sessionArgs[3]);
|
|
981
981
|
} else if (sessionArgs[2] && sessionArgs[3] && sessionArgs[4]) {
|
|
982
982
|
await sessionInboxReply(sessionArgs[2], sessionArgs[3], sessionArgs[4], targetMachineId);
|
|
@@ -1012,7 +1012,7 @@ async function handleMachineCommand() {
|
|
|
1012
1012
|
return;
|
|
1013
1013
|
}
|
|
1014
1014
|
if (machineSubcommand === "share") {
|
|
1015
|
-
const { machineShare } = await import('./commands-
|
|
1015
|
+
const { machineShare } = await import('./commands-DGkX7Kcr.mjs');
|
|
1016
1016
|
let machineId;
|
|
1017
1017
|
const shareArgs = [];
|
|
1018
1018
|
for (let i = 1; i < machineArgs.length; i++) {
|
|
@@ -1063,14 +1063,14 @@ async function handleMachineCommand() {
|
|
|
1063
1063
|
process.exit(1);
|
|
1064
1064
|
}
|
|
1065
1065
|
if (all) {
|
|
1066
|
-
const { fleetExec } = await import('./fleet-
|
|
1066
|
+
const { fleetExec } = await import('./fleet-BcS8xNkk.mjs');
|
|
1067
1067
|
await fleetExec(command, { cwd });
|
|
1068
1068
|
} else {
|
|
1069
|
-
const { machineExec } = await import('./commands-
|
|
1069
|
+
const { machineExec } = await import('./commands-DGkX7Kcr.mjs');
|
|
1070
1070
|
await machineExec(machineId, command, cwd);
|
|
1071
1071
|
}
|
|
1072
1072
|
} else if (machineSubcommand === "info") {
|
|
1073
|
-
const { machineInfo } = await import('./commands-
|
|
1073
|
+
const { machineInfo } = await import('./commands-DGkX7Kcr.mjs');
|
|
1074
1074
|
let machineId;
|
|
1075
1075
|
for (let i = 1; i < machineArgs.length; i++) {
|
|
1076
1076
|
if ((machineArgs[i] === "--machine" || machineArgs[i] === "-m") && i + 1 < machineArgs.length) {
|
|
@@ -1090,10 +1090,10 @@ async function handleMachineCommand() {
|
|
|
1090
1090
|
level = machineArgs[++i];
|
|
1091
1091
|
}
|
|
1092
1092
|
}
|
|
1093
|
-
const { machineNotify } = await import('./agentCommands-
|
|
1093
|
+
const { machineNotify } = await import('./agentCommands-kchQlyIS.mjs');
|
|
1094
1094
|
await machineNotify(message, level);
|
|
1095
1095
|
} else if (machineSubcommand === "ls") {
|
|
1096
|
-
const { machineLs } = await import('./commands-
|
|
1096
|
+
const { machineLs } = await import('./commands-DGkX7Kcr.mjs');
|
|
1097
1097
|
let machineId;
|
|
1098
1098
|
let showHidden = false;
|
|
1099
1099
|
let path;
|
|
@@ -1149,20 +1149,20 @@ Examples:
|
|
|
1149
1149
|
};
|
|
1150
1150
|
const hasFlag = (name) => fleetArgs.includes(`--${name}`);
|
|
1151
1151
|
if (sub === "status") {
|
|
1152
|
-
const { fleetStatus } = await import('./fleet-
|
|
1152
|
+
const { fleetStatus } = await import('./fleet-BcS8xNkk.mjs');
|
|
1153
1153
|
await fleetStatus();
|
|
1154
1154
|
} else if (sub === "upgrade-claude") {
|
|
1155
|
-
const { fleetUpgradeClaude } = await import('./fleet-
|
|
1155
|
+
const { fleetUpgradeClaude } = await import('./fleet-BcS8xNkk.mjs');
|
|
1156
1156
|
await fleetUpgradeClaude({ version: flag("version", "-v") });
|
|
1157
1157
|
} else if (sub === "upgrade-svamp") {
|
|
1158
|
-
const { fleetUpgradeSvamp } = await import('./fleet-
|
|
1158
|
+
const { fleetUpgradeSvamp } = await import('./fleet-BcS8xNkk.mjs');
|
|
1159
1159
|
await fleetUpgradeSvamp({ version: flag("version", "-v"), excludeSelf: hasFlag("exclude-self") });
|
|
1160
1160
|
} else if (sub === "daemon-restart") {
|
|
1161
|
-
const { fleetDaemonRestart } = await import('./fleet-
|
|
1161
|
+
const { fleetDaemonRestart } = await import('./fleet-BcS8xNkk.mjs');
|
|
1162
1162
|
await fleetDaemonRestart({ graceful: !hasFlag("cleanup") });
|
|
1163
1163
|
} else if (sub === "push-skill") {
|
|
1164
1164
|
const name = fleetArgs[1];
|
|
1165
|
-
const { fleetPushSkill } = await import('./fleet-
|
|
1165
|
+
const { fleetPushSkill } = await import('./fleet-BcS8xNkk.mjs');
|
|
1166
1166
|
await fleetPushSkill(name);
|
|
1167
1167
|
} else {
|
|
1168
1168
|
console.error(`Unknown fleet subcommand: ${sub}`);
|
|
@@ -1178,7 +1178,7 @@ async function handleSkillsCommand() {
|
|
|
1178
1178
|
await printSkillsHelp();
|
|
1179
1179
|
return;
|
|
1180
1180
|
}
|
|
1181
|
-
const { skillsFind, skillsInstall, skillsList, skillsRemove, skillsPublish } = await import('./commands-
|
|
1181
|
+
const { skillsFind, skillsInstall, skillsList, skillsRemove, skillsPublish } = await import('./commands-USG2Z4XP.mjs');
|
|
1182
1182
|
if (skillsSubcommand === "find" || skillsSubcommand === "search") {
|
|
1183
1183
|
const query = skillsArgs.slice(1).filter((a) => !a.startsWith("--")).join(" ");
|
|
1184
1184
|
if (!query) {
|
|
@@ -1225,7 +1225,7 @@ async function loginToHypha() {
|
|
|
1225
1225
|
process.exit(1);
|
|
1226
1226
|
}
|
|
1227
1227
|
const anchor = anchorArg.replace(/\/+$/, "");
|
|
1228
|
-
const { loadInstanceConfig } = await import('./run-
|
|
1228
|
+
const { loadInstanceConfig } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.ac; });
|
|
1229
1229
|
let cfg = null;
|
|
1230
1230
|
try {
|
|
1231
1231
|
cfg = await loadInstanceConfig({ anchor, force: true });
|
|
@@ -1336,7 +1336,7 @@ async function logoutFromHypha() {
|
|
|
1336
1336
|
} catch {
|
|
1337
1337
|
}
|
|
1338
1338
|
try {
|
|
1339
|
-
const { clearInstanceConfigCache } = await import('./run-
|
|
1339
|
+
const { clearInstanceConfigCache } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.ac; });
|
|
1340
1340
|
clearInstanceConfigCache();
|
|
1341
1341
|
} catch {
|
|
1342
1342
|
}
|
|
@@ -1674,7 +1674,7 @@ async function applyClaudeAuthFlags(argv) {
|
|
|
1674
1674
|
"--use-hypha-proxy, --use-claude-login, and --anthropic-base-url/--anthropic-api-key are mutually exclusive"
|
|
1675
1675
|
);
|
|
1676
1676
|
}
|
|
1677
|
-
const mod = await import('./run-
|
|
1677
|
+
const mod = await import('./run-BmpyfykC.mjs').then(function (n) { return n.ab; });
|
|
1678
1678
|
if (hasHypha) {
|
|
1679
1679
|
let url;
|
|
1680
1680
|
const hyphaIdx = argv.indexOf("--use-hypha-proxy");
|
|
@@ -1728,7 +1728,7 @@ async function applyDaemonShareFlag(argv) {
|
|
|
1728
1728
|
}
|
|
1729
1729
|
}
|
|
1730
1730
|
if (collected.length === 0) return;
|
|
1731
|
-
const { updateEnvFile } = await import('./run-
|
|
1731
|
+
const { updateEnvFile } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.ab; });
|
|
1732
1732
|
const seen = /* @__PURE__ */ new Set();
|
|
1733
1733
|
const deduped = collected.filter((e) => {
|
|
1734
1734
|
const k = e.toLowerCase();
|
|
@@ -1761,7 +1761,7 @@ async function handleWiseAgentCommand(rest) {
|
|
|
1761
1761
|
}
|
|
1762
1762
|
});
|
|
1763
1763
|
const message = rest.slice(1).map((a, idx) => ({ a, idx: idx + 1 })).filter(({ a, idx }) => !a.startsWith("-") && !consumed.has(String(idx))).map(({ a }) => a).join(" ");
|
|
1764
|
-
const { wiseAskCli } = await import('./commands-
|
|
1764
|
+
const { wiseAskCli } = await import('./commands-DGkX7Kcr.mjs');
|
|
1765
1765
|
await wiseAskCli(machineId, message, sessionId, { json });
|
|
1766
1766
|
return;
|
|
1767
1767
|
}
|
|
@@ -1773,7 +1773,7 @@ async function handleWiseAgentCommand(rest) {
|
|
|
1773
1773
|
}
|
|
1774
1774
|
return void 0;
|
|
1775
1775
|
};
|
|
1776
|
-
const { runWiseVoiceCli } = await import('./headlessCli-
|
|
1776
|
+
const { runWiseVoiceCli } = await import('./headlessCli-B4CVNI7S.mjs');
|
|
1777
1777
|
await runWiseVoiceCli({ voice: valueOf(["--voice"]), wakeKeywordPath: valueOf(["--wake"]), model: valueOf(["--model"]) });
|
|
1778
1778
|
return;
|
|
1779
1779
|
}
|
|
@@ -1791,7 +1791,7 @@ async function handleWiseAgentCommand(rest) {
|
|
|
1791
1791
|
const mode = valueOf(["--mode"]);
|
|
1792
1792
|
const mission = valueOf(["--mission"]);
|
|
1793
1793
|
const url = rest.slice(1).find((a) => /^https?:\/\//.test(a)) || "";
|
|
1794
|
-
const { wiseJoinMeetingCli } = await import('./commands-
|
|
1794
|
+
const { wiseJoinMeetingCli } = await import('./commands-DGkX7Kcr.mjs');
|
|
1795
1795
|
await wiseJoinMeetingCli(machineId, url, sessionId, { json, mode, mission });
|
|
1796
1796
|
return;
|
|
1797
1797
|
}
|
|
@@ -1803,7 +1803,7 @@ async function handleWiseAgentCommand(rest) {
|
|
|
1803
1803
|
}
|
|
1804
1804
|
return void 0;
|
|
1805
1805
|
};
|
|
1806
|
-
const { wiseLeaveMeetingCli } = await import('./commands-
|
|
1806
|
+
const { wiseLeaveMeetingCli } = await import('./commands-DGkX7Kcr.mjs');
|
|
1807
1807
|
await wiseLeaveMeetingCli(valueOf(["--machine", "-m"]), valueOf(["--session", "-s"]), { json: rest.includes("--json") });
|
|
1808
1808
|
return;
|
|
1809
1809
|
}
|
|
@@ -1827,7 +1827,7 @@ async function handleWiseAgentCommand(rest) {
|
|
|
1827
1827
|
}
|
|
1828
1828
|
});
|
|
1829
1829
|
const text = rest.slice(1).map((a, idx) => ({ a, idx: idx + 1 })).filter(({ a, idx }) => !a.startsWith("-") && !consumed.has(String(idx))).map(({ a }) => a).join(" ");
|
|
1830
|
-
const { wiseAnnounceCli } = await import('./commands-
|
|
1830
|
+
const { wiseAnnounceCli } = await import('./commands-DGkX7Kcr.mjs');
|
|
1831
1831
|
await wiseAnnounceCli(machineId, text, sessionId, { json });
|
|
1832
1832
|
return;
|
|
1833
1833
|
}
|
|
@@ -1839,7 +1839,7 @@ async function handleWiseAgentCommand(rest) {
|
|
|
1839
1839
|
}
|
|
1840
1840
|
return void 0;
|
|
1841
1841
|
};
|
|
1842
|
-
const { wiseMeetingsCli } = await import('./commands-
|
|
1842
|
+
const { wiseMeetingsCli } = await import('./commands-DGkX7Kcr.mjs');
|
|
1843
1843
|
await wiseMeetingsCli(valueOf(["--machine", "-m"]), { json: rest.includes("--json") });
|
|
1844
1844
|
return;
|
|
1845
1845
|
}
|
|
@@ -1889,7 +1889,7 @@ If none is set, hitting a WISE Agent channel returns a clear "not configured" er
|
|
|
1889
1889
|
return;
|
|
1890
1890
|
}
|
|
1891
1891
|
const authArgs = rest.slice(1);
|
|
1892
|
-
const mod = await import('./auth-
|
|
1892
|
+
const mod = await import('./auth-oH2upjHc.mjs');
|
|
1893
1893
|
let action;
|
|
1894
1894
|
try {
|
|
1895
1895
|
action = mod.parseWiseAgentAuthArgs(authArgs);
|
|
@@ -1899,7 +1899,7 @@ If none is set, hitting a WISE Agent channel returns a clear "not configured" er
|
|
|
1899
1899
|
return;
|
|
1900
1900
|
}
|
|
1901
1901
|
if (action) {
|
|
1902
|
-
const { updateEnvFile } = await import('./run-
|
|
1902
|
+
const { updateEnvFile } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.ab; });
|
|
1903
1903
|
const updates = mod.buildWiseAgentEnvUpdates(action);
|
|
1904
1904
|
updateEnvFile(updates);
|
|
1905
1905
|
for (const [k, v] of Object.entries(updates)) {
|
|
@@ -1913,7 +1913,7 @@ If none is set, hitting a WISE Agent channel returns a clear "not configured" er
|
|
|
1913
1913
|
}
|
|
1914
1914
|
async function handleDaemonAuthCommand(argv) {
|
|
1915
1915
|
const sub = (argv[0] || "status").toLowerCase();
|
|
1916
|
-
const mod = await import('./run-
|
|
1916
|
+
const mod = await import('./run-BmpyfykC.mjs').then(function (n) { return n.ab; });
|
|
1917
1917
|
if (sub === "--help" || sub === "-h" || sub === "help") {
|
|
1918
1918
|
console.log(`
|
|
1919
1919
|
svamp daemon auth \u2014 Configure how Claude subprocesses authenticate
|
|
@@ -2226,7 +2226,7 @@ Examples:
|
|
|
2226
2226
|
async function printSkillsHelp() {
|
|
2227
2227
|
let browseUrl = "<HYPHA_SERVER_URL>/<workspace>/artifacts/marketplace (set HYPHA_SERVER_URL)";
|
|
2228
2228
|
try {
|
|
2229
|
-
const { getArtifactBaseUrl, getSkillsCollectionName } = await import('./run-
|
|
2229
|
+
const { getArtifactBaseUrl, getSkillsCollectionName } = await import('./run-BmpyfykC.mjs').then(function (n) { return n.ad; });
|
|
2230
2230
|
browseUrl = `${getArtifactBaseUrl()}/${getSkillsCollectionName()}`;
|
|
2231
2231
|
} catch {
|
|
2232
2232
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { writeFileSync, readFileSync } from 'fs';
|
|
2
2
|
import { resolve } from 'path';
|
|
3
|
-
import { connectAndGetMachine } from './commands-
|
|
3
|
+
import { connectAndGetMachine } from './commands-DGkX7Kcr.mjs';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'node:child_process';
|
|
6
6
|
import 'node:path';
|
|
7
7
|
import 'node:os';
|
|
8
|
-
import './run-
|
|
8
|
+
import './run-BmpyfykC.mjs';
|
|
9
9
|
import 'os';
|
|
10
10
|
import 'fs/promises';
|
|
11
11
|
import 'url';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { existsSync } from 'node:fs';
|
|
2
|
-
import { connectAndGetMachine, resolveSessionId, createWorktree, connectAndResolveSession } from './commands-
|
|
2
|
+
import { connectAndGetMachine, resolveSessionId, createWorktree, connectAndResolveSession } from './commands-DGkX7Kcr.mjs';
|
|
3
3
|
import { execSync } from 'node:child_process';
|
|
4
|
-
import { u as updateIssue, o as addComment, p as addIssue,
|
|
4
|
+
import { u as updateIssue, o as addComment, p as addIssue, y as shortId } from './run-BmpyfykC.mjs';
|
|
5
5
|
import 'node:path';
|
|
6
6
|
import 'node:os';
|
|
7
7
|
import 'os';
|
|
@@ -58,7 +58,7 @@ async function serviceExpose(args) {
|
|
|
58
58
|
process.exit(1);
|
|
59
59
|
}
|
|
60
60
|
if (foreground) {
|
|
61
|
-
const { runFrpcTunnel } = await import('./frpc-
|
|
61
|
+
const { runFrpcTunnel } = await import('./frpc-Bm7BrLan.mjs');
|
|
62
62
|
await runFrpcTunnel(name, ports, void 0, {
|
|
63
63
|
group,
|
|
64
64
|
groupKey,
|
|
@@ -68,7 +68,7 @@ async function serviceExpose(args) {
|
|
|
68
68
|
});
|
|
69
69
|
return;
|
|
70
70
|
}
|
|
71
|
-
const { connectAndGetMachine } = await import('./commands-
|
|
71
|
+
const { connectAndGetMachine } = await import('./commands-DGkX7Kcr.mjs');
|
|
72
72
|
const { server, machine } = await connectAndGetMachine();
|
|
73
73
|
try {
|
|
74
74
|
const status = await machine.tunnelStart({
|
|
@@ -123,7 +123,7 @@ async function serviceServe(args) {
|
|
|
123
123
|
};
|
|
124
124
|
process.on("SIGINT", cleanup);
|
|
125
125
|
process.on("SIGTERM", cleanup);
|
|
126
|
-
const { runFrpcTunnel } = await import('./frpc-
|
|
126
|
+
const { runFrpcTunnel } = await import('./frpc-Bm7BrLan.mjs');
|
|
127
127
|
await runFrpcTunnel(name, [caddyPort]);
|
|
128
128
|
} catch (err) {
|
|
129
129
|
console.error(`Error serving directory: ${err.message}`);
|
|
@@ -132,7 +132,7 @@ async function serviceServe(args) {
|
|
|
132
132
|
}
|
|
133
133
|
async function serviceList(_args) {
|
|
134
134
|
try {
|
|
135
|
-
const { connectAndGetMachine } = await import('./commands-
|
|
135
|
+
const { connectAndGetMachine } = await import('./commands-DGkX7Kcr.mjs');
|
|
136
136
|
const { server, machine } = await connectAndGetMachine();
|
|
137
137
|
try {
|
|
138
138
|
const tunnels = await machine.tunnelList({});
|
|
@@ -172,7 +172,7 @@ async function serviceDelete(args) {
|
|
|
172
172
|
process.exit(1);
|
|
173
173
|
}
|
|
174
174
|
try {
|
|
175
|
-
const { connectAndGetMachine } = await import('./commands-
|
|
175
|
+
const { connectAndGetMachine } = await import('./commands-DGkX7Kcr.mjs');
|
|
176
176
|
const { server, machine } = await connectAndGetMachine();
|
|
177
177
|
try {
|
|
178
178
|
await machine.tunnelStop({ name });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { execSync } from 'node:child_process';
|
|
2
|
-
import { m as resolveProjectRoot, t as searchIssues, q as listIssues, o as addComment, u as updateIssue, n as getIssue,
|
|
2
|
+
import { m as resolveProjectRoot, t as searchIssues, q as listIssues, o as addComment, u as updateIssue, n as getIssue, w as summarize, p as addIssue } from './run-BmpyfykC.mjs';
|
|
3
3
|
import 'os';
|
|
4
4
|
import 'fs/promises';
|
|
5
5
|
import 'fs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { execFileSync } from 'node:child_process';
|
|
2
2
|
import { randomUUID } from 'node:crypto';
|
|
3
3
|
import { createServer } from 'node:http';
|
|
4
|
-
import { R as RoutineStore,
|
|
4
|
+
import { R as RoutineStore, x as RoutineRunner } from './run-BmpyfykC.mjs';
|
|
5
5
|
import 'os';
|
|
6
6
|
import 'fs/promises';
|
|
7
7
|
import 'fs';
|
|
@@ -75,7 +75,7 @@ Criteria: ${res.criteria || "(none)"}
|
|
|
75
75
|
urgency: "normal",
|
|
76
76
|
hopCount: 1
|
|
77
77
|
};
|
|
78
|
-
const { connectAndGetMachine } = await import('./commands-
|
|
78
|
+
const { connectAndGetMachine } = await import('./commands-DGkX7Kcr.mjs');
|
|
79
79
|
const { server, machine } = await connectAndGetMachine();
|
|
80
80
|
try {
|
|
81
81
|
await machine.sessionRPC(reportTo, "sendInboxMessage", { message });
|
|
@@ -2,7 +2,7 @@ import { existsSync, readFileSync, writeFileSync } from 'node:fs';
|
|
|
2
2
|
import { execSync } from 'node:child_process';
|
|
3
3
|
import { basename, resolve, join, isAbsolute } from 'node:path';
|
|
4
4
|
import os from 'node:os';
|
|
5
|
-
import {
|
|
5
|
+
import { P as formatHandle, Q as normalizeAllowedUser, T as loadSecurityContextConfig, U as resolveSecurityContext, V as buildSecurityContextFromFlags, W as mergeSecurityContexts, c as connectToHypha, X as buildSessionShareUrl, Y as computeOutboundHop, y as shortId, Z as buildMachineShareUrl, _ as parseHandle, $ as handleMatchesMetadata } from './run-BmpyfykC.mjs';
|
|
6
6
|
import 'os';
|
|
7
7
|
import 'fs/promises';
|
|
8
8
|
import 'fs';
|