svamp-cli 0.2.236 → 0.2.237

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.
Files changed (25) hide show
  1. package/dist/{agentCommands-Mim66pYY.mjs → agentCommands-48COOhJK.mjs} +5 -5
  2. package/dist/{auth-BSYtbITx.mjs → auth-CFykcr-b.mjs} +1 -1
  3. package/dist/cli.mjs +61 -61
  4. package/dist/{commands-zeaF9f5w.mjs → commands-B_N_O3m8.mjs} +6 -6
  5. package/dist/{commands-DUBpnJY3.mjs → commands-C0TWs43Y.mjs} +2 -2
  6. package/dist/{commands-D8a4f-BY.mjs → commands-C2m5ACt3.mjs} +1 -1
  7. package/dist/{commands-DUz_h3Ol.mjs → commands-C8Eq1RMw.mjs} +1 -1
  8. package/dist/{commands-C07RBbtJ.mjs → commands-Cbpf3Qxk.mjs} +1 -1
  9. package/dist/{commands-C221nXts.mjs → commands-D2MszHoT.mjs} +1 -1
  10. package/dist/{commands-BaJRyJnJ.mjs → commands-pJ1kxpWX.mjs} +2 -2
  11. package/dist/{fleet-b5DdOH8i.mjs → fleet-CQfui55H.mjs} +1 -1
  12. package/dist/{frpc-CoFt3YiO.mjs → frpc-Ba_vkNU8.mjs} +1 -1
  13. package/dist/{headlessCli-BESypdgg.mjs → headlessCli-CMUr-41T.mjs} +2 -2
  14. package/dist/index.mjs +1 -1
  15. package/dist/{package-oE0HJeDM.mjs → package-DyegLVIT.mjs} +1 -1
  16. package/dist/{rpc-Def2Apuq.mjs → rpc-CTXWi-2N.mjs} +2 -2
  17. package/dist/{rpc-BPCA-q42.mjs → rpc-hilaJa6_.mjs} +1 -1
  18. package/dist/{run-MOBlMV11.mjs → run-C7Zt6jLc.mjs} +1 -1
  19. package/dist/{run--5q3ieqY.mjs → run-D2CpI5au.mjs} +87 -17
  20. package/dist/{runStore-Bfr7UIzR.mjs → runStore-BDgSvZBQ.mjs} +3 -2
  21. package/dist/{scheduler-Dfr3y3FI.mjs → scheduler-C_p2K8SX.mjs} +2 -2
  22. package/dist/{serveCommands-CNXAhbi8.mjs → serveCommands-BcrXpXod.mjs} +5 -5
  23. package/dist/{serveManager-DBqhEdOE.mjs → serveManager-BzWW7OuZ.mjs} +2 -2
  24. package/dist/{sideband-C3srx9Jx.mjs → sideband-CO3ctHV1.mjs} +1 -1
  25. package/package.json +1 -1
@@ -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 { A as shortId } from './run--5q3ieqY.mjs';
5
+ import { A as shortId } from './run-D2CpI5au.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--5q3ieqY.mjs').then(function (n) { return n.a9; });
99
+ const { projectName, writeProjectInfo, sanitizeDescription, projectInfoPath } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.a9; });
100
100
  const desc = sanitizeDescription(description, 240);
101
101
  if (!desc) {
102
102
  console.error("Project description is empty.");
@@ -327,7 +327,7 @@ async function sessionBroadcast(action, args) {
327
327
  console.log(`Broadcast sent: ${action}`);
328
328
  }
329
329
  async function connectToMachineService() {
330
- const { connectAndGetMachine } = await import('./commands-C07RBbtJ.mjs');
330
+ const { connectAndGetMachine } = await import('./commands-Cbpf3Qxk.mjs');
331
331
  return connectAndGetMachine();
332
332
  }
333
333
  function buildInboxMessage(args) {
@@ -405,7 +405,7 @@ async function inboxSend(targetSessionId, opts) {
405
405
  console.error("Message body is required.");
406
406
  process.exit(1);
407
407
  }
408
- const { connectAndResolveSession } = await import('./commands-C07RBbtJ.mjs');
408
+ const { connectAndResolveSession } = await import('./commands-Cbpf3Qxk.mjs');
409
409
  let server;
410
410
  try {
411
411
  const { targetId, messageId } = await inboxSendCore(
@@ -459,7 +459,7 @@ async function inboxReply(messageId, body) {
459
459
  console.error("SVAMP_SESSION_ID not set. This command must be run inside a Svamp session.");
460
460
  process.exit(1);
461
461
  }
462
- const { connectAndResolveSession } = await import('./commands-C07RBbtJ.mjs');
462
+ const { connectAndResolveSession } = await import('./commands-Cbpf3Qxk.mjs');
463
463
  const { server: localServer, machine: localMachine } = await connectToMachineService();
464
464
  let localDisconnected = false;
465
465
  const disconnectLocal = async () => {
@@ -1,4 +1,4 @@
1
- import { P as resolveModel } from './run--5q3ieqY.mjs';
1
+ import { P as resolveModel } from './run-D2CpI5au.mjs';
2
2
  import 'os';
3
3
  import 'fs/promises';
4
4
  import 'fs';
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--5q3ieqY.mjs';
1
+ import { e as clearStopMarker, f as stopMarkerExists, s as startDaemon, b as stopDaemon, d as daemonStatus } from './run-D2CpI5au.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--5q3ieqY.mjs').then(function (n) { return n.af; });
37
+ const { getLoadedConfig } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.af; });
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--5q3ieqY.mjs').then(function (n) { return n.ah; });
54
+ const { restartDaemon } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.ah; });
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-zeaF9f5w.mjs');
347
+ const { handleServiceCommand } = await import('./commands-B_N_O3m8.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-CNXAhbi8.mjs');
355
+ const { handleServeCommand } = await import('./serveCommands-BcrXpXod.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-DUBpnJY3.mjs');
364
+ const { processCommand } = await import('./commands-C0TWs43Y.mjs');
365
365
  let machineId;
366
366
  const processArgs = args.slice(1);
367
367
  const mIdx = processArgs.findIndex((a) => a === "--machine" || a === "-m");
@@ -375,18 +375,18 @@ 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-D8a4f-BY.mjs');
378
+ const { issueCommand } = await import('./commands-C2m5ACt3.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-C221nXts.mjs');
382
+ const { workflowCommand } = await import('./commands-D2MszHoT.mjs');
383
383
  await workflowCommand(args.slice(1));
384
384
  process.exit(0);
385
385
  } else if (subcommand === "wise-agent" || subcommand === "wise") {
386
386
  await handleWiseAgentCommand(args.slice(1));
387
387
  process.exit(0);
388
388
  } else if (subcommand === "feature" || subcommand === "crew") {
389
- const { crewCommand } = await import('./commands-BaJRyJnJ.mjs');
389
+ const { crewCommand } = await import('./commands-pJ1kxpWX.mjs');
390
390
  await crewCommand(args.slice(1));
391
391
  process.exit(0);
392
392
  } else if (subcommand === "--help" || subcommand === "-h") {
@@ -394,7 +394,7 @@ async function main() {
394
394
  } else if (!subcommand || subcommand === "start") {
395
395
  await handleInteractiveCommand();
396
396
  } else if (subcommand === "--version" || subcommand === "-v") {
397
- const pkg = await import('./package-oE0HJeDM.mjs').catch(() => ({ default: { version: "unknown" } }));
397
+ const pkg = await import('./package-DyegLVIT.mjs').catch(() => ({ default: { version: "unknown" } }));
398
398
  console.log(`svamp version: ${pkg.default.version}`);
399
399
  } else {
400
400
  console.error(`Unknown command: ${subcommand}`);
@@ -403,7 +403,7 @@ async function main() {
403
403
  }
404
404
  }
405
405
  async function handleInteractiveCommand() {
406
- const { runInteractive } = await import('./run-MOBlMV11.mjs');
406
+ const { runInteractive } = await import('./run-C7Zt6jLc.mjs');
407
407
  const interactiveArgs = subcommand === "start" ? args.slice(1) : args;
408
408
  let directory = process.cwd();
409
409
  let resumeSessionId;
@@ -448,7 +448,7 @@ async function handleAgentCommand() {
448
448
  return;
449
449
  }
450
450
  if (agentArgs[0] === "list") {
451
- const { KNOWN_ACP_AGENTS, KNOWN_MCP_AGENTS: KNOWN_MCP_AGENTS2 } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.ac; });
451
+ const { KNOWN_ACP_AGENTS, KNOWN_MCP_AGENTS: KNOWN_MCP_AGENTS2 } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.ac; });
452
452
  console.log("Known agents:");
