@integrity-labs/agt-cli 0.28.594 → 0.28.596
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 +7 -5
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-74UJCPIS.js → chunk-3PNRUCHD.js} +10295 -14614
- package/dist/chunk-3PNRUCHD.js.map +1 -0
- package/dist/chunk-6NVRWZ5W.js +4352 -0
- package/dist/chunk-6NVRWZ5W.js.map +1 -0
- package/dist/{chunk-U7DHWGAZ.js → chunk-EAZQXZ4Q.js} +44 -18
- package/dist/chunk-EAZQXZ4Q.js.map +1 -0
- package/dist/{claude-pair-runtime-CGVDKWFC.js → claude-pair-runtime-5WB2FMIX.js} +2 -2
- package/dist/lib/manager-worker.js +73 -58
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-YRCF7AAC.js → persistent-session-BGMQQYW2.js} +3 -2
- package/dist/{responsiveness-probe-MFWXIRTJ.js → responsiveness-probe-VAGPO5FZ.js} +3 -2
- package/dist/{responsiveness-probe-MFWXIRTJ.js.map → responsiveness-probe-VAGPO5FZ.js.map} +1 -1
- package/dist/session-auth-dead-CWFGB472.js +206 -0
- package/dist/session-auth-dead-CWFGB472.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-74UJCPIS.js.map +0 -1
- package/dist/chunk-U7DHWGAZ.js.map +0 -1
- /package/dist/{claude-pair-runtime-CGVDKWFC.js.map → claude-pair-runtime-5WB2FMIX.js.map} +0 -0
- /package/dist/{persistent-session-YRCF7AAC.js.map → persistent-session-BGMQQYW2.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,7 +40,10 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-EAZQXZ4Q.js";
|
|
44
|
+
import {
|
|
45
|
+
readDirectChatSessionState
|
|
46
|
+
} from "../chunk-6NVRWZ5W.js";
|
|
44
47
|
import {
|
|
45
48
|
AnchorSessionClient,
|
|
46
49
|
CHANNEL_REGISTRY,
|
|
@@ -66,12 +69,11 @@ import {
|
|
|
66
69
|
lintAll,
|
|
67
70
|
lintCharter,
|
|
68
71
|
lintTools,
|
|
69
|
-
readDirectChatSessionState,
|
|
70
72
|
renderTemplate,
|
|
71
73
|
requiredMcpWildcard,
|
|
72
74
|
resolveChannels,
|
|
73
75
|
serializeManifestForSlackCli
|
|
74
|
-
} from "../chunk-
|
|
76
|
+
} from "../chunk-3PNRUCHD.js";
|
|
75
77
|
import "../chunk-XWVM4KPK.js";
|
|
76
78
|
|
|
77
79
|
// src/bin/agt.ts
|
|
@@ -4908,7 +4910,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4908
4910
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4909
4911
|
import chalk18 from "chalk";
|
|
4910
4912
|
import ora16 from "ora";
|
|
4911
|
-
var cliVersion = true ? "0.28.
|
|
4913
|
+
var cliVersion = true ? "0.28.596" : "dev";
|
|
4912
4914
|
async function fetchLatestVersion() {
|
|
4913
4915
|
const host2 = getHost();
|
|
4914
4916
|
if (!host2) return null;
|
|
@@ -6088,7 +6090,7 @@ function handleError(err) {
|
|
|
6088
6090
|
}
|
|
6089
6091
|
|
|
6090
6092
|
// src/bin/agt.ts
|
|
6091
|
-
var cliVersion2 = true ? "0.28.
|
|
6093
|
+
var cliVersion2 = true ? "0.28.596" : "dev";
|
|
6092
6094
|
var program = new Command();
|
|
6093
6095
|
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");
|
|
6094
6096
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|