@integrity-labs/agt-cli 0.28.5 → 0.28.7

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
@@ -33,7 +33,7 @@ import {
33
33
  success,
34
34
  table,
35
35
  warn
36
- } from "../chunk-4DTVE2UF.js";
36
+ } from "../chunk-QHW6NHCZ.js";
37
37
  import {
38
38
  CHANNEL_REGISTRY,
39
39
  DEPLOYMENT_TEMPLATES,
@@ -60,7 +60,7 @@ import {
60
60
  renderTemplate,
61
61
  resolveChannels,
62
62
  serializeManifestForSlackCli
63
- } from "../chunk-NS4G4HHD.js";
63
+ } from "../chunk-CHUL4CPY.js";
64
64
 
65
65
  // src/bin/agt.ts
66
66
  import { join as join21 } from "path";
@@ -4773,7 +4773,7 @@ import { execFileSync, execSync } from "child_process";
4773
4773
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4774
4774
  import chalk18 from "chalk";
4775
4775
  import ora16 from "ora";
4776
- var cliVersion = true ? "0.28.5" : "dev";
4776
+ var cliVersion = true ? "0.28.7" : "dev";
4777
4777
  async function fetchLatestVersion() {
4778
4778
  const host2 = getHost();
4779
4779
  if (!host2) return null;
@@ -5696,7 +5696,7 @@ function handleError(err) {
5696
5696
  }
5697
5697
 
5698
5698
  // src/bin/agt.ts
5699
- var cliVersion2 = true ? "0.28.5" : "dev";
5699
+ var cliVersion2 = true ? "0.28.7" : "dev";
5700
5700
  var program = new Command();
5701
5701
  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");
5702
5702
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -2392,6 +2392,16 @@ var FLAG_REGISTRY = [
2392
2392
  defaultValue: false,
2393
2393
  envVar: "AGT_CHANNEL_BUSY_ACK_ENABLED"
2394
2394
  },
2395
+ {
2396
+ key: "direct-chat-doorbell",
2397
+ description: "Direct-chat doorbell + pull-cursor delivery (ENG-5927, ADR-0020): the manager rings a content-free doorbell and the agent's in-session MCP pulls via the capped /host/direct-chat/poll claim, replacing send-keys/one-shot delivery. Boolean gate; ships dark.",
2398
+ flagType: "boolean",
2399
+ // Declared safe value is `false` — keeps today's send-keys/one-shot rail.
2400
+ // The doorbell rail is wired but not yet resume-aware (PR-4) nor carrying the
2401
+ // consume signal (PR-3), so flip on per-host only during the PR-5 canary.
2402
+ defaultValue: false,
2403
+ envVar: "AGT_DIRECT_CHAT_DOORBELL_ENABLED"
2404
+ },
2395
2405
  {
2396
2406
  key: "manager-failure-notify",
2397
2407
  description: "Route terminal integration-failure notifications to the agent's human manager (reports_to \u2192 preferred channel) instead of only the agent's own direct-chat (ENG-6334). Boolean gate; ships dark.",
@@ -5146,4 +5156,4 @@ export {
5146
5156
  coerceEnvValue,
5147
5157
  FLAGS_SCHEMA_VERSION
5148
5158
  };
5149
- //# sourceMappingURL=chunk-NS4G4HHD.js.map
5159
+ //# sourceMappingURL=chunk-CHUL4CPY.js.map