@integrity-labs/agt-cli 0.10.28 → 0.11.0
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 +3 -3
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-G44TMA6G.js → chunk-WTMVQND4.js} +455 -269
- package/dist/chunk-WTMVQND4.js.map +1 -0
- package/dist/lib/manager-worker.js +10 -4
- package/dist/lib/manager-worker.js.map +1 -1
- package/mcp/slack-channel.js +161 -13
- package/package.json +1 -1
- package/dist/chunk-G44TMA6G.js.map +0 -1
package/dist/bin/agt.js
CHANGED
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
resolveChannels,
|
|
33
33
|
serializeManifestForSlackCli,
|
|
34
34
|
setActiveTeam
|
|
35
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-WTMVQND4.js";
|
|
36
36
|
|
|
37
37
|
// src/bin/agt.ts
|
|
38
38
|
import { join as join11 } from "path";
|
|
@@ -3715,7 +3715,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
3715
3715
|
import { existsSync as existsSync5, realpathSync } from "fs";
|
|
3716
3716
|
import chalk20 from "chalk";
|
|
3717
3717
|
import ora15 from "ora";
|
|
3718
|
-
var cliVersion = true ? "0.
|
|
3718
|
+
var cliVersion = true ? "0.11.0" : "dev";
|
|
3719
3719
|
async function fetchLatestVersion() {
|
|
3720
3720
|
const host2 = getHost();
|
|
3721
3721
|
if (!host2) return null;
|
|
@@ -4164,7 +4164,7 @@ function handleError(err) {
|
|
|
4164
4164
|
}
|
|
4165
4165
|
|
|
4166
4166
|
// src/bin/agt.ts
|
|
4167
|
-
var cliVersion2 = true ? "0.
|
|
4167
|
+
var cliVersion2 = true ? "0.11.0" : "dev";
|
|
4168
4168
|
var program = new Command();
|
|
4169
4169
|
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");
|
|
4170
4170
|
program.hook("preAction", (thisCommand) => {
|