@integrity-labs/agt-cli 0.28.195 → 0.28.196
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-QREXUCHH.js → chunk-2GSFMQCT.js} +3 -3
- package/dist/{chunk-4D2OW6W6.js → chunk-C42HT3QT.js} +16 -16
- package/dist/chunk-C42HT3QT.js.map +1 -0
- package/dist/{chunk-AABQHAHG.js → chunk-H5KQGGFU.js} +2 -2
- package/dist/{claude-pair-runtime-LNY256PK.js → claude-pair-runtime-V2ZF43OE.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/mcp/slack-channel.js +2 -1
- package/dist/{persistent-session-HKZD767L.js → persistent-session-PKGKXWD2.js} +3 -3
- package/dist/{responsiveness-probe-WGO7BF64.js → responsiveness-probe-SSDLOYZB.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-4D2OW6W6.js.map +0 -1
- /package/dist/{chunk-QREXUCHH.js.map → chunk-2GSFMQCT.js.map} +0 -0
- /package/dist/{chunk-AABQHAHG.js.map → chunk-H5KQGGFU.js.map} +0 -0
- /package/dist/{claude-pair-runtime-LNY256PK.js.map → claude-pair-runtime-V2ZF43OE.js.map} +0 -0
- /package/dist/{persistent-session-HKZD767L.js.map → persistent-session-PKGKXWD2.js.map} +0 -0
- /package/dist/{responsiveness-probe-WGO7BF64.js.map → responsiveness-probe-SSDLOYZB.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-C42HT3QT.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1620,4 +1620,4 @@ export {
|
|
|
1620
1620
|
stopAllSessionsAndWait,
|
|
1621
1621
|
getProjectDir
|
|
1622
1622
|
};
|
|
1623
|
-
//# sourceMappingURL=chunk-
|
|
1623
|
+
//# sourceMappingURL=chunk-H5KQGGFU.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-PKGKXWD2.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-V2ZF43OE.js.map
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-2GSFMQCT.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
takeZombieDetection,
|
|
71
71
|
transcriptActivityAgeSeconds,
|
|
72
72
|
writeEgressAllowlist
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-H5KQGGFU.js";
|
|
74
74
|
import {
|
|
75
75
|
CONVERSATION_FAILURE_CATEGORIES,
|
|
76
76
|
DEFAULT_FRAMEWORK,
|
|
@@ -113,7 +113,7 @@ import {
|
|
|
113
113
|
resolveChannels,
|
|
114
114
|
resolveDmTarget,
|
|
115
115
|
sumTranscriptUsageInWindow
|
|
116
|
-
} from "../chunk-
|
|
116
|
+
} from "../chunk-C42HT3QT.js";
|
|
117
117
|
import {
|
|
118
118
|
parsePsRows,
|
|
119
119
|
reapOrphanChannelMcps
|
|
@@ -6681,7 +6681,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
6681
6681
|
var lastVersionCheckAt = 0;
|
|
6682
6682
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6683
6683
|
var lastResponsivenessProbeAt = 0;
|
|
6684
|
-
var agtCliVersion = true ? "0.28.
|
|
6684
|
+
var agtCliVersion = true ? "0.28.196" : "dev";
|
|
6685
6685
|
function resolveBrewPath(execFileSync4) {
|
|
6686
6686
|
try {
|
|
6687
6687
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -7574,7 +7574,7 @@ async function pollCycle() {
|
|
|
7574
7574
|
}
|
|
7575
7575
|
try {
|
|
7576
7576
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
7577
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
7577
|
+
const { collectDiagnostics } = await import("../persistent-session-PKGKXWD2.js");
|
|
7578
7578
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
7579
7579
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
7580
7580
|
let tailscaleHostname;
|
|
@@ -7722,7 +7722,7 @@ async function pollCycle() {
|
|
|
7722
7722
|
const {
|
|
7723
7723
|
collectResponsivenessProbes,
|
|
7724
7724
|
getResponsivenessIntervalMs
|
|
7725
|
-
} = await import("../responsiveness-probe-
|
|
7725
|
+
} = await import("../responsiveness-probe-SSDLOYZB.js");
|
|
7726
7726
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
7727
7727
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
7728
7728
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -7754,7 +7754,7 @@ async function pollCycle() {
|
|
|
7754
7754
|
collectResponsivenessProbes,
|
|
7755
7755
|
livePendingInboundOldestAgeSeconds,
|
|
7756
7756
|
parkPendingInbound
|
|
7757
|
-
} = await import("../responsiveness-probe-
|
|
7757
|
+
} = await import("../responsiveness-probe-SSDLOYZB.js");
|
|
7758
7758
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
7759
7759
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
7760
7760
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -10754,7 +10754,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10754
10754
|
killPairSession,
|
|
10755
10755
|
pairTmuxSession,
|
|
10756
10756
|
finalizeClaudePairOnboarding
|
|
10757
|
-
} = await import("../claude-pair-runtime-
|
|
10757
|
+
} = await import("../claude-pair-runtime-V2ZF43OE.js");
|
|
10758
10758
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10759
10759
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10760
10760
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -20473,8 +20473,9 @@ async function openFormModalViaSlack(triggerId, view, callbackId) {
|
|
|
20473
20473
|
});
|
|
20474
20474
|
const data = await res.json().catch(() => ({}));
|
|
20475
20475
|
if (!data.ok) {
|
|
20476
|
+
const detail = data.response_metadata?.messages?.length ? ` messages=${JSON.stringify(data.response_metadata.messages).slice(0, 500)}` : "";
|
|
20476
20477
|
process.stderr.write(
|
|
20477
|
-
`slack-channel(${AGENT_CODE_NAME}): views.open failed for ${hashId(callbackId)}: ${data.error}
|
|
20478
|
+
`slack-channel(${AGENT_CODE_NAME}): views.open failed for ${hashId(callbackId)}: ${data.error}${detail}
|
|
20478
20479
|
`
|
|
20479
20480
|
);
|
|
20480
20481
|
}
|
|
@@ -34,8 +34,8 @@ import {
|
|
|
34
34
|
writeDirectChatSessionState,
|
|
35
35
|
writeEgressAllowlist,
|
|
36
36
|
writePersistentClaudeWrapper
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import "./chunk-
|
|
37
|
+
} from "./chunk-H5KQGGFU.js";
|
|
38
|
+
import "./chunk-C42HT3QT.js";
|
|
39
39
|
import "./chunk-XWVM4KPK.js";
|
|
40
40
|
export {
|
|
41
41
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -74,4 +74,4 @@ export {
|
|
|
74
74
|
writeEgressAllowlist,
|
|
75
75
|
writePersistentClaudeWrapper
|
|
76
76
|
};
|
|
77
|
-
//# sourceMappingURL=persistent-session-
|
|
77
|
+
//# sourceMappingURL=persistent-session-PKGKXWD2.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-H5KQGGFU.js";
|
|
4
|
+
import "./chunk-C42HT3QT.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -304,4 +304,4 @@ export {
|
|
|
304
304
|
readAndResetChannelDeflections,
|
|
305
305
|
readAndResetChannelLaneClassifications
|
|
306
306
|
};
|
|
307
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
307
|
+
//# sourceMappingURL=responsiveness-probe-SSDLOYZB.js.map
|