@integrity-labs/agt-cli 0.28.162 → 0.28.164

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
@@ -37,7 +37,7 @@ import {
37
37
  success,
38
38
  table,
39
39
  warn
40
- } from "../chunk-G6NDQYBC.js";
40
+ } from "../chunk-7YBYMQNJ.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-U6HS4U7L.js";
68
+ } from "../chunk-SDUFTHIF.js";
69
69
 
70
70
  // src/bin/agt.ts
71
71
  import { join as join22 } from "path";
@@ -4778,7 +4778,7 @@ import { execFileSync, execSync } from "child_process";
4778
4778
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4779
4779
  import chalk18 from "chalk";
4780
4780
  import ora16 from "ora";
4781
- var cliVersion = true ? "0.28.162" : "dev";
4781
+ var cliVersion = true ? "0.28.164" : "dev";
4782
4782
  async function fetchLatestVersion() {
4783
4783
  const host2 = getHost();
4784
4784
  if (!host2) return null;
@@ -5792,7 +5792,7 @@ function handleError(err) {
5792
5792
  }
5793
5793
 
5794
5794
  // src/bin/agt.ts
5795
- var cliVersion2 = true ? "0.28.162" : "dev";
5795
+ var cliVersion2 = true ? "0.28.164" : "dev";
5796
5796
  var program = new Command();
5797
5797
  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");
5798
5798
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -3,7 +3,7 @@ import {
3
3
  formatMissingVar,
4
4
  isClaudeFastMode,
5
5
  probeMcpEnvSubstitution
6
- } from "./chunk-U6HS4U7L.js";
6
+ } from "./chunk-SDUFTHIF.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1588,4 +1588,4 @@ export {
1588
1588
  stopAllSessionsAndWait,
1589
1589
  getProjectDir
1590
1590
  };
1591
- //# sourceMappingURL=chunk-MNW2HVGO.js.map
1591
+ //# sourceMappingURL=chunk-6TIVVGA7.js.map
@@ -23,7 +23,7 @@ import {
23
23
  resolveConnectivityProbe,
24
24
  worseConnectivityOutcome,
25
25
  wrapScheduledTaskPrompt
26
- } from "./chunk-U6HS4U7L.js";
26
+ } from "./chunk-SDUFTHIF.js";
27
27
 
28
28
  // ../../packages/core/dist/integrations/registry.js
29
29
  var INTEGRATION_REGISTRY = [
@@ -184,7 +184,7 @@ var INTEGRATION_REGISTRY = [
184
184
  id: "kajabi",
185
185
  name: "Kajabi",
186
186
  category: "crm",
187
- description: "Run a Kajabi creator business from chat \u2014 read contacts, products, offers, and analytics, manage contact tags & segments, and draft email broadcasts & sequences. Wired as the hosted Kajabi MCP at https://mcp.kajabi.com/mcp.",
187
+ description: "Run a Kajabi creator business from chat: read contacts, products, offers, and analytics, manage contact tags & segments, and draft email broadcasts & sequences.",
188
188
  // Same remote streamable-HTTP MCP + OAuth pattern as Granola/Brand Ninja.
189
189
  // Kajabi's Doorkeeper AS implements the MCP discovery chain (RFC
190
190
  // 9728/8414/7591); auth is OAuth 2.0 authorization-code with PKCE (S256)
@@ -4079,7 +4079,11 @@ function buildOAuthRemoteMcpProxyEntry(definitionId, paths) {
4079
4079
  AGT_REMOTE_MCP_URL: provider.mcpUrl,
4080
4080
  AGT_REMOTE_MCP_TOKEN_FILE: paths.tokenFile,
4081
4081
  AGT_REMOTE_MCP_TOKEN_VAR: envVarForToken(definitionId),
4082
- AGT_REMOTE_MCP_LABEL: definitionId
4082
+ AGT_REMOTE_MCP_LABEL: definitionId,
4083
+ // ENG-6948: cap the agent's exposed surface to the curated allowlist. The
4084
+ // proxy filters tools/list and gates tools/call against this set. Omitted
4085
+ // when the provider has no allowlist, leaving the proxy a pass-through.
4086
+ ...provider.toolAllowlist && provider.toolAllowlist.length > 0 ? { AGT_REMOTE_MCP_TOOL_ALLOWLIST: provider.toolAllowlist.join(",") } : {}
4083
4087
  }
4084
4088
  };
4085
4089
  }
@@ -7944,7 +7948,7 @@ function requireHost() {
7944
7948
  }
7945
7949
 
7946
7950
  // src/lib/api-client.ts
7947
- var agtCliVersion = true ? "0.28.162" : "dev";
7951
+ var agtCliVersion = true ? "0.28.164" : "dev";
7948
7952
  var lastConfigHash = null;
7949
7953
  function setConfigHash(hash) {
7950
7954
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -9249,4 +9253,4 @@ export {
9249
9253
  managerInstallSystemUnitCommand,
9250
9254
  managerUninstallSystemUnitCommand
9251
9255
  };
9252
- //# sourceMappingURL=chunk-G6NDQYBC.js.map
9256
+ //# sourceMappingURL=chunk-7YBYMQNJ.js.map