@integrity-labs/agt-cli 0.28.204 → 0.28.206

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 CHANGED
@@ -37,7 +37,7 @@ import {
37
37
  success,
38
38
  table,
39
39
  warn
40
- } from "../chunk-DKVV2REL.js";
40
+ } from "../chunk-WALP3HBE.js";
41
41
  import {
42
42
  CHANNEL_REGISTRY,
43
43
  DEFAULT_FRAMEWORK,
@@ -65,7 +65,7 @@ import {
65
65
  renderTemplate,
66
66
  resolveChannels,
67
67
  serializeManifestForSlackCli
68
- } from "../chunk-2AWUVRIX.js";
68
+ } from "../chunk-ELBYWACS.js";
69
69
 
70
70
  // src/bin/agt.ts
71
71
  import { join as join22 } from "path";
@@ -4749,7 +4749,7 @@ import { execFileSync, execSync } from "child_process";
4749
4749
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4750
4750
  import chalk18 from "chalk";
4751
4751
  import ora16 from "ora";
4752
- var cliVersion = true ? "0.28.204" : "dev";
4752
+ var cliVersion = true ? "0.28.206" : "dev";
4753
4753
  async function fetchLatestVersion() {
4754
4754
  const host2 = getHost();
4755
4755
  if (!host2) return null;
@@ -5763,7 +5763,7 @@ function handleError(err) {
5763
5763
  }
5764
5764
 
5765
5765
  // src/bin/agt.ts
5766
- var cliVersion2 = true ? "0.28.204" : "dev";
5766
+ var cliVersion2 = true ? "0.28.206" : "dev";
5767
5767
  var program = new Command();
5768
5768
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
5769
5769
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -2185,6 +2185,20 @@ var FLAG_REGISTRY = [
2185
2185
  // operational decision with blast radius, so mutations require confirmation.
2186
2186
  sensitive: true
2187
2187
  },
2188
+ {
2189
+ key: "connectivity-probe",
2190
+ description: "Host-side rolling integration connectivity probe (ENG-5641): when ON, the manager probes each integration ~hourly using the agent's real creds/MCP and reports to /host/integration-connectivity, which populates last_connectivity_* and feeds the central escalation evaluator (integration-connectivity-escalation) and reconnect notifications. It is the only continuous writer of last_connectivity_status (the monitor cron only reads it). Migrated from the raw AGT_CONNECTIVITY_PROBE_ENABLED env gate to this registry flag (ENG-7220) so both halves of the connectivity subsystem are flag-managed; the env var is retained as the highest-precedence operator override (env override > flag value > this default). Boolean gate; ships dark.",
2191
+ flagType: "boolean",
2192
+ defaultValue: false,
2193
+ envVar: "AGT_CONNECTIVITY_PROBE_ENABLED"
2194
+ },
2195
+ {
2196
+ key: "session-tool-probe",
2197
+ 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.`,
2198
+ flagType: "boolean",
2199
+ defaultValue: false,
2200
+ envVar: "AGT_SESSION_TOOL_PROBE_ENABLED"
2201
+ },
2188
2202
  {
2189
2203
  key: "channel-skip-reaction",
2190
2204
  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.',
@@ -6047,6 +6061,10 @@ async function probeHttpProvider(definitionId, credentials, fetchImpl = fetch) {
6047
6061
  }
6048
6062
  }
6049
6063
 
6064
+ // ../../packages/core/dist/direct-chat/upload.js
6065
+ var MB2 = 1024 * 1024;
6066
+ var DIRECT_CHAT_UPLOAD_MAX_BYTES = 10 * MB2;
6067
+
6050
6068
  // ../../packages/core/dist/admin-debug/index.js
6051
6069
  var STUCK_RESTART_THRESHOLD_SECONDS = 15 * 60;
6052
6070
 
@@ -7294,4 +7312,4 @@ export {
7294
7312
  parseEnvIntegrations,
7295
7313
  probeMcpEnvSubstitution
7296
7314
  };
7297
- //# sourceMappingURL=chunk-2AWUVRIX.js.map
7315
+ //# sourceMappingURL=chunk-ELBYWACS.js.map