@integrity-labs/agt-cli 0.24.9 → 0.24.10
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/bin/agt.js.map +1 -1
- package/dist/{chunk-354Z63L7.js → chunk-7DRLULIO.js} +1 -1
- package/dist/{chunk-S262PDVS.js → chunk-IEVHEZV4.js} +2 -2
- package/dist/{chunk-67PAZ3I4.js → chunk-Z25YM6B4.js} +2 -2
- package/dist/{claude-pair-runtime-6IB35CES.js → claude-pair-runtime-SENCKRI4.js} +2 -2
- package/dist/lib/manager-worker.js +38 -8
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +94 -4
- package/dist/mcp/telegram-channel.js +88 -0
- package/dist/{persistent-session-OYO4DTPL.js → persistent-session-3SNFKR2Q.js} +3 -3
- package/dist/{responsiveness-probe-SSFKGL7Q.js → responsiveness-probe-UBNJFMAU.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-354Z63L7.js.map → chunk-7DRLULIO.js.map} +0 -0
- /package/dist/{chunk-S262PDVS.js.map → chunk-IEVHEZV4.js.map} +0 -0
- /package/dist/{chunk-67PAZ3I4.js.map → chunk-Z25YM6B4.js.map} +0 -0
- /package/dist/{claude-pair-runtime-6IB35CES.js.map → claude-pair-runtime-SENCKRI4.js.map} +0 -0
- /package/dist/{persistent-session-OYO4DTPL.js.map → persistent-session-3SNFKR2Q.js.map} +0 -0
- /package/dist/{responsiveness-probe-SSFKGL7Q.js.map → responsiveness-probe-UBNJFMAU.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
success,
|
|
27
27
|
table,
|
|
28
28
|
warn
|
|
29
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-Z25YM6B4.js";
|
|
30
30
|
import {
|
|
31
31
|
CHANNEL_REGISTRY,
|
|
32
32
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
renderTemplate,
|
|
53
53
|
resolveChannels,
|
|
54
54
|
serializeManifestForSlackCli
|
|
55
|
-
} from "../chunk-
|
|
55
|
+
} from "../chunk-7DRLULIO.js";
|
|
56
56
|
|
|
57
57
|
// src/bin/agt.ts
|
|
58
58
|
import { join as join10 } from "path";
|
|
@@ -3736,7 +3736,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
3736
3736
|
import { existsSync as existsSync5, realpathSync } from "fs";
|
|
3737
3737
|
import chalk17 from "chalk";
|
|
3738
3738
|
import ora15 from "ora";
|
|
3739
|
-
var cliVersion = true ? "0.24.
|
|
3739
|
+
var cliVersion = true ? "0.24.10" : "dev";
|
|
3740
3740
|
async function fetchLatestVersion() {
|
|
3741
3741
|
const host2 = getHost();
|
|
3742
3742
|
if (!host2) return null;
|
|
@@ -4268,7 +4268,7 @@ function handleError(err) {
|
|
|
4268
4268
|
}
|
|
4269
4269
|
|
|
4270
4270
|
// src/bin/agt.ts
|
|
4271
|
-
var cliVersion2 = true ? "0.24.
|
|
4271
|
+
var cliVersion2 = true ? "0.24.10" : "dev";
|
|
4272
4272
|
var program = new Command();
|
|
4273
4273
|
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");
|
|
4274
4274
|
program.hook("preAction", (thisCommand) => {
|