@integrity-labs/agt-cli 0.28.276 → 0.28.278

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.
@@ -39680,6 +39680,13 @@ var FLAG_REGISTRY = [
39680
39680
  defaultValue: false,
39681
39681
  envVar: "AGT_CONNECTIVITY_PROBE_ENABLED"
39682
39682
  },
39683
+ {
39684
+ key: "bind-remediation",
39685
+ description: "Host-side bind-remediation self-heal (ENG-6203): when ON, after a hot-reload MCP restart fails to bind its tools across the bounded verify attempts, the manager forces ONE more gated re-respawn (breaker-capped) so the ensure-pass re-reads .mcp.json and binds the tools, instead of leaving the live session on its pre-restart tool set. ENG-7575 layers a first-connect backoff on top (defer the re-respawn while a freshly-added integration is still transient_error). Migrated from the raw AGT_BIND_REMEDIATION_ENABLED env gate to this registry flag (ENG-7586, ADR-0022) so it can be flipped centrally/staged like connectivity-probe; the env var is retained as the highest-precedence operator override (env override > flag value > this default). Boolean gate; ships dark.",
39686
+ flagType: "boolean",
39687
+ defaultValue: false,
39688
+ envVar: "AGT_BIND_REMEDIATION_ENABLED"
39689
+ },
39683
39690
  {
39684
39691
  key: "session-tool-probe",
39685
39692
  description: `Host-side live-session tool-bind probe (ENG-7053 / ENG-7220): when ON, the manager periodically checks whether each integration's MCP tools are actually bound in the running agent session (stdio child alive / remote MCP answers tools/list) and reports a bound|missing|unreachable|unknown verdict to /host/session-tool-bind. This is the signal the Add Integration modal polls to confirm a newly-added integration came online after the agent's next restart, rather than resolving at "credentials verified". Observational only (no auto rebind). Boolean gate; ships dark. AGT_SESSION_TOOL_PROBE_ENABLED is 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-THMHJITM.js";
39
+ } from "./chunk-A7YRADAE.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-SDDSZN5E.js.map
80
+ //# sourceMappingURL=persistent-session-7VXSBY2O.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-THMHJITM.js";
3
+ } from "./chunk-A7YRADAE.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-ODKT4WUR.js.map
421
+ //# sourceMappingURL=responsiveness-probe-MDPN2ZDT.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.276",
3
+ "version": "0.28.278",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {