@integrity-labs/agt-cli 0.28.90 → 0.28.91
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-UB2LZXAL.js → chunk-ELCO6VIJ.js} +13 -1
- package/dist/chunk-ELCO6VIJ.js.map +1 -0
- package/dist/{chunk-II75Z6KB.js → chunk-GO3OXGPM.js} +2 -2
- package/dist/{chunk-BNQ5JQGO.js → chunk-Y4UI2QAF.js} +3 -3
- package/dist/{claude-pair-runtime-UYTK55XK.js → claude-pair-runtime-4OZQZQEP.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/{persistent-session-IODNIQ2L.js → persistent-session-JNYVPBFG.js} +3 -3
- package/dist/{responsiveness-probe-SBJXVSQH.js → responsiveness-probe-OKAANVK6.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-UB2LZXAL.js.map +0 -1
- /package/dist/{chunk-II75Z6KB.js.map → chunk-GO3OXGPM.js.map} +0 -0
- /package/dist/{chunk-BNQ5JQGO.js.map → chunk-Y4UI2QAF.js.map} +0 -0
- /package/dist/{claude-pair-runtime-UYTK55XK.js.map → claude-pair-runtime-4OZQZQEP.js.map} +0 -0
- /package/dist/{persistent-session-IODNIQ2L.js.map → persistent-session-JNYVPBFG.js.map} +0 -0
- /package/dist/{responsiveness-probe-SBJXVSQH.js.map → responsiveness-probe-OKAANVK6.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ELCO6VIJ.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1395,4 +1395,4 @@ export {
|
|
|
1395
1395
|
stopAllSessionsAndWait,
|
|
1396
1396
|
getProjectDir
|
|
1397
1397
|
};
|
|
1398
|
-
//# sourceMappingURL=chunk-
|
|
1398
|
+
//# sourceMappingURL=chunk-GO3OXGPM.js.map
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
resolveConnectivityProbe,
|
|
23
23
|
worseConnectivityOutcome,
|
|
24
24
|
wrapScheduledTaskPrompt
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-ELCO6VIJ.js";
|
|
26
26
|
|
|
27
27
|
// ../../packages/core/dist/integrations/registry.js
|
|
28
28
|
var INTEGRATION_REGISTRY = [
|
|
@@ -7533,7 +7533,7 @@ function requireHost() {
|
|
|
7533
7533
|
}
|
|
7534
7534
|
|
|
7535
7535
|
// src/lib/api-client.ts
|
|
7536
|
-
var agtCliVersion = true ? "0.28.
|
|
7536
|
+
var agtCliVersion = true ? "0.28.91" : "dev";
|
|
7537
7537
|
var lastConfigHash = null;
|
|
7538
7538
|
function setConfigHash(hash) {
|
|
7539
7539
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8830,4 +8830,4 @@ export {
|
|
|
8830
8830
|
managerInstallSystemUnitCommand,
|
|
8831
8831
|
managerUninstallSystemUnitCommand
|
|
8832
8832
|
};
|
|
8833
|
-
//# sourceMappingURL=chunk-
|
|
8833
|
+
//# sourceMappingURL=chunk-Y4UI2QAF.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-JNYVPBFG.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-4OZQZQEP.js.map
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-Y4UI2QAF.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
takeWatchdogGiveUpCount,
|
|
67
67
|
takeZombieDetection,
|
|
68
68
|
transcriptActivityAgeSeconds
|
|
69
|
-
} from "../chunk-
|
|
69
|
+
} from "../chunk-GO3OXGPM.js";
|
|
70
70
|
import {
|
|
71
71
|
FLAGS_SCHEMA_VERSION,
|
|
72
72
|
FLAG_REGISTRY,
|
|
@@ -101,7 +101,7 @@ import {
|
|
|
101
101
|
resolveDmTarget,
|
|
102
102
|
sumTranscriptUsageInWindow,
|
|
103
103
|
wrapScheduledTaskPrompt
|
|
104
|
-
} from "../chunk-
|
|
104
|
+
} from "../chunk-ELCO6VIJ.js";
|
|
105
105
|
import {
|
|
106
106
|
parsePsRows,
|
|
107
107
|
reapOrphanChannelMcps
|
|
@@ -6910,7 +6910,7 @@ var cachedMaintenanceWindow = null;
|
|
|
6910
6910
|
var lastVersionCheckAt = 0;
|
|
6911
6911
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6912
6912
|
var lastResponsivenessProbeAt = 0;
|
|
6913
|
-
var agtCliVersion = true ? "0.28.
|
|
6913
|
+
var agtCliVersion = true ? "0.28.91" : "dev";
|
|
6914
6914
|
function resolveBrewPath(execFileSync4) {
|
|
6915
6915
|
try {
|
|
6916
6916
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -8021,7 +8021,7 @@ async function pollCycle() {
|
|
|
8021
8021
|
}
|
|
8022
8022
|
try {
|
|
8023
8023
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
8024
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
8024
|
+
const { collectDiagnostics } = await import("../persistent-session-JNYVPBFG.js");
|
|
8025
8025
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
8026
8026
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
8027
8027
|
let tailscaleHostname;
|
|
@@ -8122,7 +8122,7 @@ async function pollCycle() {
|
|
|
8122
8122
|
const {
|
|
8123
8123
|
collectResponsivenessProbes,
|
|
8124
8124
|
getResponsivenessIntervalMs
|
|
8125
|
-
} = await import("../responsiveness-probe-
|
|
8125
|
+
} = await import("../responsiveness-probe-OKAANVK6.js");
|
|
8126
8126
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
8127
8127
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
8128
8128
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -8154,7 +8154,7 @@ async function pollCycle() {
|
|
|
8154
8154
|
collectResponsivenessProbes,
|
|
8155
8155
|
livePendingInboundOldestAgeSeconds,
|
|
8156
8156
|
parkPendingInbound
|
|
8157
|
-
} = await import("../responsiveness-probe-
|
|
8157
|
+
} = await import("../responsiveness-probe-OKAANVK6.js");
|
|
8158
8158
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
8159
8159
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
8160
8160
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -11625,7 +11625,7 @@ async function processClaudePairSessions(agents) {
|
|
|
11625
11625
|
killPairSession,
|
|
11626
11626
|
pairTmuxSession,
|
|
11627
11627
|
finalizeClaudePairOnboarding
|
|
11628
|
-
} = await import("../claude-pair-runtime-
|
|
11628
|
+
} = await import("../claude-pair-runtime-4OZQZQEP.js");
|
|
11629
11629
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
11630
11630
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
11631
11631
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -25,8 +25,8 @@ import {
|
|
|
25
25
|
takeZombieDetection,
|
|
26
26
|
writeDirectChatSessionState,
|
|
27
27
|
writePersistentClaudeWrapper
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-GO3OXGPM.js";
|
|
29
|
+
import "./chunk-ELCO6VIJ.js";
|
|
30
30
|
import "./chunk-XWVM4KPK.js";
|
|
31
31
|
export {
|
|
32
32
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -56,4 +56,4 @@ export {
|
|
|
56
56
|
writeDirectChatSessionState,
|
|
57
57
|
writePersistentClaudeWrapper
|
|
58
58
|
};
|
|
59
|
-
//# sourceMappingURL=persistent-session-
|
|
59
|
+
//# sourceMappingURL=persistent-session-JNYVPBFG.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-GO3OXGPM.js";
|
|
4
|
+
import "./chunk-ELCO6VIJ.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -250,4 +250,4 @@ export {
|
|
|
250
250
|
parkPendingInbound,
|
|
251
251
|
readAndResetChannelDeflections
|
|
252
252
|
};
|
|
253
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
253
|
+
//# sourceMappingURL=responsiveness-probe-OKAANVK6.js.map
|