@integrity-labs/agt-cli 0.28.240 → 0.28.241
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-NKPLBXYS.js → chunk-ALYKJRFJ.js} +3 -3
- package/dist/{chunk-GO4VMK2P.js → chunk-LSOXMJYA.js} +8 -1
- package/dist/{chunk-GO4VMK2P.js.map → chunk-LSOXMJYA.js.map} +1 -1
- package/dist/{claude-pair-runtime-422CI7SM.js → claude-pair-runtime-4NHJGZBH.js} +2 -2
- package/dist/lib/manager-worker.js +65 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/origami.js +7 -0
- package/dist/{persistent-session-RRCU7CQJ.js → persistent-session-W2MICXSS.js} +2 -2
- package/dist/{responsiveness-probe-K5HFFW5F.js → responsiveness-probe-R7NX5NRH.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-NKPLBXYS.js.map → chunk-ALYKJRFJ.js.map} +0 -0
- /package/dist/{claude-pair-runtime-422CI7SM.js.map → claude-pair-runtime-4NHJGZBH.js.map} +0 -0
- /package/dist/{persistent-session-RRCU7CQJ.js.map → persistent-session-W2MICXSS.js.map} +0 -0
- /package/dist/{responsiveness-probe-K5HFFW5F.js.map → responsiveness-probe-R7NX5NRH.js.map} +0 -0
package/dist/mcp/origami.js
CHANGED
|
@@ -39531,6 +39531,13 @@ var FLAG_REGISTRY = [
|
|
|
39531
39531
|
defaultValue: false,
|
|
39532
39532
|
envVar: "AGT_RESTART_DOORBELL_ENABLED"
|
|
39533
39533
|
},
|
|
39534
|
+
{
|
|
39535
|
+
key: "fast-mcp-restart-respawn",
|
|
39536
|
+
description: "Fast MCP-restart respawn (ENG-7401 Phase 2): when ON, after the manager stops an agent session for an MCP-servers change (integration add/remove, channel-set change, managed-toolkit churn, bind remediation) it respawns that one agent immediately - reusing the same spawn path as the poll and the restart-doorbell fast lane - instead of waiting up to a full poll cycle (~50-110s) for the next health check to notice the session is down. .mcp.json was already re-rendered before the stop, so the immediate respawn picks up the new config. The slow poll remains the durable backstop, so a failed fast respawn only costs latency, never correctness. Ships dark (default off); staged on the agt-aws-1 canary before fleet enable. The AGT_FAST_MCP_RESTART_RESPAWN_ENABLED env override is the per-host escape hatch and kill switch; precedence is env override > flag value > this default.",
|
|
39537
|
+
flagType: "boolean",
|
|
39538
|
+
defaultValue: false,
|
|
39539
|
+
envVar: "AGT_FAST_MCP_RESTART_RESPAWN_ENABLED"
|
|
39540
|
+
},
|
|
39534
39541
|
{
|
|
39535
39542
|
key: "channel-silent-loss-alarm",
|
|
39536
39543
|
description: "Channel silent-loss alarm (ENG-6728): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm that pages on a `ChannelDeflections` Cause=replay_orphaned datapoint (a recoverable inbound aged out without delivery). Observe-first rollout gate, flipped stage-wide from the admin Feature Flags page; the underlying metric ships since ENG-6355. The AUGMENTED_CHANNEL_SILENT_LOSS_ALARM_ENABLED env var is retained as the highest-precedence operator override; precedence is env override > flag value > this default.",
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-LSOXMJYA.js";
|
|
40
40
|
import "./chunk-XWVM4KPK.js";
|
|
41
41
|
export {
|
|
42
42
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
writeEgressAllowlist,
|
|
78
78
|
writePersistentClaudeWrapper
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=persistent-session-
|
|
80
|
+
//# sourceMappingURL=persistent-session-W2MICXSS.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-LSOXMJYA.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -418,4 +418,4 @@ export {
|
|
|
418
418
|
readAndResetSlackReplyBindingClassifications,
|
|
419
419
|
readAndResetSlackReplyTargetClassifications
|
|
420
420
|
};
|
|
421
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
421
|
+
//# sourceMappingURL=responsiveness-probe-R7NX5NRH.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|