@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.
- package/dist/bin/agt.js +4 -4
- package/dist/{chunk-MZ7EU4V7.js → chunk-CVID4T6Q.js} +79 -65
- package/dist/{chunk-MZ7EU4V7.js.map → chunk-CVID4T6Q.js.map} +1 -1
- package/dist/{chunk-4LZBDTFJ.js → chunk-V5CRVBVC.js} +12 -2
- package/dist/{chunk-4LZBDTFJ.js.map → chunk-V5CRVBVC.js.map} +1 -1
- package/dist/{claude-pair-runtime-XUI3TOGS.js → claude-pair-runtime-HDSV7CKE.js} +2 -2
- package/dist/lib/manager-worker.js +17 -12
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-34CDP2I3.js → persistent-session-GRCJPRH5.js} +2 -2
- package/dist/{responsiveness-probe-T7WBF4FX.js → responsiveness-probe-DNM5APN5.js} +2 -2
- package/package.json +1 -1
- /package/dist/{claude-pair-runtime-XUI3TOGS.js.map → claude-pair-runtime-HDSV7CKE.js.map} +0 -0
- /package/dist/{persistent-session-34CDP2I3.js.map → persistent-session-GRCJPRH5.js.map} +0 -0
- /package/dist/{responsiveness-probe-T7WBF4FX.js.map → responsiveness-probe-DNM5APN5.js.map} +0 -0
|
@@ -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-
|
|
12465
|
+
//# sourceMappingURL=chunk-V5CRVBVC.js.map
|