@integrity-labs/agt-cli 0.27.47 → 0.27.49
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 +3 -3
- package/dist/{chunk-HBDUXLHC.js → chunk-5S322IC7.js} +2 -2
- package/dist/{chunk-HBDUXLHC.js.map → chunk-5S322IC7.js.map} +1 -1
- package/dist/{chunk-VOINOKGC.js → chunk-XYI2MY6F.js} +3 -1
- package/dist/chunk-XYI2MY6F.js.map +1 -0
- package/dist/{claude-pair-runtime-76VHV4X5.js → claude-pair-runtime-PZBLMYVH.js} +2 -2
- package/dist/lib/manager-worker.js +6 -6
- package/dist/{persistent-session-A26KX2DA.js → persistent-session-JRF3JXTC.js} +2 -2
- package/dist/{responsiveness-probe-JI2D5Y24.js → responsiveness-probe-JZLGWZFN.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-VOINOKGC.js.map +0 -1
- /package/dist/{claude-pair-runtime-76VHV4X5.js.map → claude-pair-runtime-PZBLMYVH.js.map} +0 -0
- /package/dist/{persistent-session-A26KX2DA.js.map → persistent-session-JRF3JXTC.js.map} +0 -0
- /package/dist/{responsiveness-probe-JI2D5Y24.js.map → responsiveness-probe-JZLGWZFN.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-JRF3JXTC.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-PZBLMYVH.js.map
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
provisionOrientHook,
|
|
16
16
|
provisionStopHook,
|
|
17
17
|
requireHost
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-XYI2MY6F.js";
|
|
19
19
|
import {
|
|
20
20
|
getProjectDir as getProjectDir2,
|
|
21
21
|
getReadyTasks,
|
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
stopAllSessionsAndWait,
|
|
47
47
|
stopPersistentSession,
|
|
48
48
|
takeZombieDetection
|
|
49
|
-
} from "../chunk-
|
|
49
|
+
} from "../chunk-5S322IC7.js";
|
|
50
50
|
import {
|
|
51
51
|
KANBAN_CHECK_COMMAND,
|
|
52
52
|
appendDmFooter,
|
|
@@ -3344,7 +3344,7 @@ var cachedFrameworkVersion = null;
|
|
|
3344
3344
|
var lastVersionCheckAt = 0;
|
|
3345
3345
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
3346
3346
|
var lastResponsivenessProbeAt = 0;
|
|
3347
|
-
var agtCliVersion = true ? "0.27.
|
|
3347
|
+
var agtCliVersion = true ? "0.27.49" : "dev";
|
|
3348
3348
|
function resolveBrewPath(execFileSync4) {
|
|
3349
3349
|
try {
|
|
3350
3350
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -4395,7 +4395,7 @@ async function pollCycle() {
|
|
|
4395
4395
|
}
|
|
4396
4396
|
try {
|
|
4397
4397
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
4398
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
4398
|
+
const { collectDiagnostics } = await import("../persistent-session-JRF3JXTC.js");
|
|
4399
4399
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
4400
4400
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
4401
4401
|
let tailscaleHostname;
|
|
@@ -4463,7 +4463,7 @@ async function pollCycle() {
|
|
|
4463
4463
|
const {
|
|
4464
4464
|
collectResponsivenessProbes,
|
|
4465
4465
|
getResponsivenessIntervalMs
|
|
4466
|
-
} = await import("../responsiveness-probe-
|
|
4466
|
+
} = await import("../responsiveness-probe-JZLGWZFN.js");
|
|
4467
4467
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
4468
4468
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
4469
4469
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -8523,7 +8523,7 @@ async function processClaudePairSessions(agents) {
|
|
|
8523
8523
|
killPairSession,
|
|
8524
8524
|
pairTmuxSession,
|
|
8525
8525
|
finalizeClaudePairOnboarding
|
|
8526
|
-
} = await import("../claude-pair-runtime-
|
|
8526
|
+
} = await import("../claude-pair-runtime-PZBLMYVH.js");
|
|
8527
8527
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
8528
8528
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
8529
8529
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
stopPersistentSession,
|
|
22
22
|
takeZombieDetection,
|
|
23
23
|
writePersistentClaudeWrapper
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-5S322IC7.js";
|
|
25
25
|
import "./chunk-UOHGOS3O.js";
|
|
26
26
|
import "./chunk-XWVM4KPK.js";
|
|
27
27
|
export {
|
|
@@ -48,4 +48,4 @@ export {
|
|
|
48
48
|
takeZombieDetection,
|
|
49
49
|
writePersistentClaudeWrapper
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=persistent-session-
|
|
51
|
+
//# sourceMappingURL=persistent-session-JRF3JXTC.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5S322IC7.js";
|
|
4
4
|
import "./chunk-UOHGOS3O.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
collectResponsivenessProbes,
|
|
31
31
|
getResponsivenessIntervalMs
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
33
|
+
//# sourceMappingURL=responsiveness-probe-JZLGWZFN.js.map
|