@integrity-labs/agt-cli 0.27.5 → 0.27.7-test.5
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-CCCMFNP4.js → chunk-GN4XPQWJ.js} +2 -2
- package/dist/{chunk-OCJVKUTS.js → chunk-WCY7QM3R.js} +96 -6
- package/dist/chunk-WCY7QM3R.js.map +1 -0
- package/dist/{chunk-JTZZ6YB2.js → chunk-YSBGIXJG.js} +1 -1
- package/dist/chunk-YSBGIXJG.js.map +1 -0
- package/dist/claude-code-updater-4E5T2X3Z.js +208 -0
- package/dist/claude-code-updater-4E5T2X3Z.js.map +1 -0
- package/dist/{claude-pair-runtime-OP55JZ25.js → claude-pair-runtime-ZBQKBBMT.js} +2 -2
- package/dist/lib/manager-worker.js +80 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +6 -6
- package/dist/{persistent-session-HAB6JFAW.js → persistent-session-ICYFLUAM.js} +3 -3
- package/dist/{responsiveness-probe-OJZHGHTB.js → responsiveness-probe-WZNQ2762.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-JTZZ6YB2.js.map +0 -1
- package/dist/chunk-OCJVKUTS.js.map +0 -1
- package/dist/claude-code-updater-7BGQ6JCV.js +0 -101
- package/dist/claude-code-updater-7BGQ6JCV.js.map +0 -1
- /package/dist/{chunk-CCCMFNP4.js.map → chunk-GN4XPQWJ.js.map} +0 -0
- /package/dist/{claude-pair-runtime-OP55JZ25.js.map → claude-pair-runtime-ZBQKBBMT.js.map} +0 -0
- /package/dist/{persistent-session-HAB6JFAW.js.map → persistent-session-ICYFLUAM.js.map} +0 -0
- /package/dist/{responsiveness-probe-OJZHGHTB.js.map → responsiveness-probe-WZNQ2762.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-WCY7QM3R.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-YSBGIXJG.js";
|
|
57
57
|
|
|
58
58
|
// src/bin/agt.ts
|
|
59
59
|
import { join as join14 } from "path";
|
|
@@ -4394,7 +4394,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4394
4394
|
import { existsSync as existsSync8, realpathSync as realpathSync2 } from "fs";
|
|
4395
4395
|
import chalk18 from "chalk";
|
|
4396
4396
|
import ora16 from "ora";
|
|
4397
|
-
var cliVersion = true ? "0.27.5" : "dev";
|
|
4397
|
+
var cliVersion = true ? "0.27.7-test.5" : "dev";
|
|
4398
4398
|
async function fetchLatestVersion() {
|
|
4399
4399
|
const host2 = getHost();
|
|
4400
4400
|
if (!host2) return null;
|
|
@@ -4926,7 +4926,7 @@ function handleError(err) {
|
|
|
4926
4926
|
}
|
|
4927
4927
|
|
|
4928
4928
|
// src/bin/agt.ts
|
|
4929
|
-
var cliVersion2 = true ? "0.27.5" : "dev";
|
|
4929
|
+
var cliVersion2 = true ? "0.27.7-test.5" : "dev";
|
|
4930
4930
|
var program = new Command();
|
|
4931
4931
|
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");
|
|
4932
4932
|
program.hook("preAction", (thisCommand) => {
|