453
453
  for (const [name, config2] of Object.entries(KNOWN_ACP_AGENTS)) {
454
454
  console.log(` ${name.padEnd(12)} ${config2.command} ${config2.args.join(" ")} (ACP)`);
@@ -460,7 +460,7 @@ async function handleAgentCommand() {
460
460
  console.log('Use "svamp agent -- <command> [args]" for a custom ACP agent.');
461
461
  return;
462
462
  }
463
- const { resolveAcpAgentConfig, KNOWN_MCP_AGENTS } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.ac; });
463
+ const { resolveAcpAgentConfig, KNOWN_MCP_AGENTS } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.ac; });
464
464
  let cwd = process.cwd();
465
465
  const filteredArgs = [];
466
466
  for (let i = 0; i < agentArgs.length; i++) {
@@ -484,12 +484,12 @@ async function handleAgentCommand() {
484
484
  console.log(`Starting ${config.agentName} agent in ${cwd}...`);
485
485
  let backend;
486
486
  if (KNOWN_MCP_AGENTS[config.agentName]) {
487
- const { CodexMcpBackend } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.ad; });
487
+ const { CodexMcpBackend } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.ad; });
488
488
  backend = new CodexMcpBackend({ cwd, log: logFn });
489
489
  } else {
490
- const { AcpBackend } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.ab; });
491
- const { GeminiTransport } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.ae; });
492
- const { DefaultTransport } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.aa; });
490
+ const { AcpBackend } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.ab; });
491
+ const { GeminiTransport } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.ae; });
492
+ const { DefaultTransport } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.aa; });
493
493
  const transportHandler = config.agentName === "gemini" ? new GeminiTransport() : new DefaultTransport(config.agentName);
