@integrity-labs/agt-cli 0.28.135 → 0.28.137

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-Z5ROLNAG.js";
40
+ } from "../chunk-PU44HJCM.js";
41
41
  import {
42
42
  CHANNEL_REGISTRY,
43
43
  DEPLOYMENT_TEMPLATES,
@@ -64,7 +64,7 @@ import {
64
64
  renderTemplate,
65
65
  resolveChannels,
66
66
  serializeManifestForSlackCli
67
- } from "../chunk-RIT2OY5S.js";
67
+ } from "../chunk-ROOFBKRE.js";
68
68
 
69
69
  // src/bin/agt.ts
70
70
  import { join as join22 } from "path";
@@ -4777,7 +4777,7 @@ import { execFileSync, execSync } from "child_process";
4777
4777
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4778
4778
  import chalk18 from "chalk";
4779
4779
  import ora16 from "ora";
4780
- var cliVersion = true ? "0.28.135" : "dev";
4780
+ var cliVersion = true ? "0.28.137" : "dev";
4781
4781
  async function fetchLatestVersion() {
4782
4782
  const host2 = getHost();
4783
4783
  if (!host2) return null;
@@ -5791,7 +5791,7 @@ function handleError(err) {
5791
5791
  }
5792
5792
 
5793
5793
  // src/bin/agt.ts
5794
- var cliVersion2 = true ? "0.28.135" : "dev";
5794
+ var cliVersion2 = true ? "0.28.137" : "dev";
5795
5795
  var program = new Command();
5796
5796
  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");
5797
5797
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -3,7 +3,7 @@ import {
3
3
  formatMissingVar,
4
4
  isClaudeFastMode,
5
5
  probeMcpEnvSubstitution
6
- } from "./chunk-RIT2OY5S.js";
6
+ } from "./chunk-ROOFBKRE.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1589,4 +1589,4 @@ export {
1589
1589
  stopAllSessionsAndWait,
1590
1590
  getProjectDir
1591
1591
  };
1592
- //# sourceMappingURL=chunk-U3CDNNEK.js.map
1592
+ //# sourceMappingURL=chunk-NGES4EZD.js.map
@@ -22,7 +22,7 @@ import {
22
22
  resolveConnectivityProbe,
23
23
  worseConnectivityOutcome,
24
24
  wrapScheduledTaskPrompt
25
- } from "./chunk-RIT2OY5S.js";
25
+ } from "./chunk-ROOFBKRE.js";
26
26
 
27
27
  // ../../packages/core/dist/integrations/registry.js
28
28
  var INTEGRATION_REGISTRY = [
@@ -7746,7 +7746,7 @@ function requireHost() {
7746
7746
  }
7747
7747
 
7748
7748
  // src/lib/api-client.ts
7749
- var agtCliVersion = true ? "0.28.135" : "dev";
7749
+ var agtCliVersion = true ? "0.28.137" : "dev";
7750
7750
  var lastConfigHash = null;
7751
7751
  function setConfigHash(hash) {
7752
7752
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -9043,4 +9043,4 @@ export {
9043
9043
  managerInstallSystemUnitCommand,
9044
9044
  managerUninstallSystemUnitCommand
9045
9045
  };
9046
- //# sourceMappingURL=chunk-Z5ROLNAG.js.map
9046
+ //# sourceMappingURL=chunk-PU44HJCM.js.map
@@ -1276,6 +1276,16 @@ var FLAG_REGISTRY = [
1276
1276
  defaultValue: true,
1277
1277
  envVar: "AGT_CHANNEL_REPLAY_ENABLED"
1278
1278
  },
1279
+ {
1280
+ key: "channel-silent-loss-alarm",
1281
+ 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.",
1282
+ flagType: "boolean",
1283
+ defaultValue: false,
1284
+ envVar: "AUGMENTED_CHANNEL_SILENT_LOSS_ALARM_ENABLED",
1285
+ // Enabling the alarm pages on customer-facing message loss; flipping it is an
1286
+ // operational decision with blast radius, so mutations require confirmation.
1287
+ sensitive: true
1288
+ },
1279
1289
  {
1280
1290
  key: "channel-skip-reaction",
1281
1291
  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.',
@@ -1518,6 +1528,18 @@ var FLAG_REGISTRY = [
1518
1528
  // platform-wide availability incident, so mutations require explicit
1519
1529
  // confirmation (the admin flip-reach modal).
1520
1530
  sensitive: true
1531
+ },
1532
+ {
1533
+ key: "human-hours-given-back",
1534
+ description: 'Show the Human Hours Given Back value metric on the agent productivity surface (ENG-6750): an acceptance-anchored estimate of the human time an agent gave back (kanban tasks completed and not reverted + end-user conversations the success-eval rated helpful, quality-weighted, priced by a versioned rate table). Augmentation framing, not a "does the work of N people" substitution claim. Ships dark; flip on per org from the admin Feature Flags page.',
1535
+ flagType: "boolean",
1536
+ // PUBLIC (ADR-0022 §2): a UI-rollout flag the browser reads via GET /flags to
1537
+ // decide whether to render the metric block (mirrors projects-menu /
1538
+ // direct-chat-drawer). Declared safe value is `false`: the block stays hidden
1539
+ // until rolled out per org. No envVar — a browser-only UI gate has no
1540
+ // host-side override.
1541
+ defaultValue: false,
1542
+ public: true
1521
1543
  }
1522
1544
  ];
1523
1545
  var REGISTRY_BY_KEY = new Map(FLAG_REGISTRY.map((definition) => [definition.key, definition]));
@@ -5788,4 +5810,4 @@ export {
5788
5810
  parseEnvIntegrations,
5789
5811
  probeMcpEnvSubstitution
5790
5812
  };
5791
- //# sourceMappingURL=chunk-RIT2OY5S.js.map
5813
+ //# sourceMappingURL=chunk-ROOFBKRE.js.map