@integrity-labs/agt-cli 0.14.14 → 0.14.16
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
CHANGED
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
success,
|
|
46
46
|
table,
|
|
47
47
|
warn
|
|
48
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-NR3CFHSM.js";
|
|
49
49
|
|
|
50
50
|
// src/bin/agt.ts
|
|
51
51
|
import { join as join9 } from "path";
|
|
@@ -3402,7 +3402,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
3402
3402
|
import { existsSync as existsSync4, realpathSync } from "fs";
|
|
3403
3403
|
import chalk17 from "chalk";
|
|
3404
3404
|
import ora15 from "ora";
|
|
3405
|
-
var cliVersion = true ? "0.14.
|
|
3405
|
+
var cliVersion = true ? "0.14.16" : "dev";
|
|
3406
3406
|
async function fetchLatestVersion() {
|
|
3407
3407
|
const host2 = getHost();
|
|
3408
3408
|
if (!host2) return null;
|
|
@@ -3851,7 +3851,7 @@ function handleError(err) {
|
|
|
3851
3851
|
}
|
|
3852
3852
|
|
|
3853
3853
|
// src/bin/agt.ts
|
|
3854
|
-
var cliVersion2 = true ? "0.14.
|
|
3854
|
+
var cliVersion2 = true ? "0.14.16" : "dev";
|
|
3855
3855
|
var program = new Command();
|
|
3856
3856
|
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");
|
|
3857
3857
|
program.hook("preAction", (thisCommand) => {
|
|
@@ -773,7 +773,8 @@ var CHANNEL_REGISTRY = [
|
|
|
773
773
|
{ id: "tlon", name: "Tlon", securityTier: "standard", e2eEncrypted: true, auditTrail: true, publicExposureRisk: "Low" },
|
|
774
774
|
{ id: "bluebubbles", name: "BlueBubbles", securityTier: "limited", e2eEncrypted: false, auditTrail: false, publicExposureRisk: "Low" },
|
|
775
775
|
{ id: "beam", name: "Beam Protocol", securityTier: "elevated", e2eEncrypted: true, auditTrail: true, publicExposureRisk: "Low" },
|
|
776
|
-
{ id: "direct-chat", name: "Direct Chat", securityTier: "standard", e2eEncrypted: false, auditTrail: true, publicExposureRisk: "Low" }
|
|
776
|
+
{ id: "direct-chat", name: "Direct Chat", securityTier: "standard", e2eEncrypted: false, auditTrail: true, publicExposureRisk: "Low" },
|
|
777
|
+
{ id: "grok-voice", name: "Grok Voice", securityTier: "standard", e2eEncrypted: false, auditTrail: true, publicExposureRisk: "Medium" }
|
|
777
778
|
];
|
|
778
779
|
var channelMap = new Map(CHANNEL_REGISTRY.map((c) => [c.id, c]));
|
|
779
780
|
function getChannel(id) {
|
|
@@ -5170,7 +5171,9 @@ var charter_frontmatter_v1_default = {
|
|
|
5170
5171
|
"zalo",
|
|
5171
5172
|
"tlon",
|
|
5172
5173
|
"bluebubbles",
|
|
5173
|
-
"beam"
|
|
5174
|
+
"beam",
|
|
5175
|
+
"direct-chat",
|
|
5176
|
+
"grok-voice"
|
|
5174
5177
|
]
|
|
5175
5178
|
},
|
|
5176
5179
|
uniqueItems: true
|
|
@@ -5198,7 +5201,9 @@ var charter_frontmatter_v1_default = {
|
|
|
5198
5201
|
"zalo",
|
|
5199
5202
|
"tlon",
|
|
5200
5203
|
"bluebubbles",
|
|
5201
|
-
"beam"
|
|
5204
|
+
"beam",
|
|
5205
|
+
"direct-chat",
|
|
5206
|
+
"grok-voice"
|
|
5202
5207
|
]
|
|
5203
5208
|
},
|
|
5204
5209
|
uniqueItems: true
|
|
@@ -6934,4 +6939,4 @@ export {
|
|
|
6934
6939
|
managerStopCommand,
|
|
6935
6940
|
managerStatusCommand
|
|
6936
6941
|
};
|
|
6937
|
-
//# sourceMappingURL=chunk-
|
|
6942
|
+
//# sourceMappingURL=chunk-NR3CFHSM.js.map
|