@integrity-labs/agt-cli 0.28.225 → 0.28.227
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-A36N2XXT.js → chunk-VUPYJ4WU.js} +51 -11
- package/dist/{chunk-A36N2XXT.js.map → chunk-VUPYJ4WU.js.map} +1 -1
- package/dist/{chunk-S43WVYAF.js → chunk-VV5IXUN6.js} +20 -2
- package/dist/chunk-VV5IXUN6.js.map +1 -0
- package/dist/{claude-pair-runtime-JFP2N723.js → claude-pair-runtime-CGFYM63W.js} +2 -2
- package/dist/lib/manager-worker.js +165 -13
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-I4CQEDME.js → persistent-session-VZ44GVA4.js} +2 -2
- package/dist/{responsiveness-probe-MIUMXKV4.js → responsiveness-probe-DLIVXYKX.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-S43WVYAF.js.map +0 -1
- /package/dist/{claude-pair-runtime-JFP2N723.js.map → claude-pair-runtime-CGFYM63W.js.map} +0 -0
- /package/dist/{persistent-session-I4CQEDME.js.map → persistent-session-VZ44GVA4.js.map} +0 -0
- /package/dist/{responsiveness-probe-MIUMXKV4.js.map → responsiveness-probe-DLIVXYKX.js.map} +0 -0
|
@@ -1862,7 +1862,7 @@ var AZURE_PROVISIONING_SCOPES = [
|
|
|
1862
1862
|
];
|
|
1863
1863
|
|
|
1864
1864
|
// ../../packages/core/dist/parser/frontmatter.js
|
|
1865
|
-
import { parse as parseYaml } from "yaml";
|
|
1865
|
+
import { parse as parseYaml, parseDocument } from "yaml";
|
|
1866
1866
|
function extractFrontmatter(content) {
|
|
1867
1867
|
const lines = content.split("\n");
|
|
1868
1868
|
let startLine = -1;
|
|
@@ -6899,6 +6899,17 @@ var FLAG_REGISTRY = [
|
|
|
6899
6899
|
defaultValue: false,
|
|
6900
6900
|
envVar: "AGT_SESSION_TOOL_PROBE_ENABLED"
|
|
6901
6901
|
},
|
|
6902
|
+
{
|
|
6903
|
+
key: "session-tool-rebind",
|
|
6904
|
+
description: "Auto-rebind MCP tools that fell out of a running session (ENG-7318, ENG-7053 Slice A). When ON, the session-tool-bind probe does not just report a hard-negative verdict - the manager SIGTERMs just that integration's MCP child so Claude Code's transport respawns it (no full agent restart, conversation context preserved). Fires on `missing` (a dead stdio/proxy child - the ENG-7301/Phil case) and on `unreachable` (an alive ENG-6859 OAuth-proxy child whose upstream stopped answering tools/list after a token rotated under the live session - the ENG-7318/Pepper case). Requires the `session-tool-probe` flag (it consumes that probe's verdict). The reap is debounced (the probe's ~1h cadence plus a per-integration cooldown) so a persistently-broken integration is rebound at most once per window, never every cycle. Boolean gate; ships dark - canary per host (agt-aws-1) before any fleet flip. AGT_SESSION_TOOL_REBIND_ENABLED is the highest-precedence operator override; precedence is env override > flag value > this default.",
|
|
6905
|
+
flagType: "boolean",
|
|
6906
|
+
defaultValue: false,
|
|
6907
|
+
envVar: "AGT_SESSION_TOOL_REBIND_ENABLED",
|
|
6908
|
+
// Reaps MCP children on a live customer agent (targeted, not a full restart,
|
|
6909
|
+
// but still a runtime mutation on customer infra); flipping it is worth an
|
|
6910
|
+
// explicit confirm.
|
|
6911
|
+
sensitive: true
|
|
6912
|
+
},
|
|
6902
6913
|
{
|
|
6903
6914
|
key: "channel-skip-reaction",
|
|
6904
6915
|
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.',
|
|
@@ -7009,6 +7020,13 @@ var FLAG_REGISTRY = [
|
|
|
7009
7020
|
defaultValue: false,
|
|
7010
7021
|
envVar: "AGT_MANAGER_FAILURE_NOTIFY_ENABLED"
|
|
7011
7022
|
},
|
|
7023
|
+
{
|
|
7024
|
+
key: "model-api-error-reporting",
|
|
7025
|
+
description: "Manager reports model-API failures (529 overloaded, 429 rate-limit, 5xx, timeouts) from spawned-agent output and its own eval/memory backend calls to the AGT API, which persists them and opens a threshold alert for early warning of provider incidents (ENG-7363). Boolean gate; ships dark. Materialized to the host flags-cache.",
|
|
7026
|
+
flagType: "boolean",
|
|
7027
|
+
defaultValue: false,
|
|
7028
|
+
envVar: "AGT_MODEL_API_ERROR_REPORTING_ENABLED"
|
|
7029
|
+
},
|
|
7012
7030
|
{
|
|
7013
7031
|
key: "manager-review-notify",
|
|
7014
7032
|
description: "Deliver the agent's weekly performance-review check-in to its human manager (reports_to, chain-walked \u2192 preferred channel) via the submit_performance_review tool (ENG-6513). Boolean gate; ships dark.",
|
|
@@ -8984,4 +9002,4 @@ export {
|
|
|
8984
9002
|
stopAllSessionsAndWait,
|
|
8985
9003
|
getProjectDir
|
|
8986
9004
|
};
|
|
8987
|
-
//# sourceMappingURL=chunk-
|
|
9005
|
+
//# sourceMappingURL=chunk-VV5IXUN6.js.map
|