@integrity-labs/agt-cli 0.27.62 → 0.27.64
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/bin/agt.js +4 -4
- package/dist/{chunk-6YBJCRTJ.js → chunk-BGYHTEP3.js} +2 -2
- package/dist/{chunk-2SCU5NZO.js → chunk-STGNOXKS.js} +5 -2
- package/dist/chunk-STGNOXKS.js.map +1 -0
- package/dist/{chunk-33OAS3V2.js → chunk-UFS6MVV7.js} +2 -2
- package/dist/{claude-pair-runtime-PEYWY24A.js → claude-pair-runtime-36PA3PXH.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/{persistent-session-GQEXSB2H.js → persistent-session-Y2ASNFVW.js} +3 -3
- package/dist/{responsiveness-probe-53GUGQSY.js → responsiveness-probe-KNLLHIFN.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-2SCU5NZO.js.map +0 -1
- /package/dist/{chunk-6YBJCRTJ.js.map → chunk-BGYHTEP3.js.map} +0 -0
- /package/dist/{chunk-33OAS3V2.js.map → chunk-UFS6MVV7.js.map} +0 -0
- /package/dist/{claude-pair-runtime-PEYWY24A.js.map → claude-pair-runtime-36PA3PXH.js.map} +0 -0
- /package/dist/{persistent-session-GQEXSB2H.js.map → persistent-session-Y2ASNFVW.js.map} +0 -0
- /package/dist/{responsiveness-probe-53GUGQSY.js.map → responsiveness-probe-KNLLHIFN.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
parseDeliveryTarget,
|
|
10
10
|
registerFramework,
|
|
11
11
|
wrapScheduledTaskPrompt
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-STGNOXKS.js";
|
|
13
13
|
|
|
14
14
|
// ../../packages/core/dist/integrations/registry.js
|
|
15
15
|
var INTEGRATION_REGISTRY = [
|
|
@@ -7163,4 +7163,4 @@ export {
|
|
|
7163
7163
|
managerInstallSystemUnitCommand,
|
|
7164
7164
|
managerUninstallSystemUnitCommand
|
|
7165
7165
|
};
|
|
7166
|
-
//# sourceMappingURL=chunk-
|
|
7166
|
+
//# sourceMappingURL=chunk-UFS6MVV7.js.map
|
|
@@ -100,7 +100,7 @@ async function spawnPairSession(session) {
|
|
|
100
100
|
return { ok: true };
|
|
101
101
|
} catch {
|
|
102
102
|
}
|
|
103
|
-
const { resolveClaudeBinary } = await import("./persistent-session-
|
|
103
|
+
const { resolveClaudeBinary } = await import("./persistent-session-Y2ASNFVW.js");
|
|
104
104
|
const claudeBin = resolveClaudeBinary();
|
|
105
105
|
const pairEnv = {
|
|
106
106
|
...process.env,
|
|
@@ -373,4 +373,4 @@ export {
|
|
|
373
373
|
startClaudePair,
|
|
374
374
|
submitClaudePairCode
|
|
375
375
|
};
|
|
376
|
-
//# sourceMappingURL=claude-pair-runtime-
|
|
376
|
+
//# sourceMappingURL=claude-pair-runtime-36PA3PXH.js.map
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
provisionOrientHook,
|
|
16
16
|
provisionStopHook,
|
|
17
17
|
requireHost
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-UFS6MVV7.js";
|
|
19
19
|
import {
|
|
20
20
|
getProjectDir as getProjectDir2,
|
|
21
21
|
getReadyTasks,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
stopAllSessionsAndWait,
|
|
48
48
|
stopPersistentSession,
|
|
49
49
|
takeZombieDetection
|
|
50
|
-
} from "../chunk-
|
|
50
|
+
} from "../chunk-BGYHTEP3.js";
|
|
51
51
|
import {
|
|
52
52
|
KANBAN_CHECK_COMMAND,
|
|
53
53
|
appendDmFooter,
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
resolveConnectivityProbe,
|
|
71
71
|
resolveDmTarget,
|
|
72
72
|
wrapScheduledTaskPrompt
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-STGNOXKS.js";
|
|
74
74
|
import {
|
|
75
75
|
parsePsRows,
|
|
76
76
|
reapOrphanChannelMcps
|
|
@@ -3744,7 +3744,7 @@ var cachedMaintenanceWindow = null;
|
|
|
3744
3744
|
var lastVersionCheckAt = 0;
|
|
3745
3745
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
3746
3746
|
var lastResponsivenessProbeAt = 0;
|
|
3747
|
-
var agtCliVersion = true ? "0.27.
|
|
3747
|
+
var agtCliVersion = true ? "0.27.64" : "dev";
|
|
3748
3748
|
function resolveBrewPath(execFileSync4) {
|
|
3749
3749
|
try {
|
|
3750
3750
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -4858,7 +4858,7 @@ async function pollCycle() {
|
|
|
4858
4858
|
}
|
|
4859
4859
|
try {
|
|
4860
4860
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
4861
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
4861
|
+
const { collectDiagnostics } = await import("../persistent-session-Y2ASNFVW.js");
|
|
4862
4862
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
4863
4863
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
4864
4864
|
let tailscaleHostname;
|
|
@@ -4931,7 +4931,7 @@ async function pollCycle() {
|
|
|
4931
4931
|
const {
|
|
4932
4932
|
collectResponsivenessProbes,
|
|
4933
4933
|
getResponsivenessIntervalMs
|
|
4934
|
-
} = await import("../responsiveness-probe-
|
|
4934
|
+
} = await import("../responsiveness-probe-KNLLHIFN.js");
|
|
4935
4935
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
4936
4936
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
4937
4937
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -9076,7 +9076,7 @@ async function processClaudePairSessions(agents) {
|
|
|
9076
9076
|
killPairSession,
|
|
9077
9077
|
pairTmuxSession,
|
|
9078
9078
|
finalizeClaudePairOnboarding
|
|
9079
|
-
} = await import("../claude-pair-runtime-
|
|
9079
|
+
} = await import("../claude-pair-runtime-36PA3PXH.js");
|
|
9080
9080
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
9081
9081
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
9082
9082
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -21,8 +21,8 @@ import {
|
|
|
21
21
|
stopPersistentSession,
|
|
22
22
|
takeZombieDetection,
|
|
23
23
|
writePersistentClaudeWrapper
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
} from "./chunk-BGYHTEP3.js";
|
|
25
|
+
import "./chunk-STGNOXKS.js";
|
|
26
26
|
import "./chunk-XWVM4KPK.js";
|
|
27
27
|
export {
|
|
28
28
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -48,4 +48,4 @@ export {
|
|
|
48
48
|
takeZombieDetection,
|
|
49
49
|
writePersistentClaudeWrapper
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=persistent-session-
|
|
51
|
+
//# sourceMappingURL=persistent-session-Y2ASNFVW.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-BGYHTEP3.js";
|
|
4
|
+
import "./chunk-STGNOXKS.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
collectResponsivenessProbes,
|
|
31
31
|
getResponsivenessIntervalMs
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
33
|
+
//# sourceMappingURL=responsiveness-probe-KNLLHIFN.js.map
|