@integrity-labs/agt-cli 0.27.148 → 0.27.149
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-WOOYOAPG.js → chunk-A75AOK6E.js} +1 -1
- package/dist/chunk-A75AOK6E.js.map +1 -0
- package/dist/{chunk-J2HPXKP5.js → chunk-JLS7NQFE.js} +2 -2
- package/dist/{chunk-7AHH37GP.js → chunk-XWZMKHHG.js} +2 -2
- package/dist/{claude-pair-runtime-EZ4HC6D7.js → claude-pair-runtime-3ZIOY3Z5.js} +2 -2
- package/dist/lib/manager-worker.js +9 -9
- package/dist/{persistent-session-EUOWPJPS.js → persistent-session-ZLEK4KBF.js} +3 -3
- package/dist/{responsiveness-probe-IU3ALQYB.js → responsiveness-probe-3EUNCJDU.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-WOOYOAPG.js.map +0 -1
- /package/dist/{chunk-J2HPXKP5.js.map → chunk-JLS7NQFE.js.map} +0 -0
- /package/dist/{chunk-7AHH37GP.js.map → chunk-XWZMKHHG.js.map} +0 -0
- /package/dist/{claude-pair-runtime-EZ4HC6D7.js.map → claude-pair-runtime-3ZIOY3Z5.js.map} +0 -0
- /package/dist/{persistent-session-EUOWPJPS.js.map → persistent-session-ZLEK4KBF.js.map} +0 -0
- /package/dist/{responsiveness-probe-IU3ALQYB.js.map → responsiveness-probe-3EUNCJDU.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
claudeModelAlias,
|
|
3
3
|
isClaudeFastMode
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-A75AOK6E.js";
|
|
5
5
|
import {
|
|
6
6
|
reapOrphanChannelMcps
|
|
7
7
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1621,4 +1621,4 @@ export {
|
|
|
1621
1621
|
stopAllSessionsAndWait,
|
|
1622
1622
|
getProjectDir
|
|
1623
1623
|
};
|
|
1624
|
-
//# sourceMappingURL=chunk-
|
|
1624
|
+
//# sourceMappingURL=chunk-JLS7NQFE.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
registerFramework,
|
|
11
11
|
resolveAvatarEnvUrl,
|
|
12
12
|
wrapScheduledTaskPrompt
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-A75AOK6E.js";
|
|
14
14
|
|
|
15
15
|
// ../../packages/core/dist/integrations/registry.js
|
|
16
16
|
var INTEGRATION_REGISTRY = [
|
|
@@ -7972,4 +7972,4 @@ export {
|
|
|
7972
7972
|
managerInstallSystemUnitCommand,
|
|
7973
7973
|
managerUninstallSystemUnitCommand
|
|
7974
7974
|
};
|
|
7975
|
-
//# sourceMappingURL=chunk-
|
|
7975
|
+
//# sourceMappingURL=chunk-XWZMKHHG.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-ZLEK4KBF.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-3ZIOY3Z5.js.map
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
provisionStopHook,
|
|
20
20
|
requireHost,
|
|
21
21
|
safeWriteJsonAtomic
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-XWZMKHHG.js";
|
|
23
23
|
import {
|
|
24
24
|
getProjectDir as getProjectDir2,
|
|
25
25
|
getReadyTasks,
|
|
@@ -60,7 +60,7 @@ import {
|
|
|
60
60
|
takeWatchdogGiveUpCount,
|
|
61
61
|
takeZombieDetection,
|
|
62
62
|
transcriptActivityAgeSeconds
|
|
63
|
-
} from "../chunk-
|
|
63
|
+
} from "../chunk-JLS7NQFE.js";
|
|
64
64
|
import {
|
|
65
65
|
KANBAN_CHECK_COMMAND,
|
|
66
66
|
MAX_AVATAR_ENV_URL_BYTES,
|
|
@@ -89,7 +89,7 @@ import {
|
|
|
89
89
|
resolveDmTarget,
|
|
90
90
|
worseConnectivityOutcome,
|
|
91
91
|
wrapScheduledTaskPrompt
|
|
92
|
-
} from "../chunk-
|
|
92
|
+
} from "../chunk-A75AOK6E.js";
|
|
93
93
|
import {
|
|
94
94
|
parsePsRows,
|
|
95
95
|
reapOrphanChannelMcps
|
|
@@ -4776,7 +4776,7 @@ var cachedMaintenanceWindow = null;
|
|
|
4776
4776
|
var lastVersionCheckAt = 0;
|
|
4777
4777
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
4778
4778
|
var lastResponsivenessProbeAt = 0;
|
|
4779
|
-
var agtCliVersion = true ? "0.27.
|
|
4779
|
+
var agtCliVersion = true ? "0.27.149" : "dev";
|
|
4780
4780
|
function resolveBrewPath(execFileSync4) {
|
|
4781
4781
|
try {
|
|
4782
4782
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -5974,7 +5974,7 @@ async function pollCycle() {
|
|
|
5974
5974
|
}
|
|
5975
5975
|
try {
|
|
5976
5976
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
5977
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
5977
|
+
const { collectDiagnostics } = await import("../persistent-session-ZLEK4KBF.js");
|
|
5978
5978
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
5979
5979
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
5980
5980
|
let tailscaleHostname;
|
|
@@ -6061,12 +6061,12 @@ async function pollCycle() {
|
|
|
6061
6061
|
const {
|
|
6062
6062
|
collectResponsivenessProbes,
|
|
6063
6063
|
getResponsivenessIntervalMs
|
|
6064
|
-
} = await import("../responsiveness-probe-
|
|
6064
|
+
} = await import("../responsiveness-probe-3EUNCJDU.js");
|
|
6065
6065
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
6066
6066
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
6067
6067
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
6068
6068
|
if (probeCodeNames.length > 0) {
|
|
6069
|
-
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-
|
|
6069
|
+
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-ZLEK4KBF.js");
|
|
6070
6070
|
const drainedGiveUps = /* @__PURE__ */ new Map();
|
|
6071
6071
|
const drainedAcpxFailures = /* @__PURE__ */ new Map();
|
|
6072
6072
|
const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
|
|
@@ -6100,7 +6100,7 @@ async function pollCycle() {
|
|
|
6100
6100
|
collectResponsivenessProbes,
|
|
6101
6101
|
livePendingInboundOldestAgeSeconds,
|
|
6102
6102
|
deadLetterPendingInbound
|
|
6103
|
-
} = await import("../responsiveness-probe-
|
|
6103
|
+
} = await import("../responsiveness-probe-3EUNCJDU.js");
|
|
6104
6104
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
6105
6105
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
6106
6106
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -10662,7 +10662,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10662
10662
|
killPairSession,
|
|
10663
10663
|
pairTmuxSession,
|
|
10664
10664
|
finalizeClaudePairOnboarding
|
|
10665
|
-
} = await import("../claude-pair-runtime-
|
|
10665
|
+
} = await import("../claude-pair-runtime-3ZIOY3Z5.js");
|
|
10666
10666
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10667
10667
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10668
10668
|
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-JLS7NQFE.js";
|
|
29
|
+
import "./chunk-A75AOK6E.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-ZLEK4KBF.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-JLS7NQFE.js";
|
|
4
|
+
import "./chunk-A75AOK6E.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-3EUNCJDU.js.map
|