@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.
- package/dist/bin/agt.js +4 -4
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-7BWFZ7LX.js → chunk-F3RMS762.js} +2 -2
- package/dist/{chunk-CHUL4CPY.js → chunk-FW5TXDQC.js} +11 -1
- package/dist/{chunk-CHUL4CPY.js.map → chunk-FW5TXDQC.js.map} +1 -1
- package/dist/{chunk-27VZ6HII.js → chunk-JMA55LBY.js} +2 -2
- package/dist/{claude-pair-runtime-AVIWH62D.js → claude-pair-runtime-VQWI5YXW.js} +2 -2
- package/dist/lib/manager-worker.js +438 -426
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +74 -4
- package/dist/mcp/slack-channel.js +14 -0
- package/dist/{persistent-session-EO6TNQK2.js → persistent-session-MIRJWKG7.js} +3 -3
- package/dist/{responsiveness-probe-SV6QQHRW.js → responsiveness-probe-3G7C4AP4.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-7BWFZ7LX.js.map → chunk-F3RMS762.js.map} +0 -0
- /package/dist/{chunk-27VZ6HII.js.map → chunk-JMA55LBY.js.map} +0 -0
- /package/dist/{claude-pair-runtime-AVIWH62D.js.map → claude-pair-runtime-VQWI5YXW.js.map} +0 -0
- /package/dist/{persistent-session-EO6TNQK2.js.map → persistent-session-MIRJWKG7.js.map} +0 -0
- /package/dist/{responsiveness-probe-SV6QQHRW.js.map → responsiveness-probe-3G7C4AP4.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
claudeModelAlias,
|
|
3
3
|
isClaudeFastMode
|
|
4
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
5169
|
+
//# sourceMappingURL=chunk-FW5TXDQC.js.map
|