@integrity-labs/agt-cli 0.28.561 → 0.28.563

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.
@@ -26,6 +26,7 @@ import {
26
26
  getFlagDefinition,
27
27
  getFramework,
28
28
  handshakeToolsListOutcome,
29
+ isControlPlaneOnlyConfigKey,
29
30
  isDefaultRemoteMcpConnection,
30
31
  isolationMode,
31
32
  listFlagDefinitions,
@@ -45,7 +46,7 @@ import {
45
46
  resolveConnectivityProbe,
46
47
  worseConnectivityOutcome,
47
48
  wrapScheduledTaskPrompt
48
- } from "./chunk-MWGJOFRI.js";
49
+ } from "./chunk-37XH72RK.js";
49
50
  import {
50
51
  parsePsRows
51
52
  } from "./chunk-XWVM4KPK.js";
@@ -4877,6 +4878,8 @@ ${sections}`
4877
4878
  if (integration.config) {
4878
4879
  const config = integration.config;
4879
4880
  for (const [key, value] of Object.entries(config)) {
4881
+ if (isControlPlaneOnlyConfigKey(key))
4882
+ continue;
4880
4883
  if (typeof value === "string" && value) {
4881
4884
  const upperKey = key.toUpperCase();
4882
4885
  const stripped = upperKey.startsWith(`${unscopedPrefix}_`) ? upperKey.slice(unscopedPrefix.length + 1) : upperKey;
@@ -5643,7 +5646,7 @@ function exchangeFailureKind(err) {
5643
5646
  }
5644
5647
 
5645
5648
  // src/lib/api-client.ts
5646
- var agtCliVersion = true ? "0.28.561" : "dev";
5649
+ var agtCliVersion = true ? "0.28.563" : "dev";
5647
5650
  var lastConfigHash = null;
5648
5651
  function setConfigHash(hash) {
5649
5652
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -9008,4 +9011,4 @@ export {
9008
9011
  managerInstallSystemUnitCommand,
9009
9012
  managerUninstallSystemUnitCommand
9010
9013
  };
9011
- //# sourceMappingURL=chunk-HBZ6OURT.js.map
9014
+ //# sourceMappingURL=chunk-UKV7Z7ZC.js.map