@integrity-labs/agt-cli 0.28.12 → 0.28.13-canary.19

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-CHUL4CPY.js";
4
+ } from "./chunk-FW5TXDQC.js";
5
5
  import {
6
6
  reapOrphanChannelMcps
7
7
  } from "./chunk-XWVM4KPK.js";
@@ -1487,4 +1487,4 @@ export {
1487
1487
  stopAllSessionsAndWait,
1488
1488
  getProjectDir
1489
1489
  };
1490
- //# sourceMappingURL=chunk-7BWFZ7LX.js.map
1490
+ //# sourceMappingURL=chunk-F3RMS762.js.map
@@ -2392,6 +2392,16 @@ var FLAG_REGISTRY = [
2392
2392
  defaultValue: false,
2393
2393
  envVar: "AGT_CHANNEL_BUSY_ACK_ENABLED"
2394
2394
  },
2395
+ {
2396
+ key: "agent-restart-approval",
2397
+ description: "Route an agent's self-restart request (ENG-6373) through HITL approval to its Manager instead of the local-confirm + flag fast path. Idle requests auto-approve + notify; requests with active in-flight work page the Manager. Boolean gate; ships dark. When OFF the request_restart tool falls back to the legacy local-flag behaviour.",
2398
+ flagType: "boolean",
2399
+ defaultValue: false,
2400
+ envVar: "AGT_AGENT_RESTART_APPROVAL_ENABLED",
2401
+ // Enabling lets a (possibly prompt-injected) agent file Manager-facing
2402
+ // approval requests; flipping it is a capability change worth confirming.
2403
+ sensitive: true
2404
+ },
2395
2405
  {
2396
2406
  key: "direct-chat-doorbell",
2397
2407
  description: "Direct-chat doorbell + pull-cursor delivery (ENG-5927, ADR-0020): the manager rings a content-free doorbell and the agent's in-session MCP pulls via the capped /host/direct-chat/poll claim, replacing send-keys/one-shot delivery. Boolean gate; ships dark.",
@@ -5156,4 +5166,4 @@ export {
5156
5166
  coerceEnvValue,
5157
5167
  FLAGS_SCHEMA_VERSION
5158
5168
  };
5159
- //# sourceMappingURL=chunk-CHUL4CPY.js.map
5169
+ //# sourceMappingURL=chunk-FW5TXDQC.js.map