@integrity-labs/agt-cli 0.28.620 → 0.28.622

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
@@ -40,10 +40,10 @@ import {
40
40
  success,
41
41
  table,
42
42
  warn
43
- } from "../chunk-5ZJFTTGB.js";
43
+ } from "../chunk-6TLALALT.js";
44
44
  import {
45
45
  readDirectChatSessionState
46
- } from "../chunk-RXC3MTSN.js";
46
+ } from "../chunk-UIB2SMFE.js";
47
47
  import {
48
48
  AnchorSessionClient,
49
49
  CHANNEL_REGISTRY,
@@ -73,7 +73,7 @@ import {
73
73
  requiredMcpWildcard,
74
74
  resolveChannels,
75
75
  serializeManifestForSlackCli
76
- } from "../chunk-P6KFZVKA.js";
76
+ } from "../chunk-EDH4GZIW.js";
77
77
  import "../chunk-XWVM4KPK.js";
78
78
 
79
79
  // src/bin/agt.ts
@@ -4909,7 +4909,7 @@ import { execFileSync, execSync } from "child_process";
4909
4909
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4910
4910
  import chalk18 from "chalk";
4911
4911
  import ora16 from "ora";
4912
- var cliVersion = true ? "0.28.620" : "dev";
4912
+ var cliVersion = true ? "0.28.622" : "dev";
4913
4913
  async function fetchLatestVersion() {
4914
4914
  const host2 = getHost();
4915
4915
  if (!host2) return null;
@@ -6089,7 +6089,7 @@ function handleError(err) {
6089
6089
  }
6090
6090
 
6091
6091
  // src/bin/agt.ts
6092
- var cliVersion2 = true ? "0.28.620" : "dev";
6092
+ var cliVersion2 = true ? "0.28.622" : "dev";
6093
6093
  var program = new Command();
6094
6094
  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");
6095
6095
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -7,7 +7,7 @@ import {
7
7
  expandTemplateVars,
8
8
  isolationMode,
9
9
  parseEnvIntegrations
10
- } from "./chunk-RXC3MTSN.js";
10
+ } from "./chunk-UIB2SMFE.js";
11
11
  import {
12
12
  BIND_FAILURE_QUARANTINE_THRESHOLD,
13
13
  INTEGRATIONS_SECTION_END,
@@ -48,7 +48,7 @@ import {
48
48
  resolveConnectivityProbe,
49
49
  worseConnectivityOutcome,
50
50
  wrapScheduledTaskPrompt
51
- } from "./chunk-P6KFZVKA.js";
51
+ } from "./chunk-EDH4GZIW.js";
52
52
  import {
53
53
  parsePsRows
54
54
  } from "./chunk-XWVM4KPK.js";
@@ -6065,7 +6065,7 @@ function exchangeFailureKind(err) {
6065
6065
  }
6066
6066
 
6067
6067
  // src/lib/api-client.ts
6068
- var agtCliVersion = true ? "0.28.620" : "dev";
6068
+ var agtCliVersion = true ? "0.28.622" : "dev";
6069
6069
  var lastConfigHash = null;
6070
6070
  function setConfigHash(hash) {
6071
6071
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -9558,4 +9558,4 @@ export {
9558
9558
  managerInstallSystemUnitCommand,
9559
9559
  managerUninstallSystemUnitCommand
9560
9560
  };
9561
- //# sourceMappingURL=chunk-5ZJFTTGB.js.map
9561
+ //# sourceMappingURL=chunk-6TLALALT.js.map
@@ -3645,7 +3645,12 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
3645
3645
  // instructing the agent what not to do ("do not re-raise it yourself"). The
3646
3646
  // human needs none of it: they are the person who tapped the button, and the
3647
3647
  // card swapped under their finger to say so.
3648
- "offer_result"
3648
+ "offer_result",
3649
+ // ENG-9051. The "you are blocking another agent" notice. Its content opens
3650
+ // with a `[blocking]` machine tag and is second-person instruction to the
3651
+ // agent ("Do whatever you owe them, then tell them"). The customer has no
3652
+ // part in it - this is one agent telling another it has stopped.
3653
+ "waiting_on_agent"
3649
3654
  ];
3650
3655
  var AGENT_DIRECTED_KIND_SET = new Set(AGENT_DIRECTED_NOTICE_KINDS);
3651
3656
 
@@ -4222,18 +4227,18 @@ var FLAG_REGISTRY = [
4222
4227
  // modal would report every recently-seen host as honoring the flip — the
4223
4228
  // dangerous direction, because it reads as "armed" when it is not.
4224
4229
  //
4225
- // PLACEHOLDER, deliberately above every published version (npm latest was
4226
- // 0.28.612 when this landed). The reader ships in whatever the auto-publish
4227
- // patch-bump produces AFTER this merges, which is not knowable here. Per the
4228
- // same reasoning recorded on the `agt-bin` flag: `since` is ADVISORY, read
4229
- // only by `computeFlagReach`; it changes what an operator is TOLD, it does
4230
- // not gate a flip. So an over-high placeholder is safe (reach under-reports,
4231
- // nobody flips), and a GUESSED number is not.
4230
+ // Resolved from the PUBLISHED artifacts, not from the merge timestamp: the
4231
+ // tarballs for 0.28.617 and 0.28.618 were unpacked and searched for the
4232
+ // `-e AGT_API_KEY=` push in `spawnSession`. 0.28.617 does not contain it;
4233
+ // 0.28.618 does, along with the flag key, `dedicatedEnabled` and the
4234
+ // `skipped-per-agent-key-mint-failed` decision so the whole reader
4235
+ // shipped together and core was not stale in that bundle.
4232
4236
  //
4233
- // BEFORE FLIPPING THIS ANYWHERE: replace with the exact first published
4234
- // agt-cli version whose `spawnSession` carries the `-e AGT_API_KEY=` push.
4235
- // The rollout runbook gates on it.
4236
- since: "0.29.0"
4237
+ // Bisected rather than inferred because the CLI auto-publishes on merge and
4238
+ // several unrelated versions landed within minutes either side; picking the
4239
+ // version whose timestamp merely looked closest would have been a guess
4240
+ // wearing a precise number, which is the failure this field invites.
4241
+ since: "0.28.618"
4237
4242
  },
4238
4243
  {
4239
4244
  key: "agent-hours-billing-enabled",
@@ -11283,7 +11288,8 @@ var WAITING_KINDS = [
11283
11288
  "human",
11284
11289
  "external",
11285
11290
  "other",
11286
- "approval"
11291
+ "approval",
11292
+ "agent"
11287
11293
  ];
11288
11294
  var WAITING_KIND_SET = new Set(WAITING_KINDS);
11289
11295
 
@@ -12042,4 +12048,4 @@ export {
12042
12048
  minutesSinceLocalMidnight,
12043
12049
  peekCurrentSession
12044
12050
  };
12045
- //# sourceMappingURL=chunk-P6KFZVKA.js.map
12051
+ //# sourceMappingURL=chunk-EDH4GZIW.js.map