@integrity-labs/agt-cli 0.27.101 → 0.27.103

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
@@ -28,7 +28,7 @@ import {
28
28
  success,
29
29
  table,
30
30
  warn
31
- } from "../chunk-UBW4SAJF.js";
31
+ } from "../chunk-UVHVXVVL.js";
32
32
  import {
33
33
  CHANNEL_REGISTRY,
34
34
  DEPLOYMENT_TEMPLATES,
@@ -54,7 +54,7 @@ import {
54
54
  renderTemplate,
55
55
  resolveChannels,
56
56
  serializeManifestForSlackCli
57
- } from "../chunk-KZVMMXDB.js";
57
+ } from "../chunk-I2OTQJH3.js";
58
58
 
59
59
  // src/bin/agt.ts
60
60
  import { join as join20 } from "path";
@@ -4934,7 +4934,7 @@ import { execFileSync, execSync } from "child_process";
4934
4934
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4935
4935
  import chalk18 from "chalk";
4936
4936
  import ora16 from "ora";
4937
- var cliVersion = true ? "0.27.101" : "dev";
4937
+ var cliVersion = true ? "0.27.103" : "dev";
4938
4938
  async function fetchLatestVersion() {
4939
4939
  const host2 = getHost();
4940
4940
  if (!host2) return null;
@@ -5857,7 +5857,7 @@ function handleError(err) {
5857
5857
  }
5858
5858
 
5859
5859
  // src/bin/agt.ts
5860
- var cliVersion2 = true ? "0.27.101" : "dev";
5860
+ var cliVersion2 = true ? "0.27.103" : "dev";
5861
5861
  var program = new Command();
5862
5862
  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");
5863
5863
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -1268,6 +1268,7 @@ var HOURLY_BY_REGION = {
1268
1268
  var KNOWN_PRICING_REGIONS = Object.keys(HOURLY_BY_REGION);
1269
1269
 
1270
1270
  // ../../packages/core/dist/scheduled-tasks/suppress.js
1271
+ var SUPPRESS_SENTINEL = "<no-delivery/>";
1271
1272
  var SENTINEL_REGEX = /<no-delivery\/>/g;
1272
1273
  function classifyOutput(output) {
1273
1274
  if (output == null) {
@@ -4201,7 +4202,14 @@ var gdriveCommentsTriggerAdapter = {
4201
4202
  title: m.kind === "NEW_COMMENT" ? "New comment mention" : "New reply mention",
4202
4203
  body: renderMentionBody(m, fileId),
4203
4204
  raw: m.kind === "NEW_REPLY" ? { comment: m.comment, reply: m.reply } : { comment: m.comment },
4204
- meaningful: true
4205
+ meaningful: true,
4206
+ // ENG-6071: ask the executor to drop a 👀 reply in the thread the
4207
+ // moment this event is first recorded (the Slack-eyes analogue).
4208
+ // Loop-safe by construction: the ack reply contains no mention
4209
+ // string (so classifyMentions never emits an event for it) and
4210
+ // dedup keys are immutable creation identities — the bumped
4211
+ // thread modifiedTime just causes one harmless re-read.
4212
+ ...m.comment.id ? { ack: { kind: "gdrive_comment_reply", fileId, commentId: m.comment.id } } : {}
4205
4213
  };
4206
4214
  });
4207
4215
  return { events, cursor: { modifiedTime: nextWatermark(threads, watermark) } };
@@ -4251,6 +4259,7 @@ export {
4251
4259
  resolveConnectivityProbe,
4252
4260
  probeHttpProvider,
4253
4261
  detectDrift,
4262
+ SUPPRESS_SENTINEL,
4254
4263
  classifyOutput,
4255
4264
  parseUsageBanner,
4256
4265
  formatRunMarker,
@@ -4259,4 +4268,4 @@ export {
4259
4268
  attributeTranscriptUsageByRun,
4260
4269
  KANBAN_CHECK_COMMAND
4261
4270
  };
4262
- //# sourceMappingURL=chunk-KZVMMXDB.js.map
4271
+ //# sourceMappingURL=chunk-I2OTQJH3.js.map