@integrity-labs/agt-cli 0.27.71 → 0.27.73
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-KPD5KJY7.js → chunk-5SWHKUL3.js} +117 -1
- package/dist/chunk-5SWHKUL3.js.map +1 -0
- package/dist/{chunk-H4AZSFJX.js → chunk-7YM2F3DG.js} +2 -2
- package/dist/{chunk-EWWJUVDY.js → chunk-WBT4UEOY.js} +2 -2
- package/dist/{claude-pair-runtime-DKWME5OD.js → claude-pair-runtime-2XWSYFSY.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/{persistent-session-EGNKRWVB.js → persistent-session-S7OJTKKE.js} +3 -3
- package/dist/{responsiveness-probe-MW7CR63L.js → responsiveness-probe-LGNXOX43.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-KPD5KJY7.js.map +0 -1
- /package/dist/{chunk-H4AZSFJX.js.map → chunk-7YM2F3DG.js.map} +0 -0
- /package/dist/{chunk-EWWJUVDY.js.map → chunk-WBT4UEOY.js.map} +0 -0
- /package/dist/{claude-pair-runtime-DKWME5OD.js.map → claude-pair-runtime-2XWSYFSY.js.map} +0 -0
- /package/dist/{persistent-session-EGNKRWVB.js.map → persistent-session-S7OJTKKE.js.map} +0 -0
- /package/dist/{responsiveness-probe-MW7CR63L.js.map → responsiveness-probe-LGNXOX43.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
claudeModelAlias,
|
|
3
3
|
isClaudeFastMode
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5SWHKUL3.js";
|
|
5
5
|
import {
|
|
6
6
|
reapOrphanChannelMcps
|
|
7
7
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1210,4 +1210,4 @@ export {
|
|
|
1210
1210
|
stopAllSessionsAndWait,
|
|
1211
1211
|
getProjectDir
|
|
1212
1212
|
};
|
|
1213
|
-
//# sourceMappingURL=chunk-
|
|
1213
|
+
//# sourceMappingURL=chunk-7YM2F3DG.js.map
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
parseDeliveryTarget,
|
|
10
10
|
registerFramework,
|
|
11
11
|
wrapScheduledTaskPrompt
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-5SWHKUL3.js";
|
|
13
13
|
|
|
14
14
|
// ../../packages/core/dist/integrations/registry.js
|
|
15
15
|
var INTEGRATION_REGISTRY = [
|
|
@@ -7488,4 +7488,4 @@ export {
|
|
|
7488
7488
|
managerInstallSystemUnitCommand,
|
|
7489
7489
|
managerUninstallSystemUnitCommand
|
|
7490
7490
|
};
|
|
7491
|
-
//# sourceMappingURL=chunk-
|
|
7491
|
+
//# sourceMappingURL=chunk-WBT4UEOY.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-S7OJTKKE.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-2XWSYFSY.js.map
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
provisionStopHook,
|
|
17
17
|
requireHost,
|
|
18
18
|
safeWriteJsonAtomic
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-WBT4UEOY.js";
|
|
20
20
|
import {
|
|
21
21
|
getProjectDir as getProjectDir2,
|
|
22
22
|
getReadyTasks,
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
stopAllSessionsAndWait,
|
|
52
52
|
stopPersistentSession,
|
|
53
53
|
takeZombieDetection
|
|
54
|
-
} from "../chunk-
|
|
54
|
+
} from "../chunk-7YM2F3DG.js";
|
|
55
55
|
import {
|
|
56
56
|
KANBAN_CHECK_COMMAND,
|
|
57
57
|
appendDmFooter,
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
resolveConnectivityProbe,
|
|
75
75
|
resolveDmTarget,
|
|
76
76
|
wrapScheduledTaskPrompt
|
|
77
|
-
} from "../chunk-
|
|
77
|
+
} from "../chunk-5SWHKUL3.js";
|
|
78
78
|
import {
|
|
79
79
|
parsePsRows,
|
|
80
80
|
reapOrphanChannelMcps
|
|
@@ -3748,7 +3748,7 @@ var cachedMaintenanceWindow = null;
|
|
|
3748
3748
|
var lastVersionCheckAt = 0;
|
|
3749
3749
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
3750
3750
|
var lastResponsivenessProbeAt = 0;
|
|
3751
|
-
var agtCliVersion = true ? "0.27.
|
|
3751
|
+
var agtCliVersion = true ? "0.27.73" : "dev";
|
|
3752
3752
|
function resolveBrewPath(execFileSync4) {
|
|
3753
3753
|
try {
|
|
3754
3754
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -4862,7 +4862,7 @@ async function pollCycle() {
|
|
|
4862
4862
|
}
|
|
4863
4863
|
try {
|
|
4864
4864
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
4865
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
4865
|
+
const { collectDiagnostics } = await import("../persistent-session-S7OJTKKE.js");
|
|
4866
4866
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
4867
4867
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
4868
4868
|
let tailscaleHostname;
|
|
@@ -4935,7 +4935,7 @@ async function pollCycle() {
|
|
|
4935
4935
|
const {
|
|
4936
4936
|
collectResponsivenessProbes,
|
|
4937
4937
|
getResponsivenessIntervalMs
|
|
4938
|
-
} = await import("../responsiveness-probe-
|
|
4938
|
+
} = await import("../responsiveness-probe-LGNXOX43.js");
|
|
4939
4939
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
4940
4940
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
4941
4941
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -9093,7 +9093,7 @@ async function processClaudePairSessions(agents) {
|
|
|
9093
9093
|
killPairSession,
|
|
9094
9094
|
pairTmuxSession,
|
|
9095
9095
|
finalizeClaudePairOnboarding
|
|
9096
|
-
} = await import("../claude-pair-runtime-
|
|
9096
|
+
} = await import("../claude-pair-runtime-2XWSYFSY.js");
|
|
9097
9097
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
9098
9098
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
9099
9099
|
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-7YM2F3DG.js";
|
|
25
|
+
import "./chunk-5SWHKUL3.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-S7OJTKKE.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-7YM2F3DG.js";
|
|
4
|
+
import "./chunk-5SWHKUL3.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-LGNXOX43.js.map
|