@integrity-labs/agt-cli 0.28.196 → 0.28.198
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-2GSFMQCT.js → chunk-75XCRB6E.js} +4 -600
- package/dist/chunk-75XCRB6E.js.map +1 -0
- package/dist/{chunk-C42HT3QT.js → chunk-CE6U2IAF.js} +622 -2
- package/dist/chunk-CE6U2IAF.js.map +1 -0
- package/dist/{chunk-H5KQGGFU.js → chunk-PCYEFPBE.js} +2 -2
- package/dist/{claude-pair-runtime-V2ZF43OE.js → claude-pair-runtime-RW4N6OQU.js} +2 -2
- package/dist/lib/manager-worker.js +11 -11
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +28 -20
- package/dist/{persistent-session-PKGKXWD2.js → persistent-session-PG3OFGDB.js} +3 -3
- package/dist/{responsiveness-probe-SSDLOYZB.js → responsiveness-probe-MMHGI5FC.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-2GSFMQCT.js.map +0 -1
- package/dist/chunk-C42HT3QT.js.map +0 -1
- /package/dist/{chunk-H5KQGGFU.js.map → chunk-PCYEFPBE.js.map} +0 -0
- /package/dist/{claude-pair-runtime-V2ZF43OE.js.map → claude-pair-runtime-RW4N6OQU.js.map} +0 -0
- /package/dist/{persistent-session-PKGKXWD2.js.map → persistent-session-PG3OFGDB.js.map} +0 -0
- /package/dist/{responsiveness-probe-SSDLOYZB.js.map → responsiveness-probe-MMHGI5FC.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-CE6U2IAF.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1620,4 +1620,4 @@ export {
|
|
|
1620
1620
|
stopAllSessionsAndWait,
|
|
1621
1621
|
getProjectDir
|
|
1622
1622
|
};
|
|
1623
|
-
//# sourceMappingURL=chunk-
|
|
1623
|
+
//# sourceMappingURL=chunk-PCYEFPBE.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-PG3OFGDB.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-RW4N6OQU.js.map
|
|
@@ -17,7 +17,6 @@ import {
|
|
|
17
17
|
extractCommandNotFound,
|
|
18
18
|
getApiKey,
|
|
19
19
|
getHostId,
|
|
20
|
-
getIntegration,
|
|
21
20
|
provision,
|
|
22
21
|
provisionAutoKanbanProgressHook,
|
|
23
22
|
provisionChannelProgressHook,
|
|
@@ -28,7 +27,7 @@ import {
|
|
|
28
27
|
requireHost,
|
|
29
28
|
safeWriteJsonAtomic,
|
|
30
29
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-75XCRB6E.js";
|
|
32
31
|
import {
|
|
33
32
|
getProjectDir as getProjectDir2,
|
|
34
33
|
getReadyTasks,
|
|
@@ -70,7 +69,7 @@ import {
|
|
|
70
69
|
takeZombieDetection,
|
|
71
70
|
transcriptActivityAgeSeconds,
|
|
72
71
|
writeEgressAllowlist
|
|
73
|
-
} from "../chunk-
|
|
72
|
+
} from "../chunk-PCYEFPBE.js";
|
|
74
73
|
import {
|
|
75
74
|
CONVERSATION_FAILURE_CATEGORIES,
|
|
76
75
|
DEFAULT_FRAMEWORK,
|
|
@@ -92,6 +91,7 @@ import {
|
|
|
92
91
|
formatActorId,
|
|
93
92
|
formatRunMarker,
|
|
94
93
|
getFramework,
|
|
94
|
+
getIntegration,
|
|
95
95
|
isBareAck,
|
|
96
96
|
isConversationFailureCategory,
|
|
97
97
|
isEmptyTotals,
|
|
@@ -113,7 +113,7 @@ import {
|
|
|
113
113
|
resolveChannels,
|
|
114
114
|
resolveDmTarget,
|
|
115
115
|
sumTranscriptUsageInWindow
|
|
116
|
-
} from "../chunk-
|
|
116
|
+
} from "../chunk-CE6U2IAF.js";
|
|
117
117
|
import {
|
|
118
118
|
parsePsRows,
|
|
119
119
|
reapOrphanChannelMcps
|
|
@@ -6681,7 +6681,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
6681
6681
|
var lastVersionCheckAt = 0;
|
|
6682
6682
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6683
6683
|
var lastResponsivenessProbeAt = 0;
|
|
6684
|
-
var agtCliVersion = true ? "0.28.
|
|
6684
|
+
var agtCliVersion = true ? "0.28.198" : "dev";
|
|
6685
6685
|
function resolveBrewPath(execFileSync4) {
|
|
6686
6686
|
try {
|
|
6687
6687
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -7465,9 +7465,9 @@ Integration skills under \`.claude/skills/integration-*/SKILL.md\` are **read-on
|
|
|
7465
7465
|
|
|
7466
7466
|
**Never edit \`.claude/skills/integration-*/SKILL.md\` files directly.** If you do, your edit will be silently overwritten on the next manager refresh, AND it won't propagate to other agents using the same integration.
|
|
7467
7467
|
|
|
7468
|
-
To change an integration's behavior (add a rule, update a default, tell the integration not to do something), call the **\`
|
|
7468
|
+
To change an integration's behavior (add a rule, update a default, tell the integration not to do something), call the **\`integration_improve\`** MCP tool with the user's request. The tool calls the platform API, which uses an LLM to translate the request into a structured update of the integration's typed context fields and/or freeform overrides text. You'll get a diff back to show the user; on confirmation, call the tool again with \`auto_apply: true\` to apply.
|
|
7469
7469
|
|
|
7470
|
-
Examples of when to use \`
|
|
7470
|
+
Examples of when to use \`integration_improve\`:
|
|
7471
7471
|
- *"Update the Coding integration so we always use trunk instead of main"*
|
|
7472
7472
|
- *"Add a rule to the Coding integration: never merge directly to main, always open a PR"*
|
|
7473
7473
|
- *"Tell the Knowledge Base integration not to return results below 70% relevance"*
|
|
@@ -7574,7 +7574,7 @@ async function pollCycle() {
|
|
|
7574
7574
|
}
|
|
7575
7575
|
try {
|
|
7576
7576
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
7577
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
7577
|
+
const { collectDiagnostics } = await import("../persistent-session-PG3OFGDB.js");
|
|
7578
7578
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
7579
7579
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
7580
7580
|
let tailscaleHostname;
|
|
@@ -7722,7 +7722,7 @@ async function pollCycle() {
|
|
|
7722
7722
|
const {
|
|
7723
7723
|
collectResponsivenessProbes,
|
|
7724
7724
|
getResponsivenessIntervalMs
|
|
7725
|
-
} = await import("../responsiveness-probe-
|
|
7725
|
+
} = await import("../responsiveness-probe-MMHGI5FC.js");
|
|
7726
7726
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
7727
7727
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
7728
7728
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -7754,7 +7754,7 @@ async function pollCycle() {
|
|
|
7754
7754
|
collectResponsivenessProbes,
|
|
7755
7755
|
livePendingInboundOldestAgeSeconds,
|
|
7756
7756
|
parkPendingInbound
|
|
7757
|
-
} = await import("../responsiveness-probe-
|
|
7757
|
+
} = await import("../responsiveness-probe-MMHGI5FC.js");
|
|
7758
7758
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
7759
7759
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
7760
7760
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -10754,7 +10754,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10754
10754
|
killPairSession,
|
|
10755
10755
|
pairTmuxSession,
|
|
10756
10756
|
finalizeClaudePairOnboarding
|
|
10757
|
-
} = await import("../claude-pair-runtime-
|
|
10757
|
+
} = await import("../claude-pair-runtime-RW4N6OQU.js");
|
|
10758
10758
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10759
10759
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10760
10760
|
const killed = await killPairSession(pairTmuxSession(pairId));
|