@integrity-labs/agt-cli 0.28.400 → 0.28.402

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.
@@ -8892,7 +8892,17 @@ function buildOpencodePermission(tools) {
8892
8892
  // by the manager spawning each agent in its own project dir.
8893
8893
  edit: "allow",
8894
8894
  webfetch: denyNetwork ? "deny" : "allow",
8895
- bash
8895
+ bash,
8896
+ // ENG-8058: opencode's `question` permission governs the agent asking the
8897
+ // user (its built-in question/ask tool). Left unset it falls through to a
8898
+ // blocking default and DEADLOCKS the same way `ask` does on a headless
8899
+ // serve - nobody answers, the turn hangs ~180s, produces no reply, and the
8900
+ // agent shows offline (root-caused live on nora). `deny` is a clean
8901
+ // rejection so the model proceeds instead of blocking. This is NOT solved
8902
+ // by skip-permissions/yolo, which bypasses tool APPROVAL, not the agent
8903
+ // ASKING (Claude Code agents can still wedge on AskUserQuestion with
8904
+ // --dangerously-skip-permissions on).
8905
+ question: "deny"
8896
8906
  };
8897
8907
  }
8898
8908
  function buildAugmentedMcpServer(input, mcpBundlePath2) {
@@ -12452,4 +12462,4 @@ export {
12452
12462
  stopAllSessionsAndWait,
12453
12463
  getProjectDir
12454
12464
  };
12455
- //# sourceMappingURL=chunk-4LZBDTFJ.js.map
12465
+ //# sourceMappingURL=chunk-V5CRVBVC.js.map