@integrity-labs/agt-cli 0.28.98 → 0.28.99
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-TRKWWYRN.js → chunk-IPSZZQ3D.js} +35 -2
- package/dist/{chunk-TRKWWYRN.js.map → chunk-IPSZZQ3D.js.map} +1 -1
- package/dist/{chunk-5ZYUJDOX.js → chunk-QPQRF6F4.js} +3 -3
- package/dist/{chunk-5NQ652SP.js → chunk-TGGRM5NJ.js} +2 -2
- package/dist/{claude-pair-runtime-2ISKH4M2.js → claude-pair-runtime-LDBMWVTP.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/mcp/telegram-channel.js +6 -2
- package/dist/{persistent-session-KAOPVQPC.js → persistent-session-3OABTEPN.js} +3 -3
- package/dist/{responsiveness-probe-OJPF6XDF.js → responsiveness-probe-IES7QHV5.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-5ZYUJDOX.js.map → chunk-QPQRF6F4.js.map} +0 -0
- /package/dist/{chunk-5NQ652SP.js.map → chunk-TGGRM5NJ.js.map} +0 -0
- /package/dist/{claude-pair-runtime-2ISKH4M2.js.map → claude-pair-runtime-LDBMWVTP.js.map} +0 -0
- /package/dist/{persistent-session-KAOPVQPC.js.map → persistent-session-3OABTEPN.js.map} +0 -0
- /package/dist/{responsiveness-probe-OJPF6XDF.js.map → responsiveness-probe-IES7QHV5.js.map} +0 -0
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
resolveConnectivityProbe,
|
|
23
23
|
worseConnectivityOutcome,
|
|
24
24
|
wrapScheduledTaskPrompt
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-IPSZZQ3D.js";
|
|
26
26
|
|
|
27
27
|
// ../../packages/core/dist/integrations/registry.js
|
|
28
28
|
var INTEGRATION_REGISTRY = [
|
|
@@ -7541,7 +7541,7 @@ function requireHost() {
|
|
|
7541
7541
|
}
|
|
7542
7542
|
|
|
7543
7543
|
// src/lib/api-client.ts
|
|
7544
|
-
var agtCliVersion = true ? "0.28.
|
|
7544
|
+
var agtCliVersion = true ? "0.28.99" : "dev";
|
|
7545
7545
|
var lastConfigHash = null;
|
|
7546
7546
|
function setConfigHash(hash) {
|
|
7547
7547
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8838,4 +8838,4 @@ export {
|
|
|
8838
8838
|
managerInstallSystemUnitCommand,
|
|
8839
8839
|
managerUninstallSystemUnitCommand
|
|
8840
8840
|
};
|
|
8841
|
-
//# sourceMappingURL=chunk-
|
|
8841
|
+
//# sourceMappingURL=chunk-QPQRF6F4.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-IPSZZQ3D.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1565,4 +1565,4 @@ export {
|
|
|
1565
1565
|
stopAllSessionsAndWait,
|
|
1566
1566
|
getProjectDir
|
|
1567
1567
|
};
|
|
1568
|
-
//# sourceMappingURL=chunk-
|
|
1568
|
+
//# sourceMappingURL=chunk-TGGRM5NJ.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-3OABTEPN.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-LDBMWVTP.js.map
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-QPQRF6F4.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -71,7 +71,7 @@ import {
|
|
|
71
71
|
takeZombieDetection,
|
|
72
72
|
transcriptActivityAgeSeconds,
|
|
73
73
|
writeEgressAllowlist
|
|
74
|
-
} from "../chunk-
|
|
74
|
+
} from "../chunk-TGGRM5NJ.js";
|
|
75
75
|
import {
|
|
76
76
|
FLAGS_SCHEMA_VERSION,
|
|
77
77
|
FLAG_REGISTRY,
|
|
@@ -106,7 +106,7 @@ import {
|
|
|
106
106
|
resolveDmTarget,
|
|
107
107
|
sumTranscriptUsageInWindow,
|
|
108
108
|
wrapScheduledTaskPrompt
|
|
109
|
-
} from "../chunk-
|
|
109
|
+
} from "../chunk-IPSZZQ3D.js";
|
|
110
110
|
import {
|
|
111
111
|
parsePsRows,
|
|
112
112
|
reapOrphanChannelMcps
|
|
@@ -6961,7 +6961,7 @@ var cachedMaintenanceWindow = null;
|
|
|
6961
6961
|
var lastVersionCheckAt = 0;
|
|
6962
6962
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6963
6963
|
var lastResponsivenessProbeAt = 0;
|
|
6964
|
-
var agtCliVersion = true ? "0.28.
|
|
6964
|
+
var agtCliVersion = true ? "0.28.99" : "dev";
|
|
6965
6965
|
function resolveBrewPath(execFileSync4) {
|
|
6966
6966
|
try {
|
|
6967
6967
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -8072,7 +8072,7 @@ async function pollCycle() {
|
|
|
8072
8072
|
}
|
|
8073
8073
|
try {
|
|
8074
8074
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
8075
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
8075
|
+
const { collectDiagnostics } = await import("../persistent-session-3OABTEPN.js");
|
|
8076
8076
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
8077
8077
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
8078
8078
|
let tailscaleHostname;
|
|
@@ -8173,7 +8173,7 @@ async function pollCycle() {
|
|
|
8173
8173
|
const {
|
|
8174
8174
|
collectResponsivenessProbes,
|
|
8175
8175
|
getResponsivenessIntervalMs
|
|
8176
|
-
} = await import("../responsiveness-probe-
|
|
8176
|
+
} = await import("../responsiveness-probe-IES7QHV5.js");
|
|
8177
8177
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
8178
8178
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
8179
8179
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -8205,7 +8205,7 @@ async function pollCycle() {
|
|
|
8205
8205
|
collectResponsivenessProbes,
|
|
8206
8206
|
livePendingInboundOldestAgeSeconds,
|
|
8207
8207
|
parkPendingInbound
|
|
8208
|
-
} = await import("../responsiveness-probe-
|
|
8208
|
+
} = await import("../responsiveness-probe-IES7QHV5.js");
|
|
8209
8209
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
8210
8210
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
8211
8211
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -11733,7 +11733,7 @@ async function processClaudePairSessions(agents) {
|
|
|
11733
11733
|
killPairSession,
|
|
11734
11734
|
pairTmuxSession,
|
|
11735
11735
|
finalizeClaudePairOnboarding
|
|
11736
|
-
} = await import("../claude-pair-runtime-
|
|
11736
|
+
} = await import("../claude-pair-runtime-LDBMWVTP.js");
|
|
11737
11737
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
11738
11738
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
11739
11739
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -15698,14 +15698,18 @@ var RESTART = {
|
|
|
15698
15698
|
command: "restart",
|
|
15699
15699
|
description: "Restart this agent"
|
|
15700
15700
|
};
|
|
15701
|
+
var ONBOARD = {
|
|
15702
|
+
command: "onboard",
|
|
15703
|
+
description: "Re-run this agent's onboarding (re-interview; config kept)"
|
|
15704
|
+
};
|
|
15701
15705
|
var INVESTIGATE = {
|
|
15702
15706
|
command: "investigate",
|
|
15703
15707
|
description: "Live tail of this agent's terminal pane (operators only)"
|
|
15704
15708
|
};
|
|
15705
15709
|
function buildCommandRegistrations() {
|
|
15706
15710
|
return [
|
|
15707
|
-
{ scope: { type: "default" }, commands: [HELP, STATUS, RESTART] },
|
|
15708
|
-
{ scope: { type: "all_private_chats" }, commands: [HELP, STATUS, RESTART, INVESTIGATE] }
|
|
15711
|
+
{ scope: { type: "default" }, commands: [HELP, STATUS, RESTART, ONBOARD] },
|
|
15712
|
+
{ scope: { type: "all_private_chats" }, commands: [HELP, STATUS, RESTART, ONBOARD, INVESTIGATE] }
|
|
15709
15713
|
];
|
|
15710
15714
|
}
|
|
15711
15715
|
|
|
@@ -34,8 +34,8 @@ import {
|
|
|
34
34
|
writeDirectChatSessionState,
|
|
35
35
|
writeEgressAllowlist,
|
|
36
36
|
writePersistentClaudeWrapper
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import "./chunk-
|
|
37
|
+
} from "./chunk-TGGRM5NJ.js";
|
|
38
|
+
import "./chunk-IPSZZQ3D.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-3OABTEPN.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-TGGRM5NJ.js";
|
|
4
|
+
import "./chunk-IPSZZQ3D.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-IES7QHV5.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|