svamp-cli 0.2.230 → 0.2.231
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-C__ZDnGy.mjs → agentCommands-V9V2kh0Q.mjs} +5 -5
- package/dist/{auth-B0FVB29Q.mjs → auth-DkjnoUxX.mjs} +1 -1
- package/dist/cli.mjs +61 -61
- package/dist/{commands-DZsbsqkr.mjs → commands-BGRljSMD.mjs} +1 -1
- package/dist/{commands-B-kINrK9.mjs → commands-BtaFWs9X.mjs} +2 -2
- package/dist/{commands-CSfdrg2h.mjs → commands-Bvdq1b3h.mjs} +10 -7
- package/dist/{commands-CvKU6_YX.mjs → commands-CQP12ojC.mjs} +1 -1
- package/dist/{commands-o-RWBC8N.mjs → commands-CdpWrKls.mjs} +2 -2
- package/dist/{commands-BNsxJYMS.mjs → commands-DBHDbRVm.mjs} +1 -1
- package/dist/{commands-C-9UCf3L.mjs → commands-qu4qKm64.mjs} +1 -1
- package/dist/{fleet-HW2op7Lu.mjs → fleet-BPNSihXR.mjs} +1 -1
- package/dist/{frpc-o7YfuAtf.mjs → frpc-CUBlxR7B.mjs} +1 -1
- package/dist/{headlessCli-C0ySAt1z.mjs → headlessCli-DxhjiAyU.mjs} +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{package-B56skiR7.mjs → package-omNKWcir.mjs} +1 -1
- package/dist/{rpc-D_Suxu2Q.mjs → rpc-CPHva9-3.mjs} +1 -1
- package/dist/{rpc-RpVqDF8O.mjs → rpc-Cm2Uy3Hf.mjs} +1 -1
- package/dist/{run-DVqhiYP9.mjs → run-BzobWMYv.mjs} +335 -122
- package/dist/{run-D3SEkDfQ.mjs → run-DS_XkUa2.mjs} +1 -1
- package/dist/{scheduler-B2ZHfyig.mjs → scheduler-CwyAdWQa.mjs} +1 -1
- package/dist/{serveCommands-DZ3BWJTu.mjs → serveCommands-YMWshAkF.mjs} +5 -5
- package/dist/{serveManager-J2VwaLs1.mjs → serveManager-CkfMDcNQ.mjs} +2 -2
- package/dist/{sideband-BDwb3wnc.mjs → sideband-DDCUdyBK.mjs} +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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-BzobWMYv.mjs';
|
|
6
6
|
import 'os';
|
|
7
7
|
import 'fs/promises';
|
|
8
8
|
import 'fs';
|
|
@@ -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-
|
|
4
|
+
import { c as connectToHypha } from './run-BzobWMYv.mjs';
|
|
5
5
|
import { PINNED_CLAUDE_CODE_VERSION } from './pinnedClaudeCode-VIupR1NK.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-
|
|
7
|
+
import { h as getFrpsSubdomainHost, i as getFrpsServerPort, j as getFrpsServerAddr } from './run-BzobWMYv.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-
|
|
2
|
-
import { handleRealtimeEvent, initMachineVoiceSession } from './sideband-
|
|
1
|
+
import { P as resolveModel, a2 as describeMisconfiguration, a3 as buildMachineDeps } from './run-BzobWMYv.mjs';
|
|
2
|
+
import { handleRealtimeEvent, initMachineVoiceSession } from './sideband-DDCUdyBK.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-
|
|
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-BzobWMYv.mjs';
|
|
2
2
|
import 'os';
|
|
3
3
|
import 'fs/promises';
|
|
4
4
|
import 'fs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as resolveProjectRoot } from './run-
|
|
1
|
+
import { m as resolveProjectRoot } from './run-BzobWMYv.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
3
|
import { g as getRun, l as listRuns, r as runWorkflow } from './runStore-CtptN7US.mjs';
|
|
4
4
|
import 'os';
|
|
@@ -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-
|
|
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-BzobWMYv.mjs';
|
|
2
2
|
import 'os';
|
|
3
3
|
import 'fs/promises';
|
|
4
4
|
import 'fs';
|