@integrity-labs/agt-cli 0.28.45 → 0.28.46
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-YEAHEXU7.js → chunk-34NTBWVL.js} +24 -3
- package/dist/{chunk-YEAHEXU7.js.map → chunk-34NTBWVL.js.map} +1 -1
- package/dist/{chunk-SJUD2BWU.js → chunk-ONG7KSRP.js} +8 -1
- package/dist/chunk-ONG7KSRP.js.map +1 -0
- package/dist/{chunk-2BRF2FDJ.js → chunk-UVE6VSU3.js} +2 -2
- package/dist/{claude-pair-runtime-YPTMIWJF.js → claude-pair-runtime-QXRSXJ4D.js} +2 -2
- package/dist/lib/manager-worker.js +12 -8
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +14 -4
- package/dist/mcp/telegram-channel.js +13 -3
- package/dist/{persistent-session-PNY26VBX.js → persistent-session-Q73X7PPM.js} +3 -3
- package/dist/{responsiveness-probe-4YMZ6LXO.js → responsiveness-probe-R7WZXP2Y.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-SJUD2BWU.js.map +0 -1
- /package/dist/{chunk-2BRF2FDJ.js.map → chunk-UVE6VSU3.js.map} +0 -0
- /package/dist/{claude-pair-runtime-YPTMIWJF.js.map → claude-pair-runtime-QXRSXJ4D.js.map} +0 -0
- /package/dist/{persistent-session-PNY26VBX.js.map → persistent-session-Q73X7PPM.js.map} +0 -0
- /package/dist/{responsiveness-probe-4YMZ6LXO.js.map → responsiveness-probe-R7WZXP2Y.js.map} +0 -0
|
@@ -963,6 +963,13 @@ var FLAG_REGISTRY = [
|
|
|
963
963
|
defaultValue: false,
|
|
964
964
|
envVar: "AGT_CHANNEL_BUSY_ACK_ENABLED"
|
|
965
965
|
},
|
|
966
|
+
{
|
|
967
|
+
key: "channel-skip-reaction",
|
|
968
|
+
description: 'Seen-but-skipping reaction (ENG-6464): the agent adds a configured emoji (e.g. \u2796 / \u{1FAE1}) to a DM or thread message it saw but deliberately chose not to reply to, so the sender can tell "seen and skipped" from "never received". Explicit-agent-verb model (no Stop-hook inference). Boolean gate; ships dark \u2014 inert until flipped on per host/org.',
|
|
969
|
+
flagType: "boolean",
|
|
970
|
+
defaultValue: false,
|
|
971
|
+
envVar: "AGT_CHANNEL_SKIP_REACTION_ENABLED"
|
|
972
|
+
},
|
|
966
973
|
{
|
|
967
974
|
key: "agent-restart-approval",
|
|
968
975
|
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.",
|
|
@@ -5439,4 +5446,4 @@ export {
|
|
|
5439
5446
|
parseEnvIntegrations,
|
|
5440
5447
|
probeMcpEnvSubstitution
|
|
5441
5448
|
};
|
|
5442
|
-
//# sourceMappingURL=chunk-
|
|
5449
|
+
//# sourceMappingURL=chunk-ONG7KSRP.js.map
|