@integrity-labs/agt-cli 0.28.544 → 0.28.545
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-OG6SZTC7.js → chunk-6CHFBMJM.js} +3 -3
- package/dist/{chunk-QDCKLUU7.js → chunk-QPSEQLSI.js} +1 -1
- package/dist/{chunk-QDCKLUU7.js.map → chunk-QPSEQLSI.js.map} +1 -1
- package/dist/{claude-pair-runtime-34ZO2AFF.js → claude-pair-runtime-R3R5OWDM.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/mcp/index.js +4 -3
- package/dist/{persistent-session-MH5URKMO.js → persistent-session-FM5746XM.js} +2 -2
- package/dist/{responsiveness-probe-NVP34464.js → responsiveness-probe-WZMDBY3T.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-OG6SZTC7.js.map → chunk-6CHFBMJM.js.map} +0 -0
- /package/dist/{claude-pair-runtime-34ZO2AFF.js.map → claude-pair-runtime-R3R5OWDM.js.map} +0 -0
- /package/dist/{persistent-session-MH5URKMO.js.map → persistent-session-FM5746XM.js.map} +0 -0
- /package/dist/{responsiveness-probe-NVP34464.js.map → responsiveness-probe-WZMDBY3T.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-FM5746XM.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-R3R5OWDM.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-6CHFBMJM.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -181,7 +181,7 @@ import {
|
|
|
181
181
|
toOpencodeModel,
|
|
182
182
|
transcriptActivityAgeSeconds,
|
|
183
183
|
writeEgressAllowlist
|
|
184
|
-
} from "../chunk-
|
|
184
|
+
} from "../chunk-QPSEQLSI.js";
|
|
185
185
|
import {
|
|
186
186
|
reapOrphanChannelMcps
|
|
187
187
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -10455,7 +10455,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
10455
10455
|
var lastVersionCheckAt = 0;
|
|
10456
10456
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
10457
10457
|
var lastResponsivenessProbeAt = 0;
|
|
10458
|
-
var agtCliVersion = true ? "0.28.
|
|
10458
|
+
var agtCliVersion = true ? "0.28.545" : "dev";
|
|
10459
10459
|
function resolveBrewPath(execFileSync2) {
|
|
10460
10460
|
try {
|
|
10461
10461
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -11759,7 +11759,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
11759
11759
|
if (codeNames.length === 0) return;
|
|
11760
11760
|
void (async () => {
|
|
11761
11761
|
try {
|
|
11762
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11762
|
+
const { collectDiagnostics } = await import("../persistent-session-FM5746XM.js");
|
|
11763
11763
|
await api.post("/host/heartbeat", {
|
|
11764
11764
|
host_id: hostId,
|
|
11765
11765
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -11867,7 +11867,7 @@ async function pollCycle() {
|
|
|
11867
11867
|
}
|
|
11868
11868
|
try {
|
|
11869
11869
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
11870
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11870
|
+
const { collectDiagnostics } = await import("../persistent-session-FM5746XM.js");
|
|
11871
11871
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
11872
11872
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
|
|
11873
11873
|
let tailscaleHostname;
|
|
@@ -11990,7 +11990,7 @@ async function pollCycle() {
|
|
|
11990
11990
|
collectPanelessActivityProbes,
|
|
11991
11991
|
getResponsivenessIntervalMs,
|
|
11992
11992
|
occupancyQualificationClassifications
|
|
11993
|
-
} = await import("../responsiveness-probe-
|
|
11993
|
+
} = await import("../responsiveness-probe-WZMDBY3T.js");
|
|
11994
11994
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
11995
11995
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
11996
11996
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -12081,7 +12081,7 @@ async function pollCycle() {
|
|
|
12081
12081
|
collectResponsivenessProbes,
|
|
12082
12082
|
livePendingInboundOldestAgeSeconds,
|
|
12083
12083
|
parkPendingInbound
|
|
12084
|
-
} = await import("../responsiveness-probe-
|
|
12084
|
+
} = await import("../responsiveness-probe-WZMDBY3T.js");
|
|
12085
12085
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
12086
12086
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
12087
12087
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -15611,7 +15611,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
15611
15611
|
void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
|
|
15612
15612
|
void (async () => {
|
|
15613
15613
|
try {
|
|
15614
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15614
|
+
const { collectDiagnostics } = await import("../persistent-session-FM5746XM.js");
|
|
15615
15615
|
await api.post("/host/heartbeat", {
|
|
15616
15616
|
host_id: hostId,
|
|
15617
15617
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15661,7 +15661,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
15661
15661
|
}
|
|
15662
15662
|
try {
|
|
15663
15663
|
const hostId = await getHostId();
|
|
15664
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15664
|
+
const { collectDiagnostics } = await import("../persistent-session-FM5746XM.js");
|
|
15665
15665
|
await api.post("/host/heartbeat", {
|
|
15666
15666
|
host_id: hostId,
|
|
15667
15667
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -16185,7 +16185,7 @@ async function processClaudePairSessions(agents) {
|
|
|
16185
16185
|
killPairSession,
|
|
16186
16186
|
pairTmuxSession,
|
|
16187
16187
|
finalizeClaudePairOnboarding
|
|
16188
|
-
} = await import("../claude-pair-runtime-
|
|
16188
|
+
} = await import("../claude-pair-runtime-R3R5OWDM.js");
|
|
16189
16189
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
16190
16190
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
16191
16191
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
package/dist/mcp/index.js
CHANGED
|
@@ -21834,9 +21834,10 @@ ${footer}` : "")
|
|
|
21834
21834
|
const assignHint = a.same_team ? `kanban_assign target_agent="${a.code_name}"` : `kanban_assign target_agent="${a.code_name}" target_team="${a.team_slug}"`;
|
|
21835
21835
|
return ` \u2022 ${a.code_name} (${a.display_name}) - ${scope} [team: ${a.team_name}]${slackTag(a.slack_user_id)} \u2192 ${assignHint}`;
|
|
21836
21836
|
});
|
|
21837
|
-
const peopleLines = people.map(
|
|
21838
|
-
|
|
21839
|
-
)
|
|
21837
|
+
const peopleLines = people.map((p) => {
|
|
21838
|
+
const idClause = p.person_id ? ` [person_id: ${p.person_id}]` : "";
|
|
21839
|
+
return ` \u2022 ${p.name ?? p.email} <${p.email}>${slackTag(p.slack_user_id)}${idClause} \u2192 assign_kanban_to_human assignee_email="${p.email}"`;
|
|
21840
|
+
});
|
|
21840
21841
|
const sections = [];
|
|
21841
21842
|
if (agents.length > 0) {
|
|
21842
21843
|
sections.push(`Agents (${scopedCount(agents.length, data.scope)}):
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
writeDirectChatSessionState,
|
|
42
42
|
writeEgressAllowlist,
|
|
43
43
|
writePersistentClaudeWrapper
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-QPSEQLSI.js";
|
|
45
45
|
import "./chunk-XWVM4KPK.js";
|
|
46
46
|
export {
|
|
47
47
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
writeEgressAllowlist,
|
|
88
88
|
writePersistentClaudeWrapper
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=persistent-session-
|
|
90
|
+
//# sourceMappingURL=persistent-session-FM5746XM.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QPSEQLSI.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -689,4 +689,4 @@ export {
|
|
|
689
689
|
readAndResetSlackReplyBindingClassifications,
|
|
690
690
|
readAndResetSlackReplyTargetClassifications
|
|
691
691
|
};
|
|
692
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
692
|
+
//# sourceMappingURL=responsiveness-probe-WZMDBY3T.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|