@integrity-labs/agt-cli 0.28.58 → 0.28.60
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-SJRG5VUF.js → chunk-BCWB6A4G.js} +26 -1
- package/dist/chunk-BCWB6A4G.js.map +1 -0
- package/dist/{chunk-ZKHETP7Y.js → chunk-DC2QI6OD.js} +14 -22
- package/dist/{chunk-ZKHETP7Y.js.map → chunk-DC2QI6OD.js.map} +1 -1
- package/dist/{chunk-MKKTPM6J.js → chunk-IGP67S2Z.js} +2 -2
- package/dist/{claude-pair-runtime-RAAIXOKO.js → claude-pair-runtime-EVJVZCRI.js} +2 -2
- package/dist/lib/manager-worker.js +9 -12
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +8 -7
- package/dist/mcp/telegram-channel.js +5 -2
- package/dist/{persistent-session-INTCKEG6.js → persistent-session-3W3TQK73.js} +3 -3
- package/dist/{responsiveness-probe-XAYQAVLV.js → responsiveness-probe-5MXY5KYZ.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-SJRG5VUF.js.map +0 -1
- /package/dist/{chunk-MKKTPM6J.js.map → chunk-IGP67S2Z.js.map} +0 -0
- /package/dist/{claude-pair-runtime-RAAIXOKO.js.map → claude-pair-runtime-EVJVZCRI.js.map} +0 -0
- /package/dist/{persistent-session-INTCKEG6.js.map → persistent-session-3W3TQK73.js.map} +0 -0
- /package/dist/{responsiveness-probe-XAYQAVLV.js.map → responsiveness-probe-5MXY5KYZ.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-BCWB6A4G.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-IGP67S2Z.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-3W3TQK73.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-EVJVZCRI.js.map
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
requireHost,
|
|
28
28
|
safeWriteJsonAtomic,
|
|
29
29
|
setConfigHash
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-DC2QI6OD.js";
|
|
31
31
|
import {
|
|
32
32
|
getProjectDir as getProjectDir2,
|
|
33
33
|
getReadyTasks,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
takeWatchdogGiveUpCount,
|
|
66
66
|
takeZombieDetection,
|
|
67
67
|
transcriptActivityAgeSeconds
|
|
68
|
-
} from "../chunk-
|
|
68
|
+
} from "../chunk-IGP67S2Z.js";
|
|
69
69
|
import {
|
|
70
70
|
FLAGS_SCHEMA_VERSION,
|
|
71
71
|
FLAG_REGISTRY,
|
|
@@ -96,7 +96,7 @@ import {
|
|
|
96
96
|
resolveDmTarget,
|
|
97
97
|
sumTranscriptUsageInWindow,
|
|
98
98
|
wrapScheduledTaskPrompt
|
|
99
|
-
} from "../chunk-
|
|
99
|
+
} from "../chunk-BCWB6A4G.js";
|
|
100
100
|
import {
|
|
101
101
|
parsePsRows,
|
|
102
102
|
reapOrphanChannelMcps
|
|
@@ -827,7 +827,6 @@ function extractMsTeamsBehaviourSubset(config2) {
|
|
|
827
827
|
// src/lib/slack-behaviour-restart.ts
|
|
828
828
|
function extractSlackBehaviourSubset(config2) {
|
|
829
829
|
const rawAllowed = config2?.["allowed_users"];
|
|
830
|
-
const blockKitEnabled = config2?.["block_kit_enabled"] === true;
|
|
831
830
|
return {
|
|
832
831
|
thread_auto_follow: config2?.["thread_auto_follow"] ?? "off",
|
|
833
832
|
channel_response_mode: config2?.["channel_response_mode"] ?? "mention_only",
|
|
@@ -837,9 +836,7 @@ function extractSlackBehaviourSubset(config2) {
|
|
|
837
836
|
skip_reaction: (config2?.["skip_reaction"] ?? "").trim(),
|
|
838
837
|
// Mirror the adapter's defensive filter exactly — a malformed entry the
|
|
839
838
|
// adapter would drop must not count as an env change.
|
|
840
|
-
allowed_users: Array.isArray(rawAllowed) ? rawAllowed.filter((v) => typeof v === "string" && v.trim().length > 0).map((v) => v.trim()) : []
|
|
841
|
-
block_kit_enabled: blockKitEnabled,
|
|
842
|
-
block_kit_ask_user_enabled: blockKitEnabled && config2?.["block_kit_ask_user_enabled"] === true
|
|
839
|
+
allowed_users: Array.isArray(rawAllowed) ? rawAllowed.filter((v) => typeof v === "string" && v.trim().length > 0).map((v) => v.trim()) : []
|
|
843
840
|
};
|
|
844
841
|
}
|
|
845
842
|
|
|
@@ -6701,7 +6698,7 @@ var cachedMaintenanceWindow = null;
|
|
|
6701
6698
|
var lastVersionCheckAt = 0;
|
|
6702
6699
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6703
6700
|
var lastResponsivenessProbeAt = 0;
|
|
6704
|
-
var agtCliVersion = true ? "0.28.
|
|
6701
|
+
var agtCliVersion = true ? "0.28.60" : "dev";
|
|
6705
6702
|
function resolveBrewPath(execFileSync4) {
|
|
6706
6703
|
try {
|
|
6707
6704
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -7809,7 +7806,7 @@ async function pollCycle() {
|
|
|
7809
7806
|
}
|
|
7810
7807
|
try {
|
|
7811
7808
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
7812
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
7809
|
+
const { collectDiagnostics } = await import("../persistent-session-3W3TQK73.js");
|
|
7813
7810
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
7814
7811
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
7815
7812
|
let tailscaleHostname;
|
|
@@ -7910,7 +7907,7 @@ async function pollCycle() {
|
|
|
7910
7907
|
const {
|
|
7911
7908
|
collectResponsivenessProbes,
|
|
7912
7909
|
getResponsivenessIntervalMs
|
|
7913
|
-
} = await import("../responsiveness-probe-
|
|
7910
|
+
} = await import("../responsiveness-probe-5MXY5KYZ.js");
|
|
7914
7911
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
7915
7912
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
7916
7913
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -7942,7 +7939,7 @@ async function pollCycle() {
|
|
|
7942
7939
|
collectResponsivenessProbes,
|
|
7943
7940
|
livePendingInboundOldestAgeSeconds,
|
|
7944
7941
|
parkPendingInbound
|
|
7945
|
-
} = await import("../responsiveness-probe-
|
|
7942
|
+
} = await import("../responsiveness-probe-5MXY5KYZ.js");
|
|
7946
7943
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
7947
7944
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
7948
7945
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -11376,7 +11373,7 @@ async function processClaudePairSessions(agents) {
|
|
|
11376
11373
|
killPairSession,
|
|
11377
11374
|
pairTmuxSession,
|
|
11378
11375
|
finalizeClaudePairOnboarding
|
|
11379
|
-
} = await import("../claude-pair-runtime-
|
|
11376
|
+
} = await import("../claude-pair-runtime-EVJVZCRI.js");
|
|
11380
11377
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
11381
11378
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
11382
11379
|
const killed = await killPairSession(pairTmuxSession(pairId));
|