@integrity-labs/agt-cli 0.27.82 → 0.27.84
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-3JXDBRNG.js → chunk-S2QLE5BQ.js} +2 -2
- package/dist/{chunk-GNIA4KN5.js → chunk-TXE2LLKI.js} +11 -1
- package/dist/chunk-TXE2LLKI.js.map +1 -0
- package/dist/{chunk-AN5X6CN2.js → chunk-WISOJYIV.js} +27 -20
- package/dist/chunk-WISOJYIV.js.map +1 -0
- package/dist/{claude-pair-runtime-RTM4GWZG.js → claude-pair-runtime-MKK7LSQG.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/mcp/slack-channel.js +431 -95
- package/dist/{persistent-session-B5SRS4N4.js → persistent-session-BTXWOKJ6.js} +3 -3
- package/dist/{responsiveness-probe-2QWNZTF4.js → responsiveness-probe-Y6TCM6T4.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-AN5X6CN2.js.map +0 -1
- package/dist/chunk-GNIA4KN5.js.map +0 -1
- /package/dist/{chunk-3JXDBRNG.js.map → chunk-S2QLE5BQ.js.map} +0 -0
- /package/dist/{claude-pair-runtime-RTM4GWZG.js.map → claude-pair-runtime-MKK7LSQG.js.map} +0 -0
- /package/dist/{persistent-session-B5SRS4N4.js.map → persistent-session-BTXWOKJ6.js.map} +0 -0
- /package/dist/{responsiveness-probe-2QWNZTF4.js.map → responsiveness-probe-Y6TCM6T4.js.map} +0 -0
|
@@ -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-BTXWOKJ6.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-MKK7LSQG.js.map
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
provisionStopHook,
|
|
17
17
|
requireHost,
|
|
18
18
|
safeWriteJsonAtomic
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-WISOJYIV.js";
|
|
20
20
|
import {
|
|
21
21
|
getProjectDir as getProjectDir2,
|
|
22
22
|
getReadyTasks,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
stopPersistentSession,
|
|
54
54
|
takeWatchdogGiveUpCount,
|
|
55
55
|
takeZombieDetection
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-S2QLE5BQ.js";
|
|
57
57
|
import {
|
|
58
58
|
KANBAN_CHECK_COMMAND,
|
|
59
59
|
appendDmFooter,
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
resolveConnectivityProbe,
|
|
77
77
|
resolveDmTarget,
|
|
78
78
|
wrapScheduledTaskPrompt
|
|
79
|
-
} from "../chunk-
|
|
79
|
+
} from "../chunk-TXE2LLKI.js";
|
|
80
80
|
import {
|
|
81
81
|
parsePsRows,
|
|
82
82
|
reapOrphanChannelMcps
|
|
@@ -3713,7 +3713,7 @@ var cachedMaintenanceWindow = null;
|
|
|
3713
3713
|
var lastVersionCheckAt = 0;
|
|
3714
3714
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
3715
3715
|
var lastResponsivenessProbeAt = 0;
|
|
3716
|
-
var agtCliVersion = true ? "0.27.
|
|
3716
|
+
var agtCliVersion = true ? "0.27.84" : "dev";
|
|
3717
3717
|
function resolveBrewPath(execFileSync4) {
|
|
3718
3718
|
try {
|
|
3719
3719
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -4827,7 +4827,7 @@ async function pollCycle() {
|
|
|
4827
4827
|
}
|
|
4828
4828
|
try {
|
|
4829
4829
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
4830
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
4830
|
+
const { collectDiagnostics } = await import("../persistent-session-BTXWOKJ6.js");
|
|
4831
4831
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
4832
4832
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
4833
4833
|
let tailscaleHostname;
|
|
@@ -4900,7 +4900,7 @@ async function pollCycle() {
|
|
|
4900
4900
|
const {
|
|
4901
4901
|
collectResponsivenessProbes,
|
|
4902
4902
|
getResponsivenessIntervalMs
|
|
4903
|
-
} = await import("../responsiveness-probe-
|
|
4903
|
+
} = await import("../responsiveness-probe-Y6TCM6T4.js");
|
|
4904
4904
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
4905
4905
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
4906
4906
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -9121,7 +9121,7 @@ async function processClaudePairSessions(agents) {
|
|
|
9121
9121
|
killPairSession,
|
|
9122
9122
|
pairTmuxSession,
|
|
9123
9123
|
finalizeClaudePairOnboarding
|
|
9124
|
-
} = await import("../claude-pair-runtime-
|
|
9124
|
+
} = await import("../claude-pair-runtime-MKK7LSQG.js");
|
|
9125
9125
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
9126
9126
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
9127
9127
|
const killed = await killPairSession(pairTmuxSession(pairId));
|