@integrity-labs/agt-cli 0.28.598 → 0.28.600
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 +5 -5
- package/dist/{chunk-TJUR7PJ5.js → chunk-CA4F6NMI.js} +4 -4
- package/dist/{chunk-6EBAJFLZ.js → chunk-PONGSI2H.js} +1 -1
- package/dist/chunk-PONGSI2H.js.map +1 -0
- package/dist/{chunk-4E3L4U34.js → chunk-Q6LJQ43K.js} +2 -2
- package/dist/{claude-pair-runtime-7CNOVI5H.js → claude-pair-runtime-QYDFXJ4O.js} +2 -2
- package/dist/lib/manager-worker.js +12 -12
- package/dist/mcp/index.js +11 -0
- package/dist/{persistent-session-5VAAQJQA.js → persistent-session-BX24GH42.js} +3 -3
- package/dist/{responsiveness-probe-AZKD6KEV.js → responsiveness-probe-7L5TEFAX.js} +3 -3
- package/dist/{session-auth-dead-5VN6KL6H.js → session-auth-dead-R6LCK634.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-6EBAJFLZ.js.map +0 -1
- /package/dist/{chunk-TJUR7PJ5.js.map → chunk-CA4F6NMI.js.map} +0 -0
- /package/dist/{chunk-4E3L4U34.js.map → chunk-Q6LJQ43K.js.map} +0 -0
- /package/dist/{claude-pair-runtime-7CNOVI5H.js.map → claude-pair-runtime-QYDFXJ4O.js.map} +0 -0
- /package/dist/{persistent-session-5VAAQJQA.js.map → persistent-session-BX24GH42.js.map} +0 -0
- /package/dist/{responsiveness-probe-AZKD6KEV.js.map → responsiveness-probe-7L5TEFAX.js.map} +0 -0
- /package/dist/{session-auth-dead-5VN6KL6H.js.map → session-auth-dead-R6LCK634.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,10 +40,10 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-CA4F6NMI.js";
|
|
44
44
|
import {
|
|
45
45
|
readDirectChatSessionState
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-Q6LJQ43K.js";
|
|
47
47
|
import {
|
|
48
48
|
AnchorSessionClient,
|
|
49
49
|
CHANNEL_REGISTRY,
|
|
@@ -73,7 +73,7 @@ import {
|
|
|
73
73
|
requiredMcpWildcard,
|
|
74
74
|
resolveChannels,
|
|
75
75
|
serializeManifestForSlackCli
|
|
76
|
-
} from "../chunk-
|
|
76
|
+
} from "../chunk-PONGSI2H.js";
|
|
77
77
|
import "../chunk-XWVM4KPK.js";
|
|
78
78
|
|
|
79
79
|
// src/bin/agt.ts
|
|
@@ -4910,7 +4910,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4910
4910
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4911
4911
|
import chalk18 from "chalk";
|
|
4912
4912
|
import ora16 from "ora";
|
|
4913
|
-
var cliVersion = true ? "0.28.
|
|
4913
|
+
var cliVersion = true ? "0.28.600" : "dev";
|
|
4914
4914
|
async function fetchLatestVersion() {
|
|
4915
4915
|
const host2 = getHost();
|
|
4916
4916
|
if (!host2) return null;
|
|
@@ -6090,7 +6090,7 @@ function handleError(err) {
|
|
|
6090
6090
|
}
|
|
6091
6091
|
|
|
6092
6092
|
// src/bin/agt.ts
|
|
6093
|
-
var cliVersion2 = true ? "0.28.
|
|
6093
|
+
var cliVersion2 = true ? "0.28.600" : "dev";
|
|
6094
6094
|
var program = new Command();
|
|
6095
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");
|
|
6096
6096
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
expandTemplateVars,
|
|
8
8
|
isolationMode,
|
|
9
9
|
parseEnvIntegrations
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-Q6LJQ43K.js";
|
|
11
11
|
import {
|
|
12
12
|
BIND_FAILURE_QUARANTINE_THRESHOLD,
|
|
13
13
|
INTEGRATIONS_SECTION_END,
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
resolveConnectivityProbe,
|
|
49
49
|
worseConnectivityOutcome,
|
|
50
50
|
wrapScheduledTaskPrompt
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-PONGSI2H.js";
|
|
52
52
|
import {
|
|
53
53
|
parsePsRows
|
|
54
54
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -6030,7 +6030,7 @@ function exchangeFailureKind(err) {
|
|
|
6030
6030
|
}
|
|
6031
6031
|
|
|
6032
6032
|
// src/lib/api-client.ts
|
|
6033
|
-
var agtCliVersion = true ? "0.28.
|
|
6033
|
+
var agtCliVersion = true ? "0.28.600" : "dev";
|
|
6034
6034
|
var lastConfigHash = null;
|
|
6035
6035
|
function setConfigHash(hash) {
|
|
6036
6036
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -9485,4 +9485,4 @@ export {
|
|
|
9485
9485
|
managerInstallSystemUnitCommand,
|
|
9486
9486
|
managerUninstallSystemUnitCommand
|
|
9487
9487
|
};
|
|
9488
|
-
//# sourceMappingURL=chunk-
|
|
9488
|
+
//# sourceMappingURL=chunk-CA4F6NMI.js.map
|
|
@@ -11815,4 +11815,4 @@ export {
|
|
|
11815
11815
|
minutesSinceLocalMidnight,
|
|
11816
11816
|
peekCurrentSession
|
|
11817
11817
|
};
|
|
11818
|
-
//# sourceMappingURL=chunk-
|
|
11818
|
+
//# sourceMappingURL=chunk-PONGSI2H.js.map
|