@integrity-labs/agt-cli 0.27.129 → 0.27.130

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-MH7HA6QV.js";
4
+ } from "./chunk-XCV5NU45.js";
5
5
  import {
6
6
  reapOrphanChannelMcps
7
7
  } from "./chunk-XWVM4KPK.js";
@@ -1596,4 +1596,4 @@ export {
1596
1596
  stopAllSessionsAndWait,
1597
1597
  getProjectDir
1598
1598
  };
1599
- //# sourceMappingURL=chunk-QON5CU3L.js.map
1599
+ //# sourceMappingURL=chunk-JQOOOLKR.js.map
@@ -1899,7 +1899,13 @@ var HTTP_PROBE_PROVIDERS = /* @__PURE__ */ new Set([
1899
1899
  // check. Unifying the monitor onto the central probe is sub-issue C's call.
1900
1900
  ]);
1901
1901
  var CLI_PROBE_ARGS = {
1902
- gcloud: ["version"]
1902
+ gcloud: ["version"],
1903
+ // ENG-6206: `gh --version` only proves the binary exists, not that it's
1904
+ // authenticated — so a missing/mis-named token read green (the false-green
1905
+ // that hid the broken fleet). `gh auth status` exits non-zero when not
1906
+ // logged in, the honest signal. Read-only. Requires the runner to pass the
1907
+ // agent's GH_TOKEN/GITHUB_TOKEN env (see manager-worker runCli wiring).
1908
+ github: ["auth", "status"]
1903
1909
  // most CLIs respond to --version; override here only when they don't.
1904
1910
  };
1905
1911
  function cliArgsFor(definitionId) {
@@ -4668,4 +4674,4 @@ export {
4668
4674
  attributeTranscriptUsageByRun,
4669
4675
  KANBAN_CHECK_COMMAND
4670
4676
  };
4671
- //# sourceMappingURL=chunk-MH7HA6QV.js.map
4677
+ //# sourceMappingURL=chunk-XCV5NU45.js.map