@integrity-labs/agt-cli 0.28.580 → 0.28.581

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
@@ -40,7 +40,7 @@ import {
40
40
  success,
41
41
  table,
42
42
  warn
43
- } from "../chunk-YU2B3L6G.js";
43
+ } from "../chunk-VLAPXDCM.js";
44
44
  import {
45
45
  AnchorSessionClient,
46
46
  CHANNEL_REGISTRY,
@@ -71,7 +71,7 @@ import {
71
71
  requiredMcpWildcard,
72
72
  resolveChannels,
73
73
  serializeManifestForSlackCli
74
- } from "../chunk-RC5YRTZU.js";
74
+ } from "../chunk-RDBPQZVG.js";
75
75
  import "../chunk-XWVM4KPK.js";
76
76
 
77
77
  // src/bin/agt.ts
@@ -4853,7 +4853,7 @@ import { execFileSync, execSync } from "child_process";
4853
4853
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4854
4854
  import chalk18 from "chalk";
4855
4855
  import ora16 from "ora";
4856
- var cliVersion = true ? "0.28.580" : "dev";
4856
+ var cliVersion = true ? "0.28.581" : "dev";
4857
4857
  async function fetchLatestVersion() {
4858
4858
  const host2 = getHost();
4859
4859
  if (!host2) return null;
@@ -6031,7 +6031,7 @@ function handleError(err) {
6031
6031
  }
6032
6032
 
6033
6033
  // src/bin/agt.ts
6034
- var cliVersion2 = true ? "0.28.580" : "dev";
6034
+ var cliVersion2 = true ? "0.28.581" : "dev";
6035
6035
  var program = new Command();
6036
6036
  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");
6037
6037
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -7555,6 +7555,8 @@ var INTEGRATION_REGISTRY = [
7555
7555
  // credential. NOT a customer integration; do not promote to `published`.
7556
7556
  id: "augmented-admin",
7557
7557
  name: "Augmented Admin Debug",
7558
+ // ENG-8804: Staff-only cross-org debug surface: never customer-requestable.
7559
+ platform_internal: true,
7558
7560
  category: "infrastructure",
7559
7561
  description: "Integrity Labs staff-only: cross-org agent/host/integration/alert diagnostics for troubleshooting managed agents.",
7560
7562
  supported_auth_types: ["none"],
@@ -7575,6 +7577,8 @@ var INTEGRATION_REGISTRY = [
7575
7577
  // attached automatically to system_support agents at provisioning.
7576
7578
  id: "augmented-support",
7577
7579
  name: "Augmented Support",
7580
+ // ENG-8804: Attached automatically to system_support agents at provisioning.
7581
+ platform_internal: true,
7578
7582
  category: "infrastructure",
7579
7583
  description: "Per-org self-troubleshoot concierge: reads your org's agents, hosts, integrations, alerts, flags, and audit log, files support/feature requests, and proposes new agents for human approval - all scoped to your own organization.",
7580
7584
  supported_auth_types: ["none"],
@@ -7611,6 +7615,8 @@ var INTEGRATION_REGISTRY = [
7611
7615
  // surface that names them.
7612
7616
  id: "augmented-help-kb",
7613
7617
  name: "Augmented Help KB",
7618
+ // ENG-8804: Granted centrally (ENG-8542 auto-grant), never connected by a human.
7619
+ platform_internal: true,
7614
7620
  category: "knowledge",
7615
7621
  description: "The Augmented Team help knowledge base: search and read the shared, published product documentation (how-tos, common fixes, FAQs). Identical for every organization and org-neutral by design - it grants no view of your org's own state, and cannot file tickets or propose changes. Distinct from your organization's own knowledge store.",
7616
7622
  supported_auth_types: ["none"],
@@ -7924,6 +7930,7 @@ var integrationMap = new Map(INTEGRATION_REGISTRY.map((i) => [i.id, i]));
7924
7930
  function getIntegration(id) {
7925
7931
  return integrationMap.get(id);
7926
7932
  }
7933
+ var PLATFORM_INTERNAL_INTEGRATION_IDS = INTEGRATION_REGISTRY.filter((d) => d.platform_internal === true).map((d) => d.id);
7927
7934
  var INSTALLABLE_NATIVE_INTEGRATIONS = INTEGRATION_REGISTRY.filter((d) => d.installable != null).map((d) => ({
7928
7935
  id: d.id,
7929
7936
  name: d.name,
@@ -16013,4 +16020,4 @@ export {
16013
16020
  stopAllSessionsAndWait,
16014
16021
  getProjectDir
16015
16022
  };
16016
- //# sourceMappingURL=chunk-RC5YRTZU.js.map
16023
+ //# sourceMappingURL=chunk-RDBPQZVG.js.map