494
494
  backend = new AcpBackend({
495
495
  agentName: config.agentName,
@@ -616,7 +616,7 @@ async function handleSessionCommand() {
616
616
  process.exit(1);
617
617
  }
618
618
  }
619
- 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-C07RBbtJ.mjs');
619
+ 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-Cbpf3Qxk.mjs');
620
620
  const parseFlagStr = (flag, shortFlag) => {
621
621
  for (let i = 1; i < sessionArgs.length; i++) {
622
622
  if ((sessionArgs[i] === flag || shortFlag) && i + 1 < sessionArgs.length) {
@@ -684,7 +684,7 @@ async function handleSessionCommand() {
684
684
  allowDomain.push(sessionArgs[++i]);
685
685
  }
686
686
  }
687
- const { parseShareArg } = await import('./commands-C07RBbtJ.mjs');
687
+ const { parseShareArg } = await import('./commands-Cbpf3Qxk.mjs');
688
688
  const shareEntries = share.map((s) => parseShareArg(s));
689
689
  await sessionSpawn(agent, dir, targetMachineId, {
690
690
  message,
@@ -772,7 +772,7 @@ async function handleSessionCommand() {
772
772
  console.error(" Rewinds history: rewrites the message + drops everything after it, then restarts Claude.");
773
773
  process.exit(1);
774
774
  }
775
- const { sessionEditMessage } = await import('./commands-C07RBbtJ.mjs');
775
+ const { sessionEditMessage } = await import('./commands-Cbpf3Qxk.mjs');
776
776
  await sessionEditMessage(sessionArgs[1], sessionArgs[2], sessionArgs[3], targetMachineId);
777
777
  } else if (sessionSubcommand === "refine") {
778
778
  if (!sessionArgs[1] || !sessionArgs[2]) {
@@ -780,7 +780,7 @@ async function handleSessionCommand() {
780
780
  console.error(" Asks the agent to revise its latest reply in place (no extra round).");
781
781
  process.exit(1);
782
782
  }
783
- const { sessionRefineLastReply } = await import('./commands-C07RBbtJ.mjs');
783
+ const { sessionRefineLastReply } = await import('./commands-Cbpf3Qxk.mjs');
784
784
  await sessionRefineLastReply(sessionArgs[1], sessionArgs[2], targetMachineId);
785
785
  } else if (sessionSubcommand === "undo-edit" || sessionSubcommand === "undo") {
786
786
  if (!sessionArgs[1]) {
@@ -788,7 +788,7 @@ async function handleSessionCommand() {
788
788
  console.error(" Reverts the most recent edit/refine, restoring the pre-edit history.");
789
789
  process.exit(1);
790
790
  }
791
- const { sessionUndoEdit } = await import('./commands-C07RBbtJ.mjs');
791
+ const { sessionUndoEdit } = await import('./commands-Cbpf3Qxk.mjs');
792
792
  await sessionUndoEdit(sessionArgs[1], targetMachineId);
793
793
  } else if (sessionSubcommand === "query") {
794
794
  const dir = sessionArgs[1];
@@ -798,7 +798,7 @@ async function handleSessionCommand() {
798
798
  console.error(" Spawns a stateless Claude session in <directory>, sends <prompt>, prints the answer, then deletes the session.");
799
799
  process.exit(1);
800
800
  }
801
- const { sessionQuery } = await import('./commands-C07RBbtJ.mjs');
801
+ const { sessionQuery } = await import('./commands-Cbpf3Qxk.mjs');
802
802
  await sessionQuery(dir, prompt, targetMachineId, {
803
803
  timeout: parseFlagInt("--timeout"),
804
804
  json: hasFlag("--json"),
@@ -831,7 +831,7 @@ async function handleSessionCommand() {
831
831
  console.error("Usage: svamp session approve <session-id> [request-id] [--json]");
832
832
  process.exit(1);
833
833
  }
834
- const { sessionApprove } = await import('./commands-C07RBbtJ.mjs');
834
+ const { sessionApprove } = await import('./commands-Cbpf3Qxk.mjs');
835
835
  const approveReqId = sessionArgs[2] && !sessionArgs[2].startsWith("--") ? sessionArgs[2] : void 0;
836
836
  await sessionApprove(sessionArgs[1], approveReqId, targetMachineId, {
837
837
  json: hasFlag("--json")
@@ -841,7 +841,7 @@ async function handleSessionCommand() {
841
841
  console.error("Usage: svamp session deny <session-id> [request-id] [--json]");
842
842
  process.exit(1);
843
843
  }
844
- const { sessionDeny } = await import('./commands-C07RBbtJ.mjs');
844
+ const { sessionDeny } = await import('./commands-Cbpf3Qxk.mjs');
845
845
  const denyReqId = sessionArgs[2] && !sessionArgs[2].startsWith("--") ? sessionArgs[2] : void 0;
846
846
  await sessionDeny(sessionArgs[1], denyReqId, targetMachineId, {
847
847
  json: hasFlag("--json")
@@ -886,7 +886,7 @@ async function handleSessionCommand() {
886
886
  console.error("Usage: svamp session set-title <title>");
887
887
  process.exit(1);
888
888
  }
889
- const { sessionSetTitle } = await import('./agentCommands-Mim66pYY.mjs');
889
+ const { sessionSetTitle } = await import('./agentCommands-48COOhJK.mjs');
890
890
  await sessionSetTitle(title);
891
891
  } else if (sessionSubcommand === "set-project-description" || sessionSubcommand === "set-project") {
892
892
  const desc = sessionArgs.slice(1).filter((a) => !a.startsWith("--")).join(" ");
@@ -894,7 +894,7 @@ async function handleSessionCommand() {
894
894
  console.error("Usage: svamp session set-project-description <text>");
895
895
  process.exit(1);
896
896
  }
897
- const { sessionSetProjectDescription } = await import('./agentCommands-Mim66pYY.mjs');
897
+ const { sessionSetProjectDescription } = await import('./agentCommands-48COOhJK.mjs');
898
898
  await sessionSetProjectDescription(desc);
899
899
  } else if (sessionSubcommand === "set-link") {
900
900
  const url = sessionArgs[1];
@@ -903,11 +903,11 @@ async function handleSessionCommand() {
903
903
  process.exit(1);
904
904
  }
905
905
  const label = sessionArgs[2] && !sessionArgs[2].startsWith("--") ? sessionArgs[2] : void 0;
906
- const { sessionSetLink } = await import('./agentCommands-Mim66pYY.mjs');
906
+ const { sessionSetLink } = await import('./agentCommands-48COOhJK.mjs');
907
907
  await sessionSetLink(url, label);
908
908
  } else if (sessionSubcommand === "link") {
909
909
  const op = sessionArgs[1];
910
- const lm = await import('./agentCommands-Mim66pYY.mjs');
910
+ const lm = await import('./agentCommands-48COOhJK.mjs');
911
911
  if (op === "add") {
912
912
  const url = sessionArgs[2];
913
913
  if (!url || url.startsWith("--")) {
@@ -942,7 +942,7 @@ async function handleSessionCommand() {
942
942
  process.exit(1);
943
943
  }
944
944
  const level = parseFlagStr("--level") || "info";
945
- const { sessionNotify } = await import('./agentCommands-Mim66pYY.mjs');
945
+ const { sessionNotify } = await import('./agentCommands-48COOhJK.mjs');
946
946
  await sessionNotify(message, level);
947
947
  } else if (sessionSubcommand === "broadcast") {
948
948
  const action = sessionArgs[1];
@@ -950,7 +950,7 @@ async function handleSessionCommand() {
950
950
  console.error("Usage: svamp session broadcast <action> [args...]\nActions: open-canvas <url> [label], close-canvas, toast <message>");
951
951
  process.exit(1);
952
952
  }
953
- const { sessionBroadcast } = await import('./agentCommands-Mim66pYY.mjs');
953
+ const { sessionBroadcast } = await import('./agentCommands-48COOhJK.mjs');
954
954
  await sessionBroadcast(action, sessionArgs.slice(2).filter((a) => !a.startsWith("--")));
955
955
  } else if (sessionSubcommand === "inbox") {
956
956
  const inboxSubcmd = sessionArgs[1];
@@ -961,7 +961,7 @@ async function handleSessionCommand() {
961
961
  process.exit(1);
962
962
  }
963
963
  if (agentSessionId) {
964
- const { inboxSend } = await import('./agentCommands-Mim66pYY.mjs');
964
+ const { inboxSend } = await import('./agentCommands-48COOhJK.mjs');
965
965
  await inboxSend(sessionArgs[2], {
966
966
  body: sessionArgs[3],
967
967
  subject: parseFlagStr("--subject"),
@@ -976,7 +976,7 @@ async function handleSessionCommand() {
976
976
  }
977
977
  } else if (inboxSubcmd === "list" || inboxSubcmd === "ls") {
978
978
  if (agentSessionId && !sessionArgs[2]) {
979
- const { inboxList } = await import('./agentCommands-Mim66pYY.mjs');
979
+ const { inboxList } = await import('./agentCommands-48COOhJK.mjs');
980
980
  await inboxList({
981
981
  unread: hasFlag("--unread"),
982
982
  limit: parseFlagInt("--limit"),
@@ -998,7 +998,7 @@ async function handleSessionCommand() {
998
998
  process.exit(1);
999
999
  }
1000
1000
  if (agentSessionId && !sessionArgs[3]) {
1001
- const { inboxList } = await import('./agentCommands-Mim66pYY.mjs');
1001
+ const { inboxList } = await import('./agentCommands-48COOhJK.mjs');
1002
1002
  await sessionInboxRead(agentSessionId, sessionArgs[2], targetMachineId);
1003
1003
  } else if (sessionArgs[3]) {
1004
1004
  await sessionInboxRead(sessionArgs[2], sessionArgs[3], targetMachineId);
@@ -1008,7 +1008,7 @@ async function handleSessionCommand() {
1008
1008
  }
1009
1009
  } else if (inboxSubcmd === "reply") {
1010
1010
  if (agentSessionId && sessionArgs[2] && sessionArgs[3] && !sessionArgs[4]) {
1011
- const { inboxReply } = await import('./agentCommands-Mim66pYY.mjs');
1011
+ const { inboxReply } = await import('./agentCommands-48COOhJK.mjs');
1012
1012
  await inboxReply(sessionArgs[2], sessionArgs[3]);
1013
1013
  } else if (sessionArgs[2] && sessionArgs[3] && sessionArgs[4]) {
1014
1014
  await sessionInboxReply(sessionArgs[2], sessionArgs[3], sessionArgs[4], targetMachineId);
@@ -1046,7 +1046,7 @@ async function handleMachineCommand() {
1046
1046
  return;
1047
1047
  }
1048
1048
  if (machineSubcommand === "share") {
1049
- const { machineShare } = await import('./commands-C07RBbtJ.mjs');
1049
+ const { machineShare } = await import('./commands-Cbpf3Qxk.mjs');
1050
1050
  let machineId;
1051
1051
  const shareArgs = [];
1052
1052
  for (let i = 1; i < machineArgs.length; i++) {
@@ -1097,14 +1097,14 @@ async function handleMachineCommand() {
1097
1097
  process.exit(1);
1098
1098
  }
1099
1099
  if (all) {
1100
- const { fleetExec } = await import('./fleet-b5DdOH8i.mjs');
1100
+ const { fleetExec } = await import('./fleet-CQfui55H.mjs');
1101
1101
  await fleetExec(command, { cwd });
1102
1102
  } else {
1103
- const { machineExec } = await import('./commands-C07RBbtJ.mjs');
1103
+ const { machineExec } = await import('./commands-Cbpf3Qxk.mjs');
1104
1104
  await machineExec(machineId, command, cwd);
1105
1105
  }
1106
1106
  } else if (machineSubcommand === "info") {
1107
- const { machineInfo } = await import('./commands-C07RBbtJ.mjs');
1107
+ const { machineInfo } = await import('./commands-Cbpf3Qxk.mjs');
1108
1108
  let machineId;
1109
1109
  for (let i = 1; i < machineArgs.length; i++) {
1110
1110
  if ((machineArgs[i] === "--machine" || machineArgs[i] === "-m") && i + 1 < machineArgs.length) {
@@ -1124,10 +1124,10 @@ async function handleMachineCommand() {
1124
1124
  level = machineArgs[++i];
1125
1125
  }
1126
1126
  }
1127
- const { machineNotify } = await import('./agentCommands-Mim66pYY.mjs');
1127
+ const { machineNotify } = await import('./agentCommands-48COOhJK.mjs');
1128
1128
  await machineNotify(message, level);
1129
1129
  } else if (machineSubcommand === "ls") {
1130
- const { machineLs } = await import('./commands-C07RBbtJ.mjs');
1130
+ const { machineLs } = await import('./commands-Cbpf3Qxk.mjs');
1131
1131
  let machineId;
1132
1132
  let showHidden = false;
1133
1133
  let path;
@@ -1183,20 +1183,20 @@ Examples:
1183
1183
  };
1184
1184
  const hasFlag = (name) => fleetArgs.includes(`--${name}`);
1185
1185
  if (sub === "status") {
1186
- const { fleetStatus } = await import('./fleet-b5DdOH8i.mjs');
1186
+ const { fleetStatus } = await import('./fleet-CQfui55H.mjs');
1187
1187
  await fleetStatus();
1188
1188
  } else if (sub === "upgrade-claude") {
1189
- const { fleetUpgradeClaude } = await import('./fleet-b5DdOH8i.mjs');
1189
+ const { fleetUpgradeClaude } = await import('./fleet-CQfui55H.mjs');
1190
1190
  await fleetUpgradeClaude({ version: flag("version", "-v") });
1191
1191
  } else if (sub === "upgrade-svamp") {
1192
- const { fleetUpgradeSvamp } = await import('./fleet-b5DdOH8i.mjs');
1192
+ const { fleetUpgradeSvamp } = await import('./fleet-CQfui55H.mjs');
1193
1193
  await fleetUpgradeSvamp({ version: flag("version", "-v"), excludeSelf: hasFlag("exclude-self") });
1194
1194
  } else if (sub === "daemon-restart") {
1195
- const { fleetDaemonRestart } = await import('./fleet-b5DdOH8i.mjs');
1195
+ const { fleetDaemonRestart } = await import('./fleet-CQfui55H.mjs');
1196
1196
  await fleetDaemonRestart({ graceful: !hasFlag("cleanup") });
1197
1197
  } else if (sub === "push-skill") {
1198
1198
  const name = fleetArgs[1];
1199
- const { fleetPushSkill } = await import('./fleet-b5DdOH8i.mjs');
1199
+ const { fleetPushSkill } = await import('./fleet-CQfui55H.mjs');
1200
1200
  await fleetPushSkill(name);
1201
1201
  } else {
1202
1202
  console.error(`Unknown fleet subcommand: ${sub}`);
@@ -1212,7 +1212,7 @@ async function handleSkillsCommand() {
1212
1212
  await printSkillsHelp();
1213
1213
  return;
1214
1214
  }
1215
- const { skillsFind, skillsInstall, skillsList, skillsRemove, skillsPublish } = await import('./commands-DUz_h3Ol.mjs');
1215
+ const { skillsFind, skillsInstall, skillsList, skillsRemove, skillsPublish } = await import('./commands-C8Eq1RMw.mjs');
1216
1216
  if (skillsSubcommand === "find" || skillsSubcommand === "search") {
1217
1217
  const query = skillsArgs.slice(1).filter((a) => !a.startsWith("--")).join(" ");
1218
1218
  if (!query) {
@@ -1259,7 +1259,7 @@ async function loginToHypha() {
1259
1259
  process.exit(1);
1260
1260
  }
1261
1261
  const anchor = anchorArg.replace(/\/+$/, "");
1262
- const { loadInstanceConfig } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.af; });
1262
+ const { loadInstanceConfig } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.af; });
1263
1263
  let cfg = null;
1264
1264
  try {
1265
1265
  cfg = await loadInstanceConfig({ anchor, force: true });
@@ -1370,7 +1370,7 @@ async function logoutFromHypha() {
1370
1370
  } catch {
1371
1371
  }
1372
1372
  try {
1373
- const { clearInstanceConfigCache } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.af; });
1373
+ const { clearInstanceConfigCache } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.af; });
1374
1374
  clearInstanceConfigCache();
1375
1375
  } catch {
1376
1376
  }
@@ -1708,7 +1708,7 @@ async function applyClaudeAuthFlags(argv) {
1708
1708
  "--use-hypha-proxy, --use-claude-login, and --anthropic-base-url/--anthropic-api-key are mutually exclusive"
1709
1709
  );
1710
1710
  }
1711
- const mod = await import('./run--5q3ieqY.mjs').then(function (n) { return n.a8; });
1711
+ const mod = await import('./run-D2CpI5au.mjs').then(function (n) { return n.a8; });
1712
1712
  if (hasHypha) {
1713
1713
  let url;
1714
1714
  const hyphaIdx = argv.indexOf("--use-hypha-proxy");
@@ -1762,7 +1762,7 @@ async function applyDaemonShareFlag(argv) {
1762
1762
  }
1763
1763
  }
1764
1764
  if (collected.length === 0) return;
1765
- const { updateEnvFile } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.a8; });
1765
+ const { updateEnvFile } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.a8; });
1766
1766
  const seen = /* @__PURE__ */ new Set();
1767
1767
  const deduped = collected.filter((e) => {
1768
1768
  const k = e.toLowerCase();
@@ -1795,7 +1795,7 @@ async function handleWiseAgentCommand(rest) {
1795
1795
  }
1796
1796
  });
1797
1797
  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(" ");
1798
- const { wiseAskCli } = await import('./commands-C07RBbtJ.mjs');
1798
+ const { wiseAskCli } = await import('./commands-Cbpf3Qxk.mjs');
1799
1799
  await wiseAskCli(machineId, message, sessionId, { json });
1800
1800
  return;
1801
1801
  }
@@ -1807,7 +1807,7 @@ async function handleWiseAgentCommand(rest) {
1807
1807
  }
1808
1808
  return void 0;
1809
1809
  };
1810
- const { runWiseVoiceCli } = await import('./headlessCli-BESypdgg.mjs');
1810
+ const { runWiseVoiceCli } = await import('./headlessCli-CMUr-41T.mjs');
1811
1811
  await runWiseVoiceCli({ voice: valueOf(["--voice"]), wakeKeywordPath: valueOf(["--wake"]), model: valueOf(["--model"]) });
1812
1812
  return;
1813
1813
  }
@@ -1825,7 +1825,7 @@ async function handleWiseAgentCommand(rest) {
1825
1825
  const mode = valueOf(["--mode"]);
1826
1826
  const mission = valueOf(["--mission"]);
1827
1827
  const url = rest.slice(1).find((a) => /^https?:\/\//.test(a)) || "";
1828
- const { wiseJoinMeetingCli } = await import('./commands-C07RBbtJ.mjs');
1828
+ const { wiseJoinMeetingCli } = await import('./commands-Cbpf3Qxk.mjs');
1829
1829
  await wiseJoinMeetingCli(machineId, url, sessionId, { json, mode, mission });
1830
1830
  return;
1831
1831
  }
@@ -1837,7 +1837,7 @@ async function handleWiseAgentCommand(rest) {
1837
1837
  }
1838
1838
  return void 0;
1839
1839
  };
1840
- const { wiseLeaveMeetingCli } = await import('./commands-C07RBbtJ.mjs');
1840
+ const { wiseLeaveMeetingCli } = await import('./commands-Cbpf3Qxk.mjs');
1841
1841
  await wiseLeaveMeetingCli(valueOf(["--machine", "-m"]), valueOf(["--session", "-s"]), { json: rest.includes("--json") });
1842
1842
  return;
1843
1843
  }
@@ -1861,7 +1861,7 @@ async function handleWiseAgentCommand(rest) {
1861
1861
  }
1862
1862
  });
1863
1863
  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(" ");
1864
- const { wiseAnnounceCli } = await import('./commands-C07RBbtJ.mjs');
1864
+ const { wiseAnnounceCli } = await import('./commands-Cbpf3Qxk.mjs');
1865
1865
  await wiseAnnounceCli(machineId, text, sessionId, { json });
1866
1866
  return;
1867
1867
  }
@@ -1873,7 +1873,7 @@ async function handleWiseAgentCommand(rest) {
1873
1873
  }
1874
1874
  return void 0;
1875
1875
  };
1876
- const { wiseMeetingsCli } = await import('./commands-C07RBbtJ.mjs');
1876
+ const { wiseMeetingsCli } = await import('./commands-Cbpf3Qxk.mjs');
1877
1877
  await wiseMeetingsCli(valueOf(["--machine", "-m"]), { json: rest.includes("--json") });
1878
1878
  return;
1879
1879
  }
@@ -1923,7 +1923,7 @@ If none is set, hitting a WISE Agent channel returns a clear "not configured" er
1923
1923
  return;
1924
1924
  }
1925
1925
  const authArgs = rest.slice(1);
1926
- const mod = await import('./auth-BSYtbITx.mjs');
1926
+ const mod = await import('./auth-CFykcr-b.mjs');
1927
1927
  let action;
1928
1928
  try {
1929
1929
  action = mod.parseWiseAgentAuthArgs(authArgs);
@@ -1933,7 +1933,7 @@ If none is set, hitting a WISE Agent channel returns a clear "not configured" er
1933
1933
  return;
1934
1934
  }
1935
1935
  if (action) {
1936
- const { updateEnvFile } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.a8; });
1936
+ const { updateEnvFile } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.a8; });
1937
1937
  const updates = mod.buildWiseAgentEnvUpdates(action);
1938
1938
  updateEnvFile(updates);
1939
1939
  for (const [k, v] of Object.entries(updates)) {
@@ -1947,7 +1947,7 @@ If none is set, hitting a WISE Agent channel returns a clear "not configured" er
1947
1947
  }
1948
1948
  async function handleDaemonAuthCommand(argv) {
1949
1949
  const sub = (argv[0] || "status").toLowerCase();
1950
- const mod = await import('./run--5q3ieqY.mjs').then(function (n) { return n.a8; });
1950
+ const mod = await import('./run-D2CpI5au.mjs').then(function (n) { return n.a8; });
1951
1951
  if (sub === "--help" || sub === "-h" || sub === "help") {
1952
1952
  console.log(`
1953
1953
  svamp daemon auth \u2014 Configure how Claude subprocesses authenticate
@@ -2261,7 +2261,7 @@ Examples:
2261
2261
  async function printSkillsHelp() {
2262
2262
  let browseUrl = "<HYPHA_SERVER_URL>/<workspace>/artifacts/marketplace (set HYPHA_SERVER_URL)";
2263
2263
  try {
2264
- const { getArtifactBaseUrl, getSkillsCollectionName } = await import('./run--5q3ieqY.mjs').then(function (n) { return n.ag; });
2264
+ const { getArtifactBaseUrl, getSkillsCollectionName } = await import('./run-D2CpI5au.mjs').then(function (n) { return n.ag; });
2265
2265
  browseUrl = `${getArtifactBaseUrl()}/${getSkillsCollectionName()}`;
2266
2266
  } catch {
2267
2267
  }
@@ -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-CoFt3YiO.mjs');
61
+ const { runFrpcTunnel } = await import('./frpc-Ba_vkNU8.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-C07RBbtJ.mjs');
71
+ const { connectAndGetMachine } = await import('./commands-Cbpf3Qxk.mjs');
72
72
  const { server, machine } = await connectAndGetMachine();
73
73
  try {
74
74
  const status = await machine.tunnelStart({
@@ -90,7 +90,7 @@ async function serviceExpose(args) {
90
90
  console.log(` port ${port}: ${url}`);
91
91
  }
92
92
  if (process.env.SVAMP_SESSION_ID) {
93
- const { autoAddSessionLink } = await import('./agentCommands-Mim66pYY.mjs');
93
+ const { autoAddSessionLink } = await import('./agentCommands-48COOhJK.mjs');
94
94
  let added = 0;
95
95
  for (const [port, url] of urlEntries) {
96
96
  const label = urlEntries.length > 1 ? `${name}:${port}` : name;
@@ -136,7 +136,7 @@ async function serviceServe(args) {
136
136
  };
137
137
  process.on("SIGINT", cleanup);
138
138
  process.on("SIGTERM", cleanup);
139
- const { runFrpcTunnel } = await import('./frpc-CoFt3YiO.mjs');
139
+ const { runFrpcTunnel } = await import('./frpc-Ba_vkNU8.mjs');
140
140
  await runFrpcTunnel(name, [caddyPort]);
141
141
  } catch (err) {
142
142
  console.error(`Error serving directory: ${err.message}`);
@@ -145,7 +145,7 @@ async function serviceServe(args) {
145
145
  }
146
146
  async function serviceList(_args) {
147
147
  try {
148
- const { connectAndGetMachine } = await import('./commands-C07RBbtJ.mjs');
148
+ const { connectAndGetMachine } = await import('./commands-Cbpf3Qxk.mjs');
149
149
  const { server, machine } = await connectAndGetMachine();
150
150
  try {
151
151
  const tunnels = await machine.tunnelList({});
@@ -185,7 +185,7 @@ async function serviceDelete(args) {
185
185
  process.exit(1);
186
186
  }
187
187
  try {
188
- const { connectAndGetMachine } = await import('./commands-C07RBbtJ.mjs');
188
+ const { connectAndGetMachine } = await import('./commands-Cbpf3Qxk.mjs');
189
189
  const { server, machine } = await connectAndGetMachine();
190
190
  try {
191
191
  await machine.tunnelStop({ name });
@@ -1,11 +1,11 @@
1
1
  import { writeFileSync, readFileSync } from 'fs';
2
2
  import { resolve } from 'path';
3
- import { connectAndGetMachine } from './commands-C07RBbtJ.mjs';
3
+ import { connectAndGetMachine } from './commands-Cbpf3Qxk.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--5q3ieqY.mjs';
8
+ import './run-D2CpI5au.mjs';
9
9
  import 'os';
10
10
  import 'fs/promises';
11
11
  import 'url';
@@ -1,7 +1,7 @@
1
1
  import { execSync } from 'node:child_process';
2
2
  import { existsSync, readFileSync } from 'node:fs';
3
3
  import { join } from 'node:path';
4
- import { m as resolveProjectRoot, w as searchIssues, v as listIssues, o as resumeIssue, p as pauseIssue, q as addComment, u as updateIssue, n as getIssue, x as isVisibleTo, z as summarize, t as addIssue } from './run--5q3ieqY.mjs';
4
+ import { m as resolveProjectRoot, w as searchIssues, v as listIssues, o as resumeIssue, p as pauseIssue, q as addComment, u as updateIssue, n as getIssue, x as isVisibleTo, z as summarize, t as addIssue } from './run-D2CpI5au.mjs';
5
5
  import 'os';
6
6
  import 'fs/promises';
7
7
  import 'fs';
@@ -1,7 +1,7 @@
1
1
  import os from 'os';
2
2
  import fs__default from 'fs';
3
3
  import { resolve, join, relative } from 'path';
4
- import { F as parseFrontmatter, G as getSkillsServer, H as getSkillsWorkspaceName, I as getSkillsCollectionName, J as fetchWithTimeout, K as searchSkills, L as SKILLS_DIR, M as getSkillInfo, N as downloadSkillFile, O as listSkillFiles } from './run--5q3ieqY.mjs';
4
+ import { F as parseFrontmatter, G as getSkillsServer, H as getSkillsWorkspaceName, I as getSkillsCollectionName, J as fetchWithTimeout, K as searchSkills, L as SKILLS_DIR, M as getSkillInfo, N as downloadSkillFile, O as listSkillFiles } from './run-D2CpI5au.mjs';
5
5
  import 'fs/promises';
6
6
  import 'url';
7
7
  import 'child_process';
@@ -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 { Q as formatHandle, T as normalizeAllowedUser, U as loadSecurityContextConfig, V as resolveSecurityContext, W as buildSecurityContextFromFlags, X as mergeSecurityContexts, c as connectToHypha, Y as buildSessionShareUrl, Z as computeOutboundHop, A as shortId, _ as registerAwaitingReply, $ as buildMachineShareUrl, a0 as parseHandle, a1 as handleMatchesMetadata } from './run--5q3ieqY.mjs';
5
+ import { Q as formatHandle, T as normalizeAllowedUser, U as loadSecurityContextConfig, V as resolveSecurityContext, W as buildSecurityContextFromFlags, X as mergeSecurityContexts, c as connectToHypha, Y as buildSessionShareUrl, Z as computeOutboundHop, A as shortId, _ as registerAwaitingReply, $ as buildMachineShareUrl, a0 as parseHandle, a1 as handleMatchesMetadata } from './run-D2CpI5au.mjs';
6
6
  import 'os';
7
7
  import 'fs/promises';
8
8
  import 'fs';
@@ -1,5 +1,5 @@
1
1
  import { spawnSync } from 'node:child_process';
2
- import { m as resolveProjectRoot } from './run--5q3ieqY.mjs';
2
+ import { m as resolveProjectRoot } from './run-D2CpI5au.mjs';
3
3
  import { c as workflowSteps, s as setWorkflowEnabled, i as isWorkflowEnabled, r as removeWorkflow, g as getWorkflow, l as listWorkflows, a as saveWorkflow, b as rawWorkflow } from './store-BTs0H_y0.mjs';
4
4
  import 'os';
5
5
  import 'fs/promises';
@@ -1,8 +1,8 @@
1
1
  import { existsSync } from 'node:fs';
2
2
  import { resolve } from 'node:path';
3
- import { connectAndGetMachine, resolveSessionId, createWorktree, connectAndResolveSession } from './commands-C07RBbtJ.mjs';
3
+ import { connectAndGetMachine, resolveSessionId, createWorktree, connectAndResolveSession } from './commands-Cbpf3Qxk.mjs';
4
4
  import { execSync } from 'node:child_process';
5
- import { u as updateIssue, q as addComment, t as addIssue, A as shortId } from './run--5q3ieqY.mjs';
5
+ import { u as updateIssue, q as addComment, t as addIssue, A as shortId } from './run-D2CpI5au.mjs';
6
6
  import 'node:os';
7
7
  import 'os';
8
8
  import 'fs/promises';
@@ -1,7 +1,7 @@
1
1
  import { existsSync, readFileSync } from 'node:fs';
2
2
  import { join } from 'node:path';
3
3
  import os from 'node:os';
4
- import { c as connectToHypha } from './run--5q3ieqY.mjs';
4
+ import { c as connectToHypha } from './run-D2CpI5au.mjs';
5
5
  import { PINNED_CLAUDE_CODE_VERSION } from './pinnedClaudeCode-ivV7xAp3.mjs';
6
6
  import 'os';
7
7
  import 'fs/promises';
@@ -4,7 +4,7 @@ import { mkdirSync, writeFileSync, unlinkSync, existsSync, chmodSync, readFileSy
4
4
  import { join } from 'path';
5
5
  import { homedir, platform, arch } from 'os';
6
6
  import { randomUUID, createHash } from 'crypto';
7
- import { h as getFrpsSubdomainHost, i as getFrpsServerPort, j as getFrpsServerAddr } from './run--5q3ieqY.mjs';
7
+ import { h as getFrpsSubdomainHost, i as getFrpsServerPort, j as getFrpsServerAddr } from './run-D2CpI5au.mjs';
8
8
  import 'fs/promises';
9
9
  import 'url';
10
10
  import 'node:crypto';
@@ -1,5 +1,5 @@
1
- import { P as resolveModel, a2 as describeMisconfiguration, a3 as buildMachineDeps } from './run--5q3ieqY.mjs';
2
- import { handleRealtimeEvent, initMachineVoiceSession } from './sideband-C3srx9Jx.mjs';
1
+ import { P as resolveModel, a2 as describeMisconfiguration, a3 as buildMachineDeps } from './run-D2CpI5au.mjs';
2
+ import { handleRealtimeEvent, initMachineVoiceSession } from './sideband-CO3ctHV1.mjs';
3
3
  import { WebSocket } from 'ws';
4
4
  import { execSync, spawn } from 'child_process';
5
5
  import 'os';
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { c as connectToHypha, a as createSessionStore, d as daemonStatus, g as getHyphaServerUrl, r as registerMachineService, s as startDaemon, b as stopDaemon } from './run--5q3ieqY.mjs';
1
+ export { c as connectToHypha, a as createSessionStore, d as daemonStatus, g as getHyphaServerUrl, r as registerMachineService, s as startDaemon, b as stopDaemon } from './run-D2CpI5au.mjs';
2
2
  import 'os';
3
3
  import 'fs/promises';
4
4
  import 'fs';
@@ -1,5 +1,5 @@
1
1
  var name = "svamp-cli";
2
- var version = "0.2.236";
2
+ var version = "0.2.237";
3
3
  var description = "Svamp CLI — AI workspace daemon on Hypha Cloud";
4
4
  var author = "Amun AI AB";
5
5
  var license = "SEE LICENSE IN LICENSE";
@@ -1,6 +1,6 @@
1
- import { m as resolveProjectRoot } from './run--5q3ieqY.mjs';
1
+ import { m as resolveProjectRoot } from './run-D2CpI5au.mjs';
2
2
  import { g as getWorkflow, s as setWorkflowEnabled, r as removeWorkflow, a as saveWorkflow, b as rawWorkflow, l as listWorkflows } from './store-BTs0H_y0.mjs';
3
- import { g as getRun, l as listRuns, r as runWorkflow } from './runStore-Bfr7UIzR.mjs';
3
+ import { g as getRun, l as listRuns, r as runWorkflow } from './runStore-BDgSvZBQ.mjs';
4
4
  import 'os';
5
5
  import 'fs/promises';
6
6
  import 'fs';
@@ -1,4 +1,4 @@
1
- import { m as resolveProjectRoot, u as updateIssue, n as getIssue, o as resumeIssue, p as pauseIssue, q as addComment, t as addIssue, v as listIssues, w as searchIssues, x as isVisibleTo } from './run--5q3ieqY.mjs';
1
+ import { m as resolveProjectRoot, u as updateIssue, n as getIssue, o as resumeIssue, p as pauseIssue, q as addComment, t as addIssue, v as listIssues, w as searchIssues, x as isVisibleTo } from './run-D2CpI5au.mjs';
2
2
  import 'os';
3
3
  import 'fs/promises';
4
4
  import 'fs';
@@ -1,4 +1,4 @@
1
- import{createRequire as _pkgrollCR}from"node:module";const require=_pkgrollCR(import.meta.url);import { a4 as applyClaudeProxyEnv, a5 as composeSessionId, a6 as generateFriendlyName, c as connectToHypha, a as createSessionStore, r as registerMachineService, a7 as generateHookSettings } from './run--5q3ieqY.mjs';
1
+ import{createRequire as _pkgrollCR}from"node:module";const require=_pkgrollCR(import.meta.url);import { a4 as applyClaudeProxyEnv, a5 as composeSessionId, a6 as generateFriendlyName, c as connectToHypha, a as createSessionStore, r as registerMachineService, a7 as generateHookSettings } from './run-D2CpI5au.mjs';
2
2
  import os from 'node:os';
3
3
  import { resolve, join } from 'node:path';
4
4
  import { existsSync, readFileSync, watch } from 'node:fs';
@@ -1477,7 +1477,7 @@ class ChannelStore {
1477
1477
  const errs = validateChannel(c);
1478
1478
  if (errs.length) throw new Error("invalid channel: " + errs.join("; "));
1479
1479
  mkdirSync(this.dir, { recursive: true });
1480
- const tmp = this._path(c.id) + ".tmp";
1480
+ const tmp = `${this._path(c.id)}.tmp-${process.pid}-${randomBytes(4).toString("hex")}`;
1481
1481
  writeFileSync(tmp, JSON.stringify(c, null, 2));
1482
1482
  renameSync(tmp, this._path(c.id));
1483
1483
  return c;
@@ -1714,11 +1714,13 @@ function renderMessage(channel, { sender = {}, body = {}, query = {}, callId, no
1714
1714
 
1715
1715
  const MAX_PER_CHANNEL = 200;
1716
1716
  const TTL_MS = 60 * 60 * 1e3;
1717
+ const COMPACT_EVERY = 500;
1717
1718
  class ChannelOutbox {
1718
1719
  file;
1719
1720
  byChannel = /* @__PURE__ */ new Map();
1720
1721
  seqByChannel = /* @__PURE__ */ new Map();
1721
1722
  emitter = new EventEmitter();
1723
+ appendsSinceCompact = 0;
1722
1724
  constructor(projectDir) {
1723
1725
  const dir = join(projectDir, ".svamp", "channels");
1724
1726
  this.file = join(dir, "_outbox.jsonl");
@@ -1732,9 +1734,11 @@ class ChannelOutbox {
1732
1734
  _load() {
1733
1735
  if (!existsSync(this.file)) return;
1734
1736
  const cutoff = Date.now() - TTL_MS;
1737
+ let rawLines = 0;
1735
1738
  try {
1736
1739
  for (const line of readFileSync(this.file, "utf8").split("\n")) {
1737
1740
  if (!line.trim()) continue;
1741
+ rawLines++;
1738
1742
  let rec = null;
1739
1743
  try {
1740
1744
  rec = JSON.parse(line);
@@ -1751,6 +1755,25 @@ class ChannelOutbox {
1751
1755
  for (const [ch, arr] of this.byChannel) if (arr.length > MAX_PER_CHANNEL) this.byChannel.set(ch, arr.slice(-MAX_PER_CHANNEL));
1752
1756
  } catch {
1753
1757
  }
1758
+ let kept = 0;
1759
+ for (const arr of this.byChannel.values()) kept += arr.length;
1760
+ if (rawLines > kept) this._compact();
1761
+ }
1762
+ /** Rewrite _outbox.jsonl to the current in-memory (TTL/MAX-bounded) window. Best-effort. */
1763
+ _compact() {
1764
+ try {
1765
+ const lines = [];
1766
+ for (const [channelId, arr] of this.byChannel) {
1767
+ this._evict(channelId);
1768
+ for (const reply of this.byChannel.get(channelId) || []) lines.push(JSON.stringify({ channelId, ...reply }));
1769
+ }
1770
+ const dir = join(this.file, "..");
1771
+ mkdirSync(dir, { recursive: true });
1772
+ const tmp = `${this.file}.tmp-${process.pid}-${randomBytes(4).toString("hex")}`;
1773
+ writeFileSync(tmp, lines.join("\n") + (lines.length ? "\n" : ""));
1774
+ renameSync(tmp, this.file);
1775
+ } catch {
1776
+ }
1754
1777
  }
1755
1778
  _evict(channelId) {
1756
1779
  const cutoff = Date.now() - TTL_MS;
@@ -1778,6 +1801,10 @@ class ChannelOutbox {
1778
1801
  } catch {
1779
1802
  }
1780
1803
  }
1804
+ if (++this.appendsSinceCompact >= COMPACT_EVERY) {
1805
+ this.appendsSinceCompact = 0;
1806
+ this._compact();
1807
+ }
1781
1808
  this.emitter.emit(channelId, reply);
1782
1809
  return reply;
1783
1810
  }
@@ -1861,6 +1888,25 @@ function getParamNames(fn) {
1861
1888
  }
1862
1889
  const terminalSessions = /* @__PURE__ */ new Map();
1863
1890
  let ptyModule = null;
1891
+ const TERMINAL_IDLE_MS = 30 * 60 * 1e3;
1892
+ let terminalReaper = null;
1893
+ function ensureTerminalReaper() {
1894
+ if (terminalReaper) return;
1895
+ terminalReaper = setInterval(() => {
1896
+ const now = Date.now();
1897
+ for (const [id, s] of terminalSessions) {
1898
+ if (s.exited) continue;
1899
+ if (now - s.lastActivity > TERMINAL_IDLE_MS) {
1900
+ try {
1901
+ s.pty.kill();
1902
+ } catch {
1903
+ }
1904
+ terminalSessions.delete(id);
1905
+ }
1906
+ }
1907
+ }, 6e4);
1908
+ terminalReaper.unref?.();
1909
+ }
1864
1910
  async function getPtyModule() {
1865
1911
  if (!ptyModule) {
1866
1912
  try {
@@ -2565,9 +2611,11 @@ async function registerMachineService(server, machineId, metadata, daemonState,
2565
2611
  cols,
2566
2612
  rows,
2567
2613
  createdAt: Date.now(),
2614
+ lastActivity: Date.now(),
2568
2615
  cwd
2569
2616
  };
2570
2617
  terminalSessions.set(sessionId, session);
2618
+ ensureTerminalReaper();
2571
2619
  let outputBatch = "";
2572
2620
  let outputTimer = null;
2573
2621
  const flushOutput = () => {
@@ -2590,6 +2638,7 @@ async function registerMachineService(server, machineId, metadata, daemonState,
2590
2638
  };
2591
2639
  ptyProcess.onData((data) => {
2592
2640
  if (!data) return;
2641
+ session.lastActivity = Date.now();
2593
2642
  outputBatch += data;
2594
2643
  if (!outputTimer) outputTimer = setTimeout(flushOutput, 16);
2595
2644
  });
@@ -2620,6 +2669,7 @@ async function registerMachineService(server, machineId, metadata, daemonState,
2620
2669
  if (!session) throw new Error(`Terminal session ${params.sessionId} not found`);
2621
2670
  const filtered = filterTerminalResponses(params.data);
2622
2671
  if (filtered) session.pty.write(filtered);
2672
+ session.lastActivity = Date.now();
2623
2673
  return { success: true };
2624
2674
  },
2625
2675
  /** Resize a terminal session. */
@@ -2641,6 +2691,7 @@ async function registerMachineService(server, machineId, metadata, daemonState,
2641
2691
  const session = terminalSessions.get(params.sessionId);
2642
2692
  if (!session) throw new Error(`Terminal session ${params.sessionId} not found`);
2643
2693
  const output = session.outputBuffer.splice(0).join("");
2694
+ session.lastActivity = Date.now();
2644
2695
  const result = {
2645
2696
  output,
2646
2697
  exited: session.exited
@@ -2940,7 +2991,7 @@ async function registerMachineService(server, machineId, metadata, daemonState,
2940
2991
  const tunnels = handlers.tunnels;
2941
2992
  if (!tunnels) throw new Error("Tunnel management not available");
2942
2993
  if (tunnels.has(params.name)) throw new Error(`Tunnel '${params.name}' already running`);
2943
- const { FrpcTunnel } = await import('./frpc-CoFt3YiO.mjs');
2994
+ const { FrpcTunnel } = await import('./frpc-Ba_vkNU8.mjs');
2944
2995
  const tunnel = new FrpcTunnel({
2945
2996
  name: params.name,
2946
2997
  ports: params.ports,
@@ -3391,7 +3442,7 @@ QUESTION: ${params.question || "Summarize this concisely."}` }
3391
3442
  }
3392
3443
  const deps = buildSessionDeps(rpc, { cwd, ownerEmail: owner });
3393
3444
  const sender = { name: context?.user?.email || context?.user?.id || "user", kind: "user", verified: true };
3394
- const { toolsForRole } = await import('./sideband-C3srx9Jx.mjs');
3445
+ const { toolsForRole } = await import('./sideband-CO3ctHV1.mjs');
3395
3446
  const r2 = await runWiseAgent({ message: params.message, sender, config: { tools: toolsForRole(role2) }, deps, transport, model: resolved.model });
3396
3447
  return fmt(r2);
3397
3448
  }
@@ -3490,7 +3541,7 @@ QUESTION: ${params.question || "Summarize this concisely."}` }
3490
3541
  if (r.error || !r.sender) return { error: r.error || "unauthorized" };
3491
3542
  const callId = "call_" + Math.random().toString(16).slice(2, 12);
3492
3543
  const rendered = renderMessage(c, { sender: r.sender, body: { message: kwargs.message }, callId });
3493
- const { queryCore } = await import('./commands-C07RBbtJ.mjs');
3544
+ const { queryCore } = await import('./commands-Cbpf3Qxk.mjs');
3494
3545
  const timeout = c.reply?.timeout_sec || 120;
3495
3546
  let result;
3496
3547
  try {
@@ -4589,10 +4640,15 @@ function createSessionStore(server, sessionId, initialMetadata, initialAgentStat
4589
4640
  }
4590
4641
  }
4591
4642
  let forwardContent = content;
4592
- if (!trusted && parsed && parsed.role === "user" && parsed.content && typeof parsed.content === "object") {
4593
- const txt = parsed.content.text;
4594
- if (typeof txt === "string" && txt.trimStart().startsWith("<svamp-message")) {
4595
- parsed = { ...parsed, content: { ...parsed.content, text: neutralizeForgedEnvelope(txt) } };
4643
+ if (!trusted && parsed && parsed.role === "user" && parsed.content != null) {
4644
+ if (typeof parsed.content === "object") {
4645
+ const txt = parsed.content.text;
4646
+ if (typeof txt === "string" && txt.trimStart().startsWith("<svamp-message")) {
4647
+ parsed = { ...parsed, content: { ...parsed.content, text: neutralizeForgedEnvelope(txt) } };
4648
+ forwardContent = JSON.stringify(parsed);
4649
+ }
4650
+ } else if (typeof parsed.content === "string" && parsed.content.trimStart().startsWith("<svamp-message")) {
4651
+ parsed = { ...parsed, content: neutralizeForgedEnvelope(parsed.content) };
4596
4652
  forwardContent = JSON.stringify(parsed);
4597
4653
  }
4598
4654
  }
@@ -10652,8 +10708,22 @@ function addIssue(projectRoot, fields) {
10652
10708
  closed: null,
10653
10709
  body: fields.body
10654
10710
  };
10655
- atomicWrite(issuePath(projectRoot, issue.id), serializeIssue(issue));
10656
- return issue;
10711
+ mkdirSync(dirname(issuePath(projectRoot, issue.id)), { recursive: true });
10712
+ let n = Number(issue.id);
10713
+ for (let attempt = 0; attempt < 1e4; attempt++) {
10714
+ issue.id = String(n).padStart(4, "0");
10715
+ try {
10716
+ writeFileSync(issuePath(projectRoot, issue.id), serializeIssue(issue), { flag: "wx" });
10717
+ return issue;
10718
+ } catch (err) {
10719
+ if (err && err.code === "EEXIST") {
10720
+ n++;
10721
+ continue;
10722
+ }
10723
+ throw err;
10724
+ }
10725
+ }
10726
+ throw new Error("addIssue: could not allocate a free issue id");
10657
10727
  }
10658
10728
  function updateIssue(projectRoot, id, patch) {
10659
10729
  const cur = getIssue(projectRoot, id);
@@ -12647,7 +12717,7 @@ async function startDaemon(options) {
12647
12717
  saveExposedTunnels(list);
12648
12718
  }
12649
12719
  async function createExposedTunnel(spec) {
12650
- const { FrpcTunnel } = await import('./frpc-CoFt3YiO.mjs');
12720
+ const { FrpcTunnel } = await import('./frpc-Ba_vkNU8.mjs');
12651
12721
  const tunnel = new FrpcTunnel({
12652
12722
  name: spec.name,
12653
12723
  ports: spec.ports,
@@ -12667,7 +12737,7 @@ async function startDaemon(options) {
12667
12737
  return tunnel;
12668
12738
  }
12669
12739
  const tunnelRecreateState = /* @__PURE__ */ new Map();
12670
- const { ServeManager } = await import('./serveManager-DBqhEdOE.mjs');
12740
+ const { ServeManager } = await import('./serveManager-BzWW7OuZ.mjs');
12671
12741
  const serveManager = new ServeManager(SVAMP_HOME, (msg) => logger.log(`[SERVE] ${msg}`), hyphaServerUrl);
12672
12742
  ensureAutoInstalledSkills(logger).catch(() => {
12673
12743
  });
@@ -14676,11 +14746,11 @@ ${capturedError}${buildClaudeErrorHint(capturedError)}`;
14676
14746
  });
14677
14747
  },
