@integrity-labs/agt-cli 0.27.59 → 0.27.60
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-G3DT2L7S.js → chunk-2SCU5NZO.js} +1 -1
- package/dist/chunk-2SCU5NZO.js.map +1 -0
- package/dist/{chunk-IVV4YCX2.js → chunk-2YSXMB7P.js} +2 -2
- package/dist/{chunk-GDTWUJAR.js → chunk-6YBJCRTJ.js} +2 -2
- package/dist/{claude-pair-runtime-ODZPAKZU.js → claude-pair-runtime-PEYWY24A.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/{persistent-session-34B7NB6V.js → persistent-session-GQEXSB2H.js} +3 -3
- package/dist/{responsiveness-probe-Z2WYE6BO.js → responsiveness-probe-53GUGQSY.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-G3DT2L7S.js.map +0 -1
- /package/dist/{chunk-IVV4YCX2.js.map → chunk-2YSXMB7P.js.map} +0 -0
- /package/dist/{chunk-GDTWUJAR.js.map → chunk-6YBJCRTJ.js.map} +0 -0
- /package/dist/{claude-pair-runtime-ODZPAKZU.js.map → claude-pair-runtime-PEYWY24A.js.map} +0 -0
- /package/dist/{persistent-session-34B7NB6V.js.map → persistent-session-GQEXSB2H.js.map} +0 -0
- /package/dist/{responsiveness-probe-Z2WYE6BO.js.map → responsiveness-probe-53GUGQSY.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
success,
|
|
28
28
|
table,
|
|
29
29
|
warn
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-2YSXMB7P.js";
|
|
31
31
|
import {
|
|
32
32
|
CHANNEL_REGISTRY,
|
|
33
33
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
renderTemplate,
|
|
54
54
|
resolveChannels,
|
|
55
55
|
serializeManifestForSlackCli
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-2SCU5NZO.js";
|
|
57
57
|
|
|
58
58
|
// src/bin/agt.ts
|
|
59
59
|
import { join as join18 } from "path";
|
|
@@ -4838,7 +4838,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4838
4838
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4839
4839
|
import chalk18 from "chalk";
|
|
4840
4840
|
import ora16 from "ora";
|
|
4841
|
-
var cliVersion = true ? "0.27.
|
|
4841
|
+
var cliVersion = true ? "0.27.60" : "dev";
|
|
4842
4842
|
async function fetchLatestVersion() {
|
|
4843
4843
|
const host2 = getHost();
|
|
4844
4844
|
if (!host2) return null;
|
|
@@ -5616,7 +5616,7 @@ function handleError(err) {
|
|
|
5616
5616
|
}
|
|
5617
5617
|
|
|
5618
5618
|
// src/bin/agt.ts
|
|
5619
|
-
var cliVersion2 = true ? "0.27.
|
|
5619
|
+
var cliVersion2 = true ? "0.27.60" : "dev";
|
|
5620
5620
|
var program = new Command();
|
|
5621
5621
|
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");
|
|
5622
5622
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|