@integrity-labs/agt-cli 0.28.433 → 0.28.435
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 +6 -5
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-RUVNJO63.js → chunk-VIOLJEBT.js} +6 -8
- package/dist/chunk-VIOLJEBT.js.map +1 -0
- package/dist/{chunk-NUKNLJNJ.js → chunk-ZLFZXMNL.js} +181 -137
- package/dist/chunk-ZLFZXMNL.js.map +1 -0
- package/dist/{claude-pair-runtime-YAHBPFYL.js → claude-pair-runtime-CHKX4WH2.js} +2 -2
- package/dist/lib/manager-worker.js +330 -266
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-ISBR3BBX.js → persistent-session-D2POY3KV.js} +2 -2
- package/dist/{responsiveness-probe-OT6JVP43.js → responsiveness-probe-ARRF5CAQ.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-NUKNLJNJ.js.map +0 -1
- package/dist/chunk-RUVNJO63.js.map +0 -1
- /package/dist/{claude-pair-runtime-YAHBPFYL.js.map → claude-pair-runtime-CHKX4WH2.js.map} +0 -0
- /package/dist/{persistent-session-ISBR3BBX.js.map → persistent-session-D2POY3KV.js.map} +0 -0
- /package/dist/{responsiveness-probe-OT6JVP43.js.map → responsiveness-probe-ARRF5CAQ.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-VIOLJEBT.js";
|
|
44
44
|
import {
|
|
45
45
|
AnchorSessionClient,
|
|
46
46
|
CHANNEL_REGISTRY,
|
|
@@ -68,9 +68,10 @@ import {
|
|
|
68
68
|
lintTools,
|
|
69
69
|
readDirectChatSessionState,
|
|
70
70
|
renderTemplate,
|
|
71
|
+
requiredMcpWildcard,
|
|
71
72
|
resolveChannels,
|
|
72
73
|
serializeManifestForSlackCli
|
|
73
|
-
} from "../chunk-
|
|
74
|
+
} from "../chunk-ZLFZXMNL.js";
|
|
74
75
|
import "../chunk-XWVM4KPK.js";
|
|
75
76
|
|
|
76
77
|
// src/bin/agt.ts
|
|
@@ -4829,7 +4830,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4829
4830
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4830
4831
|
import chalk18 from "chalk";
|
|
4831
4832
|
import ora16 from "ora";
|
|
4832
|
-
var cliVersion = true ? "0.28.
|
|
4833
|
+
var cliVersion = true ? "0.28.435" : "dev";
|
|
4833
4834
|
async function fetchLatestVersion() {
|
|
4834
4835
|
const host2 = getHost();
|
|
4835
4836
|
if (!host2) return null;
|
|
@@ -5274,7 +5275,7 @@ import { readdirSync as readdirSync5, readFileSync as readFileSync10, statSync a
|
|
|
5274
5275
|
import { homedir as homedir9 } from "os";
|
|
5275
5276
|
import { join as join19 } from "path";
|
|
5276
5277
|
function expectedWildcard(serverKey) {
|
|
5277
|
-
return
|
|
5278
|
+
return requiredMcpWildcard(serverKey);
|
|
5278
5279
|
}
|
|
5279
5280
|
function parseMcpWildcardsFromToolsLine(content) {
|
|
5280
5281
|
const toolsLine = content.split("\n").find((l) => l.startsWith("tools:"));
|
|
@@ -6001,7 +6002,7 @@ function handleError(err) {
|
|
|
6001
6002
|
}
|
|
6002
6003
|
|
|
6003
6004
|
// src/bin/agt.ts
|
|
6004
|
-
var cliVersion2 = true ? "0.28.
|
|
6005
|
+
var cliVersion2 = true ? "0.28.435" : "dev";
|
|
6005
6006
|
var program = new Command();
|
|
6006
6007
|
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");
|
|
6007
6008
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|