@integrity-labs/agt-cli 0.28.109 → 0.28.111

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-ZJLRHPPL.js";
40
+ } from "../chunk-JMNRCUHL.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-D22IMWAZ.js";
67
+ } from "../chunk-63VABDNF.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.109" : "dev";
4780
+ var cliVersion = true ? "0.28.111" : "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.109" : "dev";
5794
+ var cliVersion2 = true ? "0.28.111" : "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) => {
@@ -5735,4 +5735,4 @@ export {
5735
5735
  parseEnvIntegrations,
5736
5736
  probeMcpEnvSubstitution
5737
5737
  };
5738
- //# sourceMappingURL=chunk-D22IMWAZ.js.map
5738
+ //# sourceMappingURL=chunk-63VABDNF.js.map
@@ -22,7 +22,7 @@ import {
22
22
  resolveConnectivityProbe,
23
23
  worseConnectivityOutcome,
24
24
  wrapScheduledTaskPrompt
25
- } from "./chunk-D22IMWAZ.js";
25
+ } from "./chunk-63VABDNF.js";
26
26
 
27
27
  // ../../packages/core/dist/integrations/registry.js
28
28
  var INTEGRATION_REGISTRY = [
@@ -3455,6 +3455,31 @@ a quick "this is taking longer than I expected, still working" line
3455
3455
  rather than going silent. Operators care about responsiveness, not
3456
3456
  consistency.
3457
3457
 
3458
+ ## Re-delivered messages: \`replayed="true"\` means NOT yet answered
3459
+
3460
+ A \`<channel>\` tag may arrive carrying \`replayed="true"\`. This is **not** a
3461
+ duplicate to skip. It means the channel server is re-delivering a message you
3462
+ were sent earlier and **never replied to**: the pending marker stays open
3463
+ precisely because no reply ever went out. Read \`replayed="true"\` as "you still
3464
+ owe this person a reply", which is the opposite of "already handled".
3465
+
3466
+ When you see \`replayed="true"\`:
3467
+
3468
+ - **Answer it**, via the channel tool, exactly as you would a fresh message.
3469
+ You may note you're circling back ("sorry for the delay - ...").
3470
+ - **Do not stay silent assuming you already answered it.** If you truly had,
3471
+ the marker would have cleared and this would not be re-delivered. Your own
3472
+ recollection of "I already replied to this" is not reliable here; the
3473
+ re-delivery is the authoritative signal that your reply never landed.
3474
+ - In the rare case you genuinely did answer and a race re-delivered it, a brief
3475
+ duplicate reply is far cheaper than going silent and looking unresponsive
3476
+ while someone is waiting on you.
3477
+
3478
+ This applies to check-in style messages too ("are you here?", "still busy?").
3479
+ Those are real people trying to reach you, and a \`replayed="true"\` check-in is
3480
+ itself evidence that your earlier silence already read as non-responsiveness.
3481
+ Answer it.
3482
+
3458
3483
  ## Background dispatch for non-channel work
3459
3484
 
3460
3485
  For background tool work that **isn't** a channel reply \u2014 multi-step data
@@ -7600,7 +7625,7 @@ function requireHost() {
7600
7625
  }
7601
7626
 
7602
7627
  // src/lib/api-client.ts
7603
- var agtCliVersion = true ? "0.28.109" : "dev";
7628
+ var agtCliVersion = true ? "0.28.111" : "dev";
7604
7629
  var lastConfigHash = null;
7605
7630
  function setConfigHash(hash) {
7606
7631
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8897,4 +8922,4 @@ export {
8897
8922
  managerInstallSystemUnitCommand,
8898
8923
  managerUninstallSystemUnitCommand
8899
8924
  };
8900
- //# sourceMappingURL=chunk-ZJLRHPPL.js.map
8925
+ //# sourceMappingURL=chunk-JMNRCUHL.js.map