@integrity-labs/agt-cli 0.27.102 → 0.27.103
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-XZZXLKFL.js → chunk-I2OTQJH3.js} +3 -1
- package/dist/{chunk-XZZXLKFL.js.map → chunk-I2OTQJH3.js.map} +1 -1
- package/dist/{chunk-ZVNQXGJX.js → chunk-MQJ5DMPT.js} +2 -2
- package/dist/{chunk-4CBW3S76.js → chunk-UVHVXVVL.js} +2 -2
- package/dist/{claude-pair-runtime-Q23K5TTP.js → claude-pair-runtime-F6USL3EW.js} +2 -2
- package/dist/lib/manager-worker.js +9 -7
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-FG6IQD3I.js → persistent-session-OL5EDYB4.js} +3 -3
- package/dist/{responsiveness-probe-SQBFB4BN.js → responsiveness-probe-B6LJJRUD.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-ZVNQXGJX.js.map → chunk-MQJ5DMPT.js.map} +0 -0
- /package/dist/{chunk-4CBW3S76.js.map → chunk-UVHVXVVL.js.map} +0 -0
- /package/dist/{claude-pair-runtime-Q23K5TTP.js.map → claude-pair-runtime-F6USL3EW.js.map} +0 -0
- /package/dist/{persistent-session-FG6IQD3I.js.map → persistent-session-OL5EDYB4.js.map} +0 -0
- /package/dist/{responsiveness-probe-SQBFB4BN.js.map → responsiveness-probe-B6LJJRUD.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
claudeModelAlias,
|
|
3
3
|
isClaudeFastMode
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-I2OTQJH3.js";
|
|
5
5
|
import {
|
|
6
6
|
reapOrphanChannelMcps
|
|
7
7
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1557,4 +1557,4 @@ export {
|
|
|
1557
1557
|
stopAllSessionsAndWait,
|
|
1558
1558
|
getProjectDir
|
|
1559
1559
|
};
|
|
1560
|
-
//# sourceMappingURL=chunk-
|
|
1560
|
+
//# sourceMappingURL=chunk-MQJ5DMPT.js.map
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
parseDeliveryTarget,
|
|
10
10
|
registerFramework,
|
|
11
11
|
wrapScheduledTaskPrompt
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-I2OTQJH3.js";
|
|
13
13
|
|
|
14
14
|
// ../../packages/core/dist/integrations/registry.js
|
|
15
15
|
var INTEGRATION_REGISTRY = [
|
|
@@ -7586,4 +7586,4 @@ export {
|
|
|
7586
7586
|
managerInstallSystemUnitCommand,
|
|
7587
7587
|
managerUninstallSystemUnitCommand
|
|
7588
7588
|
};
|
|
7589
|
-
//# sourceMappingURL=chunk-
|
|
7589
|
+
//# sourceMappingURL=chunk-UVHVXVVL.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-OL5EDYB4.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-F6USL3EW.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
provisionStopHook,
|
|
18
18
|
requireHost,
|
|
19
19
|
safeWriteJsonAtomic
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-UVHVXVVL.js";
|
|
21
21
|
import {
|
|
22
22
|
getProjectDir as getProjectDir2,
|
|
23
23
|
getReadyTasks,
|
|
@@ -55,9 +55,10 @@ import {
|
|
|
55
55
|
stopPersistentSession,
|
|
56
56
|
takeWatchdogGiveUpCount,
|
|
57
57
|
takeZombieDetection
|
|
58
|
-
} from "../chunk-
|
|
58
|
+
} from "../chunk-MQJ5DMPT.js";
|
|
59
59
|
import {
|
|
60
60
|
KANBAN_CHECK_COMMAND,
|
|
61
|
+
SUPPRESS_SENTINEL,
|
|
61
62
|
appendDmFooter,
|
|
62
63
|
attributeTranscriptUsageByRun,
|
|
63
64
|
classifyActor,
|
|
@@ -78,7 +79,7 @@ import {
|
|
|
78
79
|
resolveConnectivityProbe,
|
|
79
80
|
resolveDmTarget,
|
|
80
81
|
wrapScheduledTaskPrompt
|
|
81
|
-
} from "../chunk-
|
|
82
|
+
} from "../chunk-I2OTQJH3.js";
|
|
82
83
|
import {
|
|
83
84
|
parsePsRows,
|
|
84
85
|
reapOrphanChannelMcps
|
|
@@ -4035,7 +4036,7 @@ var cachedMaintenanceWindow = null;
|
|
|
4035
4036
|
var lastVersionCheckAt = 0;
|
|
4036
4037
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
4037
4038
|
var lastResponsivenessProbeAt = 0;
|
|
4038
|
-
var agtCliVersion = true ? "0.27.
|
|
4039
|
+
var agtCliVersion = true ? "0.27.103" : "dev";
|
|
4039
4040
|
function resolveBrewPath(execFileSync4) {
|
|
4040
4041
|
try {
|
|
4041
4042
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -5228,7 +5229,7 @@ async function pollCycle() {
|
|
|
5228
5229
|
}
|
|
5229
5230
|
try {
|
|
5230
5231
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
5231
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
5232
|
+
const { collectDiagnostics } = await import("../persistent-session-OL5EDYB4.js");
|
|
5232
5233
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
5233
5234
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
5234
5235
|
let tailscaleHostname;
|
|
@@ -5315,7 +5316,7 @@ async function pollCycle() {
|
|
|
5315
5316
|
const {
|
|
5316
5317
|
collectResponsivenessProbes,
|
|
5317
5318
|
getResponsivenessIntervalMs
|
|
5318
|
-
} = await import("../responsiveness-probe-
|
|
5319
|
+
} = await import("../responsiveness-probe-B6LJJRUD.js");
|
|
5319
5320
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
5320
5321
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
5321
5322
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -7683,6 +7684,7 @@ async function routeScheduledTaskViaKanban(codeName, agentId, task, prompt) {
|
|
|
7683
7684
|
return false;
|
|
7684
7685
|
}
|
|
7685
7686
|
const nudge = `You have a new scheduled task on your kanban board: id=${kanban_item_id} title=${JSON.stringify(task.name)}. Call kanban_move("${kanban_item_id}", "in_progress"), do the work described on the card, then write the finished result onto the card and mark it done. Do NOT send, post, or message the result to anyone yourself \u2014 recording it on the card is enough; delivery to the recipient is handled for you.
|
|
7687
|
+
If \u2014 and ONLY if \u2014 the task description contains explicit opt-out wording the user typed (e.g. "DO NOT notify me unless urgent", "only if X", "stay silent unless \u2026") and that condition is NOT met this run, write exactly \`${SUPPRESS_SENTINEL}\` ALONE as the card result (no other text, no "nothing urgent", no notes) and mark the card done \u2014 that tells the delivery pipeline to skip the send. A report with zero items ("nothing urgent", "no follow-ups", "all quiet") is still a valid deliverable when the task asks for a digest, NOT a reason to suppress \u2014 when in doubt, deliver.
|
|
7686
7688
|
` + formatRunMarker(run_id);
|
|
7687
7689
|
let injectStatus;
|
|
7688
7690
|
try {
|
|
@@ -9650,7 +9652,7 @@ async function processClaudePairSessions(agents) {
|
|
|
9650
9652
|
killPairSession,
|
|
9651
9653
|
pairTmuxSession,
|
|
9652
9654
|
finalizeClaudePairOnboarding
|
|
9653
|
-
} = await import("../claude-pair-runtime-
|
|
9655
|
+
} = await import("../claude-pair-runtime-F6USL3EW.js");
|
|
9654
9656
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
9655
9657
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
9656
9658
|
const killed = await killPairSession(pairTmuxSession(pairId));
|