14678
14748
  onIssue: async (params) => {
14679
- const { issueRpc } = await import('./rpc-BPCA-q42.mjs');
14749
+ const { issueRpc } = await import('./rpc-hilaJa6_.mjs');
14680
14750
  return issueRpc(params?.cwd || directory, params || {}, { notifySession: notifyIssueOwner, rekickLoopOwner });
14681
14751
  },
14682
14752
  onWorkflow: async (params) => {
14683
- const { workflowRpc } = await import('./rpc-Def2Apuq.mjs');
14753
+ const { workflowRpc } = await import('./rpc-CTXWi-2N.mjs');
14684
14754
  return workflowRpc(params?.cwd || directory, params || {});
14685
14755
  },
14686
14756
  onRipgrep: async (args, cwd) => {
@@ -15213,11 +15283,11 @@ ${capturedError}${buildClaudeErrorHint(capturedError)}`;
15213
15283
  });
15214
15284
  },
15215
15285
  onIssue: async (params) => {
15216
- const { issueRpc } = await import('./rpc-BPCA-q42.mjs');
15286
+ const { issueRpc } = await import('./rpc-hilaJa6_.mjs');
15217
15287
  return issueRpc(params?.cwd || directory, params || {}, { notifySession: notifyIssueOwner, rekickLoopOwner });
15218
15288
  },
15219
15289
  onWorkflow: async (params) => {
15220
- const { workflowRpc } = await import('./rpc-Def2Apuq.mjs');
15290
+ const { workflowRpc } = await import('./rpc-CTXWi-2N.mjs');
15221
15291
  return workflowRpc(params?.cwd || directory, params || {});
15222
15292
  },
15223
15293
  onRipgrep: async (args, cwd) => {
@@ -16094,7 +16164,7 @@ ${oracle.output.trim().slice(0, 500)}`, "\u{1F501} Continuing loop");
16094
16164
  const PING_TIMEOUT_MS = 15e3;
