@integrity-labs/agt-cli 0.28.195 → 0.28.196
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-QREXUCHH.js → chunk-2GSFMQCT.js} +3 -3
- package/dist/{chunk-4D2OW6W6.js → chunk-C42HT3QT.js} +16 -16
- package/dist/chunk-C42HT3QT.js.map +1 -0
- package/dist/{chunk-AABQHAHG.js → chunk-H5KQGGFU.js} +2 -2
- package/dist/{claude-pair-runtime-LNY256PK.js → claude-pair-runtime-V2ZF43OE.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/mcp/slack-channel.js +2 -1
- package/dist/{persistent-session-HKZD767L.js → persistent-session-PKGKXWD2.js} +3 -3
- package/dist/{responsiveness-probe-WGO7BF64.js → responsiveness-probe-SSDLOYZB.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-4D2OW6W6.js.map +0 -1
- /package/dist/{chunk-QREXUCHH.js.map → chunk-2GSFMQCT.js.map} +0 -0
- /package/dist/{chunk-AABQHAHG.js.map → chunk-H5KQGGFU.js.map} +0 -0
- /package/dist/{claude-pair-runtime-LNY256PK.js.map → claude-pair-runtime-V2ZF43OE.js.map} +0 -0
- /package/dist/{persistent-session-HKZD767L.js.map → persistent-session-PKGKXWD2.js.map} +0 -0
- /package/dist/{responsiveness-probe-WGO7BF64.js.map → responsiveness-probe-SSDLOYZB.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
success,
|
|
38
38
|
table,
|
|
39
39
|
warn
|
|
40
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-2GSFMQCT.js";
|
|
41
41
|
import {
|
|
42
42
|
CHANNEL_REGISTRY,
|
|
43
43
|
DEFAULT_FRAMEWORK,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
renderTemplate,
|
|
66
66
|
resolveChannels,
|
|
67
67
|
serializeManifestForSlackCli
|
|
68
|
-
} from "../chunk-
|
|
68
|
+
} from "../chunk-C42HT3QT.js";
|
|
69
69
|
|
|
70
70
|
// src/bin/agt.ts
|
|
71
71
|
import { join as join22 } from "path";
|
|
@@ -4749,7 +4749,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4749
4749
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4750
4750
|
import chalk18 from "chalk";
|
|
4751
4751
|
import ora16 from "ora";
|
|
4752
|
-
var cliVersion = true ? "0.28.
|
|
4752
|
+
var cliVersion = true ? "0.28.196" : "dev";
|
|
4753
4753
|
async function fetchLatestVersion() {
|
|
4754
4754
|
const host2 = getHost();
|
|
4755
4755
|
if (!host2) return null;
|
|
@@ -5763,7 +5763,7 @@ function handleError(err) {
|
|
|
5763
5763
|
}
|
|
5764
5764
|
|
|
5765
5765
|
// src/bin/agt.ts
|
|
5766
|
-
var cliVersion2 = true ? "0.28.
|
|
5766
|
+
var cliVersion2 = true ? "0.28.196" : "dev";
|
|
5767
5767
|
var program = new Command();
|
|
5768
5768
|
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");
|
|
5769
5769
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
resolveConnectivityProbe,
|
|
17
17
|
worseConnectivityOutcome,
|
|
18
18
|
wrapScheduledTaskPrompt
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-C42HT3QT.js";
|
|
20
20
|
|
|
21
21
|
// ../../packages/core/dist/provisioning/mcp-config-guards.js
|
|
22
22
|
import { chmodSync, existsSync, readFileSync, renameSync, writeFileSync, unlinkSync } from "fs";
|
|
@@ -6120,7 +6120,7 @@ function requireHost() {
|
|
|
6120
6120
|
}
|
|
6121
6121
|
|
|
6122
6122
|
// src/lib/api-client.ts
|
|
6123
|
-
var agtCliVersion = true ? "0.28.
|
|
6123
|
+
var agtCliVersion = true ? "0.28.196" : "dev";
|
|
6124
6124
|
var lastConfigHash = null;
|
|
6125
6125
|
function setConfigHash(hash) {
|
|
6126
6126
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -7425,4 +7425,4 @@ export {
|
|
|
7425
7425
|
managerInstallSystemUnitCommand,
|
|
7426
7426
|
managerUninstallSystemUnitCommand
|
|
7427
7427
|
};
|
|
7428
|
-
//# sourceMappingURL=chunk-
|
|
7428
|
+
//# sourceMappingURL=chunk-2GSFMQCT.js.map
|
|
@@ -3586,11 +3586,11 @@ var ROLE_PERMISSIONS = {
|
|
|
3586
3586
|
"host.create",
|
|
3587
3587
|
"host.manage",
|
|
3588
3588
|
"host.view",
|
|
3589
|
-
"
|
|
3590
|
-
"
|
|
3591
|
-
"
|
|
3592
|
-
"
|
|
3593
|
-
"
|
|
3589
|
+
"integration.view",
|
|
3590
|
+
"integration.install",
|
|
3591
|
+
"integration.configure",
|
|
3592
|
+
"integration.manage_scopes",
|
|
3593
|
+
"integration.approve_requests",
|
|
3594
3594
|
"project.view",
|
|
3595
3595
|
"project.create",
|
|
3596
3596
|
"project.edit",
|
|
@@ -3612,11 +3612,11 @@ var ROLE_PERMISSIONS = {
|
|
|
3612
3612
|
"host.create",
|
|
3613
3613
|
"host.manage",
|
|
3614
3614
|
"host.view",
|
|
3615
|
-
"
|
|
3616
|
-
"
|
|
3617
|
-
"
|
|
3618
|
-
"
|
|
3619
|
-
"
|
|
3615
|
+
"integration.view",
|
|
3616
|
+
"integration.install",
|
|
3617
|
+
"integration.configure",
|
|
3618
|
+
"integration.manage_scopes",
|
|
3619
|
+
"integration.approve_requests",
|
|
3620
3620
|
"project.view",
|
|
3621
3621
|
"project.create",
|
|
3622
3622
|
"project.edit",
|
|
@@ -3630,10 +3630,10 @@ var ROLE_PERMISSIONS = {
|
|
|
3630
3630
|
"agent.view",
|
|
3631
3631
|
"audit_log.view",
|
|
3632
3632
|
"host.view",
|
|
3633
|
-
"
|
|
3634
|
-
"
|
|
3635
|
-
"
|
|
3636
|
-
"
|
|
3633
|
+
"integration.view",
|
|
3634
|
+
"integration.install",
|
|
3635
|
+
"integration.configure",
|
|
3636
|
+
"integration.manage_scopes",
|
|
3637
3637
|
"project.view",
|
|
3638
3638
|
"project.create",
|
|
3639
3639
|
"project.edit",
|
|
@@ -3645,7 +3645,7 @@ var ROLE_PERMISSIONS = {
|
|
|
3645
3645
|
"agent.view",
|
|
3646
3646
|
"audit_log.view",
|
|
3647
3647
|
"host.view",
|
|
3648
|
-
"
|
|
3648
|
+
"integration.view",
|
|
3649
3649
|
"project.view"
|
|
3650
3650
|
]
|
|
3651
3651
|
};
|
|
@@ -6606,4 +6606,4 @@ export {
|
|
|
6606
6606
|
parseEnvIntegrations,
|
|
6607
6607
|
probeMcpEnvSubstitution
|
|
6608
6608
|
};
|
|
6609
|
-
//# sourceMappingURL=chunk-
|
|
6609
|
+
//# sourceMappingURL=chunk-C42HT3QT.js.map
|