@integrity-labs/agt-cli 0.28.488 → 0.28.490

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.
@@ -30,7 +30,7 @@ import {
30
30
  resolveConnectivityProbe,
31
31
  worseConnectivityOutcome,
32
32
  wrapScheduledTaskPrompt
33
- } from "./chunk-XZI5IHQP.js";
33
+ } from "./chunk-34E3FHOS.js";
34
34
  import {
35
35
  parsePsRows
36
36
  } from "./chunk-XWVM4KPK.js";
@@ -4964,7 +4964,7 @@ function exchangeFailureKind(err) {
4964
4964
  }
4965
4965
 
4966
4966
  // src/lib/api-client.ts
4967
- var agtCliVersion = true ? "0.28.488" : "dev";
4967
+ var agtCliVersion = true ? "0.28.490" : "dev";
4968
4968
  var lastConfigHash = null;
4969
4969
  function setConfigHash(hash) {
4970
4970
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -7609,6 +7609,12 @@ async function executeConnectivityProbe(target, deps = {}) {
7609
7609
  message: `${target.definitionId}: built-in module \u2014 no live check available, not verified`,
7610
7610
  evidence: "none"
7611
7611
  };
7612
+ case "host_unprobeable":
7613
+ return {
7614
+ status: "unverified",
7615
+ message: descriptor.label,
7616
+ evidence: "none"
7617
+ };
7612
7618
  case "unsupported":
7613
7619
  default:
7614
7620
  return null;
@@ -7693,4 +7699,4 @@ export {
7693
7699
  managerInstallSystemUnitCommand,
7694
7700
  managerUninstallSystemUnitCommand
7695
7701
  };
7696
- //# sourceMappingURL=chunk-PMDCZKFQ.js.map
7702
+ //# sourceMappingURL=chunk-DNRXJESD.js.map