@integrity-labs/agt-cli 0.27.130 → 0.27.132
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-H4QCCP2M.js → chunk-DAOANYK4.js} +53 -2
- package/dist/chunk-DAOANYK4.js.map +1 -0
- package/dist/{chunk-JQOOOLKR.js → chunk-DBJWD2LU.js} +2 -2
- package/dist/{chunk-XCV5NU45.js → chunk-TRGX4NVZ.js} +15 -5
- package/dist/{chunk-XCV5NU45.js.map → chunk-TRGX4NVZ.js.map} +1 -1
- package/dist/{claude-pair-runtime-GWZWHISO.js → claude-pair-runtime-GYSKMJ2B.js} +2 -2
- package/dist/lib/manager-worker.js +9 -9
- package/dist/mcp/index.js +6 -2
- package/dist/{persistent-session-NTO2PO2V.js → persistent-session-35XIC3CB.js} +3 -3
- package/dist/{responsiveness-probe-BG7O5UIG.js → responsiveness-probe-ZXJS2D43.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-H4QCCP2M.js.map +0 -1
- /package/dist/{chunk-JQOOOLKR.js.map → chunk-DBJWD2LU.js.map} +0 -0
- /package/dist/{claude-pair-runtime-GWZWHISO.js.map → claude-pair-runtime-GYSKMJ2B.js.map} +0 -0
- /package/dist/{persistent-session-NTO2PO2V.js.map → persistent-session-35XIC3CB.js.map} +0 -0
- /package/dist/{responsiveness-probe-BG7O5UIG.js.map → responsiveness-probe-ZXJS2D43.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-35XIC3CB.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-GYSKMJ2B.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
provisionStopHook,
|
|
18
18
|
requireHost,
|
|
19
19
|
safeWriteJsonAtomic
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-DAOANYK4.js";
|
|
21
21
|
import {
|
|
22
22
|
getProjectDir as getProjectDir2,
|
|
23
23
|
getReadyTasks,
|
|
@@ -56,7 +56,7 @@ import {
|
|
|
56
56
|
stopPersistentSession,
|
|
57
57
|
takeWatchdogGiveUpCount,
|
|
58
58
|
takeZombieDetection
|
|
59
|
-
} from "../chunk-
|
|
59
|
+
} from "../chunk-DBJWD2LU.js";
|
|
60
60
|
import {
|
|
61
61
|
KANBAN_CHECK_COMMAND,
|
|
62
62
|
SUPPRESS_SENTINEL,
|
|
@@ -83,7 +83,7 @@ import {
|
|
|
83
83
|
resolveDmTarget,
|
|
84
84
|
worseConnectivityOutcome,
|
|
85
85
|
wrapScheduledTaskPrompt
|
|
86
|
-
} from "../chunk-
|
|
86
|
+
} from "../chunk-TRGX4NVZ.js";
|
|
87
87
|
import {
|
|
88
88
|
parsePsRows,
|
|
89
89
|
reapOrphanChannelMcps
|
|
@@ -4661,7 +4661,7 @@ var cachedMaintenanceWindow = null;
|
|
|
4661
4661
|
var lastVersionCheckAt = 0;
|
|
4662
4662
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
4663
4663
|
var lastResponsivenessProbeAt = 0;
|
|
4664
|
-
var agtCliVersion = true ? "0.27.
|
|
4664
|
+
var agtCliVersion = true ? "0.27.132" : "dev";
|
|
4665
4665
|
function resolveBrewPath(execFileSync4) {
|
|
4666
4666
|
try {
|
|
4667
4667
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -5858,7 +5858,7 @@ async function pollCycle() {
|
|
|
5858
5858
|
}
|
|
5859
5859
|
try {
|
|
5860
5860
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
5861
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
5861
|
+
const { collectDiagnostics } = await import("../persistent-session-35XIC3CB.js");
|
|
5862
5862
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
5863
5863
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
5864
5864
|
let tailscaleHostname;
|
|
@@ -5945,12 +5945,12 @@ async function pollCycle() {
|
|
|
5945
5945
|
const {
|
|
5946
5946
|
collectResponsivenessProbes,
|
|
5947
5947
|
getResponsivenessIntervalMs
|
|
5948
|
-
} = await import("../responsiveness-probe-
|
|
5948
|
+
} = await import("../responsiveness-probe-ZXJS2D43.js");
|
|
5949
5949
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
5950
5950
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
5951
5951
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
5952
5952
|
if (probeCodeNames.length > 0) {
|
|
5953
|
-
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-
|
|
5953
|
+
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-35XIC3CB.js");
|
|
5954
5954
|
const drainedGiveUps = /* @__PURE__ */ new Map();
|
|
5955
5955
|
const drainedAcpxFailures = /* @__PURE__ */ new Map();
|
|
5956
5956
|
const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
|
|
@@ -5984,7 +5984,7 @@ async function pollCycle() {
|
|
|
5984
5984
|
collectResponsivenessProbes,
|
|
5985
5985
|
livePendingInboundOldestAgeSeconds,
|
|
5986
5986
|
deadLetterPendingInbound
|
|
5987
|
-
} = await import("../responsiveness-probe-
|
|
5987
|
+
} = await import("../responsiveness-probe-ZXJS2D43.js");
|
|
5988
5988
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
5989
5989
|
const liveAgents = agentState.persistentSessionAgents;
|
|
5990
5990
|
for (const tracked of consecutiveWedgeCycles.keys()) {
|
|
@@ -10490,7 +10490,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10490
10490
|
killPairSession,
|
|
10491
10491
|
pairTmuxSession,
|
|
10492
10492
|
finalizeClaudePairOnboarding
|
|
10493
|
-
} = await import("../claude-pair-runtime-
|
|
10493
|
+
} = await import("../claude-pair-runtime-GYSKMJ2B.js");
|
|
10494
10494
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10495
10495
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10496
10496
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
package/dist/mcp/index.js
CHANGED
|
@@ -21264,7 +21264,10 @@ server.tool(
|
|
|
21264
21264
|
source: external_exports.enum(["cron", "chat", "manual", "integration"]).optional().describe("Source of the item (default: manual)"),
|
|
21265
21265
|
source_integration: external_exports.string().optional().describe('Integration name (e.g., "linear", "github") when source is "integration"'),
|
|
21266
21266
|
source_external_id: external_exports.string().optional().describe('ID in the external system (e.g., "ENG-123")'),
|
|
21267
|
-
source_url: external_exports.string().optional().describe("Deep link URL to the external source")
|
|
21267
|
+
source_url: external_exports.string().optional().describe("Deep link URL to the external source"),
|
|
21268
|
+
project_id: external_exports.string().uuid().optional().describe(
|
|
21269
|
+
"Optional project to file this task under (id from projects_list). Groups the task with related tasks/artefacts across agents. Projects are created by humans \u2014 you can tag but not create them."
|
|
21270
|
+
)
|
|
21268
21271
|
},
|
|
21269
21272
|
async (params) => {
|
|
21270
21273
|
const data = await apiPost("/host/kanban", {
|
|
@@ -21281,7 +21284,8 @@ server.tool(
|
|
|
21281
21284
|
source: params.source ?? "manual",
|
|
21282
21285
|
source_integration: params.source_integration,
|
|
21283
21286
|
source_external_id: params.source_external_id,
|
|
21284
|
-
source_url: params.source_url
|
|
21287
|
+
source_url: params.source_url,
|
|
21288
|
+
project_id: params.project_id
|
|
21285
21289
|
}
|
|
21286
21290
|
]
|
|
21287
21291
|
});
|
|
@@ -25,8 +25,8 @@ import {
|
|
|
25
25
|
takeAcpxExecFailureCount,
|
|
26
26
|
takeZombieDetection,
|
|
27
27
|
writePersistentClaudeWrapper
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-DBJWD2LU.js";
|
|
29
|
+
import "./chunk-TRGX4NVZ.js";
|
|
30
30
|
import "./chunk-XWVM4KPK.js";
|
|
31
31
|
export {
|
|
32
32
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -56,4 +56,4 @@ export {
|
|
|
56
56
|
takeZombieDetection,
|
|
57
57
|
writePersistentClaudeWrapper
|
|
58
58
|
};
|
|
59
|
-
//# sourceMappingURL=persistent-session-
|
|
59
|
+
//# sourceMappingURL=persistent-session-35XIC3CB.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-DBJWD2LU.js";
|
|
4
|
+
import "./chunk-TRGX4NVZ.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -154,4 +154,4 @@ export {
|
|
|
154
154
|
livePendingInboundOldestAgeSeconds,
|
|
155
155
|
oldestLivePendingInboundMtimeMs
|
|
156
156
|
};
|
|
157
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
157
|
+
//# sourceMappingURL=responsiveness-probe-ZXJS2D43.js.map
|