@integrity-labs/agt-cli 0.27.134 → 0.27.135
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-4Y7APKV7.js → chunk-HC7B2OVZ.js} +2 -2
- package/dist/{chunk-4I2QOVP5.js → chunk-KZGU4X3A.js} +3 -1
- package/dist/chunk-KZGU4X3A.js.map +1 -0
- package/dist/{chunk-2MXDQBEH.js → chunk-XKX2HEQY.js} +2 -2
- package/dist/{claude-pair-runtime-YIHRE2VR.js → claude-pair-runtime-I7SKUE2Q.js} +2 -2
- package/dist/lib/manager-worker.js +9 -9
- package/dist/{persistent-session-AH4WU2GE.js → persistent-session-56AY3LH6.js} +3 -3
- package/dist/{responsiveness-probe-WDXDQ5EZ.js → responsiveness-probe-L6B7WINR.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-4I2QOVP5.js.map +0 -1
- /package/dist/{chunk-4Y7APKV7.js.map → chunk-HC7B2OVZ.js.map} +0 -0
- /package/dist/{chunk-2MXDQBEH.js.map → chunk-XKX2HEQY.js.map} +0 -0
- /package/dist/{claude-pair-runtime-YIHRE2VR.js.map → claude-pair-runtime-I7SKUE2Q.js.map} +0 -0
- /package/dist/{persistent-session-AH4WU2GE.js.map → persistent-session-56AY3LH6.js.map} +0 -0
- /package/dist/{responsiveness-probe-WDXDQ5EZ.js.map → responsiveness-probe-L6B7WINR.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
claudeModelAlias,
|
|
3
3
|
isClaudeFastMode
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-KZGU4X3A.js";
|
|
5
5
|
import {
|
|
6
6
|
reapOrphanChannelMcps
|
|
7
7
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1596,4 +1596,4 @@ export {
|
|
|
1596
1596
|
stopAllSessionsAndWait,
|
|
1597
1597
|
getProjectDir
|
|
1598
1598
|
};
|
|
1599
|
-
//# sourceMappingURL=chunk-
|
|
1599
|
+
//# sourceMappingURL=chunk-XKX2HEQY.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-56AY3LH6.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-I7SKUE2Q.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
provisionStopHook,
|
|
18
18
|
requireHost,
|
|
19
19
|
safeWriteJsonAtomic
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-HC7B2OVZ.js";
|
|
21
21
|
import {
|
|
22
22
|
getProjectDir as getProjectDir2,
|
|
23
23
|
getReadyTasks,
|
|
@@ -56,7 +56,7 @@ import {
|
|
|
56
56
|
stopPersistentSession,
|
|
57
57
|
takeWatchdogGiveUpCount,
|
|
58
58
|
takeZombieDetection
|
|
59
|
-
} from "../chunk-
|
|
59
|
+
} from "../chunk-XKX2HEQY.js";
|
|
60
60
|
import {
|
|
61
61
|
KANBAN_CHECK_COMMAND,
|
|
62
62
|
SUPPRESS_SENTINEL,
|
|
@@ -83,7 +83,7 @@ import {
|
|
|
83
83
|
resolveDmTarget,
|
|
84
84
|
worseConnectivityOutcome,
|
|
85
85
|
wrapScheduledTaskPrompt
|
|
86
|
-
} from "../chunk-
|
|
86
|
+
} from "../chunk-KZGU4X3A.js";
|
|
87
87
|
import {
|
|
88
88
|
parsePsRows,
|
|
89
89
|
reapOrphanChannelMcps
|
|
@@ -4690,7 +4690,7 @@ var cachedMaintenanceWindow = null;
|
|
|
4690
4690
|
var lastVersionCheckAt = 0;
|
|
4691
4691
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
4692
4692
|
var lastResponsivenessProbeAt = 0;
|
|
4693
|
-
var agtCliVersion = true ? "0.27.
|
|
4693
|
+
var agtCliVersion = true ? "0.27.135" : "dev";
|
|
4694
4694
|
function resolveBrewPath(execFileSync4) {
|
|
4695
4695
|
try {
|
|
4696
4696
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -5887,7 +5887,7 @@ async function pollCycle() {
|
|
|
5887
5887
|
}
|
|
5888
5888
|
try {
|
|
5889
5889
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
5890
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
5890
|
+
const { collectDiagnostics } = await import("../persistent-session-56AY3LH6.js");
|
|
5891
5891
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
5892
5892
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
5893
5893
|
let tailscaleHostname;
|
|
@@ -5974,12 +5974,12 @@ async function pollCycle() {
|
|
|
5974
5974
|
const {
|
|
5975
5975
|
collectResponsivenessProbes,
|
|
5976
5976
|
getResponsivenessIntervalMs
|
|
5977
|
-
} = await import("../responsiveness-probe-
|
|
5977
|
+
} = await import("../responsiveness-probe-L6B7WINR.js");
|
|
5978
5978
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
5979
5979
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
5980
5980
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
5981
5981
|
if (probeCodeNames.length > 0) {
|
|
5982
|
-
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-
|
|
5982
|
+
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-56AY3LH6.js");
|
|
5983
5983
|
const drainedGiveUps = /* @__PURE__ */ new Map();
|
|
5984
5984
|
const drainedAcpxFailures = /* @__PURE__ */ new Map();
|
|
5985
5985
|
const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
|
|
@@ -6013,7 +6013,7 @@ async function pollCycle() {
|
|
|
6013
6013
|
collectResponsivenessProbes,
|
|
6014
6014
|
livePendingInboundOldestAgeSeconds,
|
|
6015
6015
|
deadLetterPendingInbound
|
|
6016
|
-
} = await import("../responsiveness-probe-
|
|
6016
|
+
} = await import("../responsiveness-probe-L6B7WINR.js");
|
|
6017
6017
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
6018
6018
|
const liveAgents = agentState.persistentSessionAgents;
|
|
6019
6019
|
for (const tracked of consecutiveWedgeCycles.keys()) {
|
|
@@ -10519,7 +10519,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10519
10519
|
killPairSession,
|
|
10520
10520
|
pairTmuxSession,
|
|
10521
10521
|
finalizeClaudePairOnboarding
|
|
10522
|
-
} = await import("../claude-pair-runtime-
|
|
10522
|
+
} = await import("../claude-pair-runtime-I7SKUE2Q.js");
|
|
10523
10523
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10524
10524
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10525
10525
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -25,8 +25,8 @@ import {
|
|
|
25
25
|
takeAcpxExecFailureCount,
|
|
26
26
|
takeZombieDetection,
|
|
27
27
|
writePersistentClaudeWrapper
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-XKX2HEQY.js";
|
|
29
|
+
import "./chunk-KZGU4X3A.js";
|
|
30
30
|
import "./chunk-XWVM4KPK.js";
|
|
31
31
|
export {
|
|
32
32
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -56,4 +56,4 @@ export {
|
|
|
56
56
|
takeZombieDetection,
|
|
57
57
|
writePersistentClaudeWrapper
|
|
58
58
|
};
|
|
59
|
-
//# sourceMappingURL=persistent-session-
|
|
59
|
+
//# sourceMappingURL=persistent-session-56AY3LH6.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-XKX2HEQY.js";
|
|
4
|
+
import "./chunk-KZGU4X3A.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -154,4 +154,4 @@ export {
|
|
|
154
154
|
livePendingInboundOldestAgeSeconds,
|
|
155
155
|
oldestLivePendingInboundMtimeMs
|
|
156
156
|
};
|
|
157
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
157
|
+
//# sourceMappingURL=responsiveness-probe-L6B7WINR.js.map
|