@integrity-labs/agt-cli 0.28.99 → 0.28.100

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.
@@ -1060,6 +1060,16 @@ var FLAG_REGISTRY = [
1060
1060
  // gate is off rather than rendering a button that 403s.
1061
1061
  public: true
1062
1062
  },
1063
+ {
1064
+ key: "admin-send-keys",
1065
+ description: "Interactive send-keys rescue on the live terminal (ENG-6611): POST /admin/agents/:id/send-keys runs a buttons-only, allowlisted tmux send-keys (Enter, Ctrl-C, Esc, arrows, single-char answer + Enter) over SSM to rescue a wedged agent. It is a customer-host WRITE, so it ships dark and the route ALSO hard-gates the target to an is_internal (IL-owned) org regardless of this flag - customer agents are a separate later decision. Gate evaluated server-side at the send endpoint, independent of Diagnostics-tab visibility (the ENG-6639 firewall). No free-text (that is ENG-6643).",
1066
+ flagType: "boolean",
1067
+ defaultValue: false,
1068
+ // Capability change on customer infrastructure; flipping it is worth an explicit confirm.
1069
+ sensitive: true,
1070
+ // Exposed to the browser so the live modal can show/hide the quick-action row.
1071
+ public: true
1072
+ },
1063
1073
  {
1064
1074
  key: "channel-replay",
1065
1075
  description: "Durable channel-inbound replay (ENG-5969): re-push an uncleared pending-inbound marker when the session is alive so a dropped fire-once notification is recovered (bounded by MAX_MARKER_REPLAYS). Boolean gate; ships dark \u2014 per-host canary (agt-aws-1) before any fleet flip (ENG-6354). It actively re-delivers inbound, so it stays inert until flipped on per host/org.",
@@ -5696,4 +5706,4 @@ export {
5696
5706
  parseEnvIntegrations,
5697
5707
  probeMcpEnvSubstitution
5698
5708
  };
5699
- //# sourceMappingURL=chunk-IPSZZQ3D.js.map
5709
+ //# sourceMappingURL=chunk-5DYG42FL.js.map