16095
16165
  const POST_RECONNECT_GRACE_MS = 2e4;
16096
16166
  const RECONNECT_JITTER_MS = 2500;
16097
- const { WorkflowScheduler } = await import('./scheduler-Dfr3y3FI.mjs');
16167
+ const { WorkflowScheduler } = await import('./scheduler-C_p2K8SX.mjs');
16098
16168
  const workflowScheduler = new WorkflowScheduler({
16099
16169
  projectRoots: () => {
16100
16170
  const dirs = /* @__PURE__ */ new Set();
@@ -1,8 +1,9 @@
1
1
  import { spawn } from 'node:child_process';
2
2
  import { existsSync, readFileSync, mkdirSync, writeFileSync, renameSync } from 'node:fs';
3
+ import { randomBytes } from 'node:crypto';
3
4
  import { join } from 'node:path';
4
5
  import { c as workflowSteps, d as workflowsDir } from './store-BTs0H_y0.mjs';
5
- import { v as listIssues, t as addIssue } from './run--5q3ieqY.mjs';
6
+ import { v as listIssues, t as addIssue } from './run-D2CpI5au.mjs';
6
7
 
7
8
  const MAX_RUNS_PER_WORKFLOW = 50;
8
9
  const MAX_STREAM_CHARS = 8e3;
@@ -41,7 +42,7 @@ function recordRun(projectRoot, run) {
41
42
  if (idx >= 0) existing[idx] = run;
42
43
  else existing.push(run);
43
44
  const kept = existing.slice(-MAX_RUNS_PER_WORKFLOW);
44
- const tmp = `${file}.tmp`;
45
+ const tmp = `${file}.tmp-${process.pid}-${randomBytes(4).toString("hex")}`;
45
46
  writeFileSync(tmp, kept.map((r) => JSON.stringify(r)).join("\n") + "\n");
46
47
  renameSync(tmp, file);
47
48
  } catch {
@@ -1,6 +1,6 @@
1
- import { m as resolveProjectRoot, y as cronMatches } from './run--5q3ieqY.mjs';
1
+ import { m as resolveProjectRoot, y as cronMatches } from './run-D2CpI5au.mjs';
2
2
  import { l as listWorkflows, i as isWorkflowEnabled, w as workflowCrons } from './store-BTs0H_y0.mjs';
3
- import { r as runWorkflow } from './runStore-Bfr7UIzR.mjs';
3
+ import { r as runWorkflow } from './runStore-BDgSvZBQ.mjs';
4
4
  import 'os';
5
5
  import 'fs/promises';
6
6
  import 'fs';
@@ -54,7 +54,7 @@ async function handleServeCommand() {
54
54
  }
55
55
  }
56
56
  async function serveAdd(args, machineId) {
57
- const { connectAndGetMachine } = await import('./commands-C07RBbtJ.mjs');
57
+ const { connectAndGetMachine } = await import('./commands-Cbpf3Qxk.mjs');
58
58
  const pos = positionalArgs(args);
59
59
  const name = pos[0];
60
60
  if (!name) {
@@ -93,7 +93,7 @@ async function serveAdd(args, machineId) {
93
93
  }
94
94
  }
95
95
  async function serveApply(args, machineId) {
96
- const { connectAndGetMachine } = await import('./commands-C07RBbtJ.mjs');
96
+ const { connectAndGetMachine } = await import('./commands-Cbpf3Qxk.mjs');
97
97
  const fs = await import('fs');
98
98
  const yaml = await import('yaml');
99
99
  const file = positionalArgs(args)[0];
@@ -182,7 +182,7 @@ async function serveApply(args, machineId) {
182
182
  }
183
183
  }
184
184
  async function serveRemove(args, machineId) {
185
- const { connectAndGetMachine } = await import('./commands-C07RBbtJ.mjs');
185
+ const { connectAndGetMachine } = await import('./commands-Cbpf3Qxk.mjs');
186
186
  const pos = positionalArgs(args);
187
187
  const name = pos[0];
188
188
  if (!name) {
@@ -202,7 +202,7 @@ async function serveRemove(args, machineId) {
202
202
  }
203
203
  }
204
204
  async function serveList(args, machineId) {
205
- const { connectAndGetMachine } = await import('./commands-C07RBbtJ.mjs');
205
+ const { connectAndGetMachine } = await import('./commands-Cbpf3Qxk.mjs');
206
206
  const all = hasFlag(args, "--all", "-a");
207
207
  const json = hasFlag(args, "--json");
208
208
  const sessionId = getFlag(args, "--session");
@@ -235,7 +235,7 @@ async function serveList(args, machineId) {
235
235
  }
236
236
  }
237
237
  async function serveInfo(machineId) {
238
- const { connectAndGetMachine } = await import('./commands-C07RBbtJ.mjs');
238
+ const { connectAndGetMachine } = await import('./commands-Cbpf3Qxk.mjs');
239
239
  const { machine, server } = await connectAndGetMachine(machineId);
240
240
  try {
241
241
  const info = await machine.serveInfo();
@@ -4,7 +4,7 @@ import * as fs from 'fs';
4
4
  import * as http from 'http';
5
5
  import * as net from 'net';
6
6
  import * as path from 'path';
7
- import { k as getHyphaServerUrl, S as ServeAuth, l as hasCookieToken } from './run--5q3ieqY.mjs';
7
+ import { k as getHyphaServerUrl, S as ServeAuth, l as hasCookieToken } from './run-D2CpI5au.mjs';
8
8
  import 'os';
9
9
  import 'fs/promises';
10
10
  import 'url';
@@ -733,7 +733,7 @@ class ServeManager {
733
733
  const mount = this.mounts.get(mountName);
734
734
  const subdomainOverride = mount?.access === "link" && mount.linkToken ? /* @__PURE__ */ new Map([[this.port, buildLinkSubdomain(subdomainSafe, mount.linkToken)]]) : void 0;
735
735
  try {
736
- const { FrpcTunnel } = await import('./frpc-CoFt3YiO.mjs');
736
+ const { FrpcTunnel } = await import('./frpc-Ba_vkNU8.mjs');
737
737
  let tunnel;
738
738
  tunnel = new FrpcTunnel({
739
739
  name: tunnelName,
@@ -1,4 +1,4 @@
1
- import { R as READ_ONLY_TOOLS, B as loadMachineContext, C as buildMachineInstructions, D as machineToolsForRole, E as buildMachineTools } from './run--5q3ieqY.mjs';
1
+ import { R as READ_ONLY_TOOLS, B as loadMachineContext, C as buildMachineInstructions, D as machineToolsForRole, E as buildMachineTools } from './run-D2CpI5au.mjs';
2
2
  import 'node:child_process';
3
3
  import 'os';
4
4
  import 'fs/promises';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svamp-cli",
3
- "version": "0.2.236",
3
+ "version": "0.2.237",
4
4
  "description": "Svamp CLI — AI workspace daemon on Hypha Cloud",
5
5
  "author": "Amun AI AB",
6
6
  "license": "SEE LICENSE IN LICENSE",