@integrity-labs/agt-cli 0.28.488 → 0.28.489
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 +4 -4
- package/dist/{chunk-XZI5IHQP.js → chunk-34E3FHOS.js} +2 -2
- package/dist/chunk-34E3FHOS.js.map +1 -0
- package/dist/{chunk-PMDCZKFQ.js → chunk-46GY6S7I.js} +9 -3
- package/dist/{chunk-PMDCZKFQ.js.map → chunk-46GY6S7I.js.map} +1 -1
- package/dist/{claude-pair-runtime-FEVTBAHV.js → claude-pair-runtime-GJF64TMZ.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-3LWKJAAP.js → persistent-session-Y3WIXJPW.js} +2 -2
- package/dist/{responsiveness-probe-AAVWTFJN.js → responsiveness-probe-AEFEFKOQ.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-XZI5IHQP.js.map +0 -1
- /package/dist/{claude-pair-runtime-FEVTBAHV.js.map → claude-pair-runtime-GJF64TMZ.js.map} +0 -0
- /package/dist/{persistent-session-3LWKJAAP.js.map → persistent-session-Y3WIXJPW.js.map} +0 -0
- /package/dist/{responsiveness-probe-AAVWTFJN.js.map → responsiveness-probe-AEFEFKOQ.js.map} +0 -0
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
resolveConnectivityProbe,
|
|
31
31
|
worseConnectivityOutcome,
|
|
32
32
|
wrapScheduledTaskPrompt
|
|
33
|
-
} from "./chunk-
|
|
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.
|
|
4967
|
+
var agtCliVersion = true ? "0.28.489" : "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-
|
|
7702
|
+
//# sourceMappingURL=chunk-46GY6S7I.js.map
|