@integrity-labs/agt-cli 0.27.9-test.11 → 0.27.9-test.12
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-45I2X4M7.js → chunk-I2OTQJH3.js} +1 -1
- package/dist/{chunk-SJPAXXTW.js → chunk-MQJ5DMPT.js} +2 -2
- package/dist/{chunk-N2EBL4PZ.js → chunk-SXBZDUKN.js} +2 -2
- package/dist/{claude-pair-runtime-OUGV74LY.js → claude-pair-runtime-F6USL3EW.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/mcp/index.js +1 -1
- package/dist/{persistent-session-G3MR7JVI.js → persistent-session-OL5EDYB4.js} +3 -3
- package/dist/{responsiveness-probe-UHSBETBR.js → responsiveness-probe-B6LJJRUD.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-45I2X4M7.js.map → chunk-I2OTQJH3.js.map} +0 -0
- /package/dist/{chunk-SJPAXXTW.js.map → chunk-MQJ5DMPT.js.map} +0 -0
- /package/dist/{chunk-N2EBL4PZ.js.map → chunk-SXBZDUKN.js.map} +0 -0
- /package/dist/{claude-pair-runtime-OUGV74LY.js.map → claude-pair-runtime-F6USL3EW.js.map} +0 -0
- /package/dist/{persistent-session-G3MR7JVI.js.map → persistent-session-OL5EDYB4.js.map} +0 -0
- /package/dist/{responsiveness-probe-UHSBETBR.js.map → responsiveness-probe-B6LJJRUD.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
success,
|
|
29
29
|
table,
|
|
30
30
|
warn
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-SXBZDUKN.js";
|
|
32
32
|
import {
|
|
33
33
|
CHANNEL_REGISTRY,
|
|
34
34
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
renderTemplate,
|
|
55
55
|
resolveChannels,
|
|
56
56
|
serializeManifestForSlackCli
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-I2OTQJH3.js";
|
|
58
58
|
|
|
59
59
|
// src/bin/agt.ts
|
|
60
60
|
import { join as join20 } from "path";
|
|
@@ -4934,7 +4934,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4934
4934
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4935
4935
|
import chalk18 from "chalk";
|
|
4936
4936
|
import ora16 from "ora";
|
|
4937
|
-
var cliVersion = true ? "0.27.9-test.
|
|
4937
|
+
var cliVersion = true ? "0.27.9-test.12" : "dev";
|
|
4938
4938
|
async function fetchLatestVersion() {
|
|
4939
4939
|
const host2 = getHost();
|
|
4940
4940
|
if (!host2) return null;
|
|
@@ -5857,7 +5857,7 @@ function handleError(err) {
|
|
|
5857
5857
|
}
|
|
5858
5858
|
|
|
5859
5859
|
// src/bin/agt.ts
|
|
5860
|
-
var cliVersion2 = true ? "0.27.9-test.
|
|
5860
|
+
var cliVersion2 = true ? "0.27.9-test.12" : "dev";
|
|
5861
5861
|
var program = new Command();
|
|
5862
5862
|
program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
|
|
5863
5863
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -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-SXBZDUKN.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-SXBZDUKN.js";
|
|
21
21
|
import {
|
|
22
22
|
getProjectDir as getProjectDir2,
|
|
23
23
|
getReadyTasks,
|
|
@@ -55,7 +55,7 @@ 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
61
|
SUPPRESS_SENTINEL,
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
resolveConnectivityProbe,
|
|
80
80
|
resolveDmTarget,
|
|
81
81
|
wrapScheduledTaskPrompt
|
|
82
|
-
} from "../chunk-
|
|
82
|
+
} from "../chunk-I2OTQJH3.js";
|
|
83
83
|
import {
|
|
84
84
|
parsePsRows,
|
|
85
85
|
reapOrphanChannelMcps
|
|
@@ -4036,7 +4036,7 @@ var cachedMaintenanceWindow = null;
|
|
|
4036
4036
|
var lastVersionCheckAt = 0;
|
|
4037
4037
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
4038
4038
|
var lastResponsivenessProbeAt = 0;
|
|
4039
|
-
var agtCliVersion = true ? "0.27.9-test.
|
|
4039
|
+
var agtCliVersion = true ? "0.27.9-test.12" : "dev";
|
|
4040
4040
|
function resolveBrewPath(execFileSync4) {
|
|
4041
4041
|
try {
|
|
4042
4042
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -5229,7 +5229,7 @@ async function pollCycle() {
|
|
|
5229
5229
|
}
|
|
5230
5230
|
try {
|
|
5231
5231
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
5232
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
5232
|
+
const { collectDiagnostics } = await import("../persistent-session-OL5EDYB4.js");
|
|
5233
5233
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
5234
5234
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
5235
5235
|
let tailscaleHostname;
|
|
@@ -5316,7 +5316,7 @@ async function pollCycle() {
|
|
|
5316
5316
|
const {
|
|
5317
5317
|
collectResponsivenessProbes,
|
|
5318
5318
|
getResponsivenessIntervalMs
|
|
5319
|
-
} = await import("../responsiveness-probe-
|
|
5319
|
+
} = await import("../responsiveness-probe-B6LJJRUD.js");
|
|
5320
5320
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
5321
5321
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
5322
5322
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -9652,7 +9652,7 @@ async function processClaudePairSessions(agents) {
|
|
|
9652
9652
|
killPairSession,
|
|
9653
9653
|
pairTmuxSession,
|
|
9654
9654
|
finalizeClaudePairOnboarding
|
|
9655
|
-
} = await import("../claude-pair-runtime-
|
|
9655
|
+
} = await import("../claude-pair-runtime-F6USL3EW.js");
|
|
9656
9656
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
9657
9657
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
9658
9658
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
package/dist/mcp/index.js
CHANGED
|
@@ -22418,7 +22418,7 @@ async function getPublishedArtefactSourceChunkText(artefactId, offset, limit) {
|
|
|
22418
22418
|
return data.chunk + trailer;
|
|
22419
22419
|
}
|
|
22420
22420
|
var artefactListSchema = {
|
|
22421
|
-
publisher: external_exports.string().optional().describe('Filter by publisher (e.g. "
|
|
22421
|
+
publisher: external_exports.string().optional().describe('Filter by publisher (e.g. "agt-live")'),
|
|
22422
22422
|
kind: external_exports.enum(["mockup", "deck", "site", "app", "other"]).optional().describe("Filter by artefact kind"),
|
|
22423
22423
|
limit: external_exports.number().int().min(1).max(100).optional().describe("Maximum artefacts to return (default 50, max 100)")
|
|
22424
22424
|
};
|
|
@@ -22,8 +22,8 @@ import {
|
|
|
22
22
|
stopPersistentSession,
|
|
23
23
|
takeZombieDetection,
|
|
24
24
|
writePersistentClaudeWrapper
|
|
25
|
-
} from "./chunk-
|
|
26
|
-
import "./chunk-
|
|
25
|
+
} from "./chunk-MQJ5DMPT.js";
|
|
26
|
+
import "./chunk-I2OTQJH3.js";
|
|
27
27
|
import "./chunk-XWVM4KPK.js";
|
|
28
28
|
export {
|
|
29
29
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -50,4 +50,4 @@ export {
|
|
|
50
50
|
takeZombieDetection,
|
|
51
51
|
writePersistentClaudeWrapper
|
|
52
52
|
};
|
|
53
|
-
//# sourceMappingURL=persistent-session-
|
|
53
|
+
//# sourceMappingURL=persistent-session-OL5EDYB4.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-MQJ5DMPT.js";
|
|
4
|
+
import "./chunk-I2OTQJH3.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -71,4 +71,4 @@ export {
|
|
|
71
71
|
collectResponsivenessProbes,
|
|
72
72
|
getResponsivenessIntervalMs
|
|
73
73
|
};
|
|
74
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
74
|
+
//# sourceMappingURL=responsiveness-probe-B6LJJRUD.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|