@integrity-labs/agt-cli 0.28.418 → 0.28.419
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-IE7ZJKF3.js → chunk-IKQHNN7I.js} +3 -3
- package/dist/{chunk-IE7ZJKF3.js.map → chunk-IKQHNN7I.js.map} +1 -1
- package/dist/{chunk-4OLSHG7F.js → chunk-W63FDJBY.js} +11 -3
- package/dist/chunk-W63FDJBY.js.map +1 -0
- package/dist/{claude-pair-runtime-CYJFIF2Z.js → claude-pair-runtime-UOH5MOK4.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/mcp/direct-chat-channel.js +2 -2
- package/dist/mcp/origami.js +2 -2
- package/dist/mcp/slack-channel.js +2 -2
- package/dist/mcp/telegram-channel.js +2 -2
- package/dist/mcp/xero.js +1251 -1096
- package/dist/{persistent-session-B7E5ZX2C.js → persistent-session-AYCUX4DJ.js} +2 -2
- package/dist/{responsiveness-probe-NQIEWYTJ.js → responsiveness-probe-AQUOYHCE.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-4OLSHG7F.js.map +0 -1
- /package/dist/{claude-pair-runtime-CYJFIF2Z.js.map → claude-pair-runtime-UOH5MOK4.js.map} +0 -0
- /package/dist/{persistent-session-B7E5ZX2C.js.map → persistent-session-AYCUX4DJ.js.map} +0 -0
- /package/dist/{responsiveness-probe-NQIEWYTJ.js.map → responsiveness-probe-AQUOYHCE.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-AYCUX4DJ.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-UOH5MOK4.js.map
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
resolveEffectivePinRaw,
|
|
46
46
|
safeWriteJsonAtomic,
|
|
47
47
|
setConfigHash
|
|
48
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-W63FDJBY.js";
|
|
49
49
|
import {
|
|
50
50
|
getProjectDir as getProjectDir2,
|
|
51
51
|
getReadyTasks,
|
|
@@ -150,7 +150,7 @@ import {
|
|
|
150
150
|
toOpencodeModel,
|
|
151
151
|
transcriptActivityAgeSeconds,
|
|
152
152
|
writeEgressAllowlist
|
|
153
|
-
} from "../chunk-
|
|
153
|
+
} from "../chunk-IKQHNN7I.js";
|
|
154
154
|
import {
|
|
155
155
|
reapOrphanChannelMcps
|
|
156
156
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -9458,7 +9458,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
9458
9458
|
var lastVersionCheckAt = 0;
|
|
9459
9459
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
9460
9460
|
var lastResponsivenessProbeAt = 0;
|
|
9461
|
-
var agtCliVersion = true ? "0.28.
|
|
9461
|
+
var agtCliVersion = true ? "0.28.419" : "dev";
|
|
9462
9462
|
function resolveBrewPath(execFileSync2) {
|
|
9463
9463
|
try {
|
|
9464
9464
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -10606,7 +10606,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
10606
10606
|
if (codeNames.length === 0) return;
|
|
10607
10607
|
void (async () => {
|
|
10608
10608
|
try {
|
|
10609
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
10609
|
+
const { collectDiagnostics } = await import("../persistent-session-AYCUX4DJ.js");
|
|
10610
10610
|
await api.post("/host/heartbeat", {
|
|
10611
10611
|
host_id: hostId,
|
|
10612
10612
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor)
|
|
@@ -10713,7 +10713,7 @@ async function pollCycle() {
|
|
|
10713
10713
|
}
|
|
10714
10714
|
try {
|
|
10715
10715
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
10716
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
10716
|
+
const { collectDiagnostics } = await import("../persistent-session-AYCUX4DJ.js");
|
|
10717
10717
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
10718
10718
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor) : void 0;
|
|
10719
10719
|
let tailscaleHostname;
|
|
@@ -10827,7 +10827,7 @@ async function pollCycle() {
|
|
|
10827
10827
|
collectResponsivenessProbes,
|
|
10828
10828
|
collectPanelessActivityProbes,
|
|
10829
10829
|
getResponsivenessIntervalMs
|
|
10830
|
-
} = await import("../responsiveness-probe-
|
|
10830
|
+
} = await import("../responsiveness-probe-AQUOYHCE.js");
|
|
10831
10831
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
10832
10832
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
10833
10833
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -10866,7 +10866,7 @@ async function pollCycle() {
|
|
|
10866
10866
|
collectResponsivenessProbes,
|
|
10867
10867
|
livePendingInboundOldestAgeSeconds,
|
|
10868
10868
|
parkPendingInbound
|
|
10869
|
-
} = await import("../responsiveness-probe-
|
|
10869
|
+
} = await import("../responsiveness-probe-AQUOYHCE.js");
|
|
10870
10870
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-HYOOQV4A.js");
|
|
10871
10871
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
10872
10872
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -14177,7 +14177,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
14177
14177
|
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}`));
|
|
14178
14178
|
void (async () => {
|
|
14179
14179
|
try {
|
|
14180
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14180
|
+
const { collectDiagnostics } = await import("../persistent-session-AYCUX4DJ.js");
|
|
14181
14181
|
await api.post("/host/heartbeat", {
|
|
14182
14182
|
host_id: hostId,
|
|
14183
14183
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor)
|
|
@@ -14227,7 +14227,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
14227
14227
|
}
|
|
14228
14228
|
try {
|
|
14229
14229
|
const hostId = await getHostId();
|
|
14230
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14230
|
+
const { collectDiagnostics } = await import("../persistent-session-AYCUX4DJ.js");
|
|
14231
14231
|
await api.post("/host/heartbeat", {
|
|
14232
14232
|
host_id: hostId,
|
|
14233
14233
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor)
|
|
@@ -14680,7 +14680,7 @@ async function processClaudePairSessions(agents) {
|
|
|
14680
14680
|
killPairSession,
|
|
14681
14681
|
pairTmuxSession,
|
|
14682
14682
|
finalizeClaudePairOnboarding
|
|
14683
|
-
} = await import("../claude-pair-runtime-
|
|
14683
|
+
} = await import("../claude-pair-runtime-UOH5MOK4.js");
|
|
14684
14684
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
14685
14685
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
14686
14686
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -34458,9 +34458,9 @@ var FLAG_REGISTRY = [
|
|
|
34458
34458
|
// migration 20260714000005. flag-archive-allow: team-scoped-visibility superseded by unconditional default (ENG-7754)
|
|
34459
34459
|
{
|
|
34460
34460
|
key: "channel-busy-ack",
|
|
34461
|
-
description: "Busy-but-alive ack notices when an agent is mid-task (ENG-6180).
|
|
34461
|
+
description: "Busy-but-alive ack notices when an agent is mid-task (ENG-6180). Default ON (ENG-8039: the feature was introduced dark on 2026-07-16 and never fired in prod). Set AGT_CHANNEL_BUSY_ACK_ENABLED=false or override via the Feature Flags admin page to disable per-host.",
|
|
34462
34462
|
flagType: "boolean",
|
|
34463
|
-
defaultValue:
|
|
34463
|
+
defaultValue: true,
|
|
34464
34464
|
envVar: "AGT_CHANNEL_BUSY_ACK_ENABLED"
|
|
34465
34465
|
},
|
|
34466
34466
|
{
|
package/dist/mcp/origami.js
CHANGED
|
@@ -40074,9 +40074,9 @@ var FLAG_REGISTRY = [
|
|
|
40074
40074
|
// migration 20260714000005. flag-archive-allow: team-scoped-visibility superseded by unconditional default (ENG-7754)
|
|
40075
40075
|
{
|
|
40076
40076
|
key: "channel-busy-ack",
|
|
40077
|
-
description: "Busy-but-alive ack notices when an agent is mid-task (ENG-6180).
|
|
40077
|
+
description: "Busy-but-alive ack notices when an agent is mid-task (ENG-6180). Default ON (ENG-8039: the feature was introduced dark on 2026-07-16 and never fired in prod). Set AGT_CHANNEL_BUSY_ACK_ENABLED=false or override via the Feature Flags admin page to disable per-host.",
|
|
40078
40078
|
flagType: "boolean",
|
|
40079
|
-
defaultValue:
|
|
40079
|
+
defaultValue: true,
|
|
40080
40080
|
envVar: "AGT_CHANNEL_BUSY_ACK_ENABLED"
|
|
40081
40081
|
},
|
|
40082
40082
|
{
|
|
@@ -33993,9 +33993,9 @@ var FLAG_REGISTRY = [
|
|
|
33993
33993
|
// migration 20260714000005. flag-archive-allow: team-scoped-visibility superseded by unconditional default (ENG-7754)
|
|
33994
33994
|
{
|
|
33995
33995
|
key: "channel-busy-ack",
|
|
33996
|
-
description: "Busy-but-alive ack notices when an agent is mid-task (ENG-6180).
|
|
33996
|
+
description: "Busy-but-alive ack notices when an agent is mid-task (ENG-6180). Default ON (ENG-8039: the feature was introduced dark on 2026-07-16 and never fired in prod). Set AGT_CHANNEL_BUSY_ACK_ENABLED=false or override via the Feature Flags admin page to disable per-host.",
|
|
33997
33997
|
flagType: "boolean",
|
|
33998
|
-
defaultValue:
|
|
33998
|
+
defaultValue: true,
|
|
33999
33999
|
envVar: "AGT_CHANNEL_BUSY_ACK_ENABLED"
|
|
34000
34000
|
},
|
|
34001
34001
|
{
|
|
@@ -34343,9 +34343,9 @@ var FLAG_REGISTRY = [
|
|
|
34343
34343
|
// migration 20260714000005. flag-archive-allow: team-scoped-visibility superseded by unconditional default (ENG-7754)
|
|
34344
34344
|
{
|
|
34345
34345
|
key: "channel-busy-ack",
|
|
34346
|
-
description: "Busy-but-alive ack notices when an agent is mid-task (ENG-6180).
|
|
34346
|
+
description: "Busy-but-alive ack notices when an agent is mid-task (ENG-6180). Default ON (ENG-8039: the feature was introduced dark on 2026-07-16 and never fired in prod). Set AGT_CHANNEL_BUSY_ACK_ENABLED=false or override via the Feature Flags admin page to disable per-host.",
|
|
34347
34347
|
flagType: "boolean",
|
|
34348
|
-
defaultValue:
|
|
34348
|
+
defaultValue: true,
|
|
34349
34349
|
envVar: "AGT_CHANNEL_BUSY_ACK_ENABLED"
|
|
34350
34350
|
},
|
|
34351
34351
|
{
|