@integrity-labs/agt-cli 0.27.170 → 0.28.2
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-YX35EONG.js → chunk-I6QV3IE7.js} +8 -1
- package/dist/{chunk-YX35EONG.js.map → chunk-I6QV3IE7.js.map} +1 -1
- package/dist/{chunk-BMQQ63W2.js → chunk-K2HIV5DB.js} +2 -2
- package/dist/{chunk-U6LHLWWG.js → chunk-ZBMZTL7G.js} +2 -2
- package/dist/{claude-pair-runtime-IDCPU7YT.js → claude-pair-runtime-H73LQ5AR.js} +2 -2
- package/dist/lib/manager-worker.js +81 -9
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +215 -53
- package/dist/mcp/telegram-channel.js +91 -27
- package/dist/{persistent-session-YQTDRXSB.js → persistent-session-QXLGGGO2.js} +3 -3
- package/dist/{responsiveness-probe-IGQQFMSC.js → responsiveness-probe-3BUUOZZO.js} +56 -5
- package/dist/responsiveness-probe-3BUUOZZO.js.map +1 -0
- package/package.json +1 -1
- package/dist/responsiveness-probe-IGQQFMSC.js.map +0 -1
- /package/dist/{chunk-BMQQ63W2.js.map → chunk-K2HIV5DB.js.map} +0 -0
- /package/dist/{chunk-U6LHLWWG.js.map → chunk-ZBMZTL7G.js.map} +0 -0
- /package/dist/{claude-pair-runtime-IDCPU7YT.js.map → claude-pair-runtime-H73LQ5AR.js.map} +0 -0
- /package/dist/{persistent-session-YQTDRXSB.js.map → persistent-session-QXLGGGO2.js.map} +0 -0
|
@@ -2392,6 +2392,13 @@ var FLAG_REGISTRY = [
|
|
|
2392
2392
|
defaultValue: false,
|
|
2393
2393
|
envVar: "AGT_CHANNEL_BUSY_ACK_ENABLED"
|
|
2394
2394
|
},
|
|
2395
|
+
{
|
|
2396
|
+
key: "manager-failure-notify",
|
|
2397
|
+
description: "Route terminal integration-failure notifications to the agent's human manager (reports_to \u2192 preferred channel) instead of only the agent's own direct-chat (ENG-6334). Boolean gate; ships dark.",
|
|
2398
|
+
flagType: "boolean",
|
|
2399
|
+
defaultValue: false,
|
|
2400
|
+
envVar: "AGT_MANAGER_FAILURE_NOTIFY_ENABLED"
|
|
2401
|
+
},
|
|
2395
2402
|
{
|
|
2396
2403
|
key: "channel-quarantine-mode",
|
|
2397
2404
|
description: "Optional-channel quarantine (ENG-5932): off = disabled, shadow = log matches only, enforce = quarantine.",
|
|
@@ -5125,4 +5132,4 @@ export {
|
|
|
5125
5132
|
coerceEnvValue,
|
|
5126
5133
|
FLAGS_SCHEMA_VERSION
|
|
5127
5134
|
};
|
|
5128
|
-
//# sourceMappingURL=chunk-
|
|
5135
|
+
//# sourceMappingURL=chunk-I6QV3IE7.js.map
|