@integrity-labs/agt-cli 0.28.588 → 0.28.589
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-BLA56WZF.js → chunk-QDJEEGZB.js} +27 -1
- package/dist/chunk-QDJEEGZB.js.map +1 -0
- package/dist/{chunk-4G52LVUD.js → chunk-THFO7CK4.js} +3 -3
- package/dist/chunk-THFO7CK4.js.map +1 -0
- package/dist/{claude-pair-runtime-LAR36LFE.js → claude-pair-runtime-673RQWL5.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-V5MSWCUI.js → persistent-session-D4NE7KEU.js} +2 -2
- package/dist/{responsiveness-probe-WSEXAPQQ.js → responsiveness-probe-5JWPNTA7.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-4G52LVUD.js.map +0 -1
- package/dist/chunk-BLA56WZF.js.map +0 -1
- /package/dist/{claude-pair-runtime-LAR36LFE.js.map → claude-pair-runtime-673RQWL5.js.map} +0 -0
- /package/dist/{persistent-session-V5MSWCUI.js.map → persistent-session-D4NE7KEU.js.map} +0 -0
- /package/dist/{responsiveness-probe-WSEXAPQQ.js.map → responsiveness-probe-5JWPNTA7.js.map} +0 -0
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
resolveConnectivityProbe,
|
|
47
47
|
worseConnectivityOutcome,
|
|
48
48
|
wrapScheduledTaskPrompt
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-QDJEEGZB.js";
|
|
50
50
|
import {
|
|
51
51
|
parsePsRows
|
|
52
52
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5971,7 +5971,7 @@ function exchangeFailureKind(err) {
|
|
|
5971
5971
|
}
|
|
5972
5972
|
|
|
5973
5973
|
// src/lib/api-client.ts
|
|
5974
|
-
var agtCliVersion = true ? "0.28.
|
|
5974
|
+
var agtCliVersion = true ? "0.28.589" : "dev";
|
|
5975
5975
|
var lastConfigHash = null;
|
|
5976
5976
|
function setConfigHash(hash) {
|
|
5977
5977
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -9353,4 +9353,4 @@ export {
|
|
|
9353
9353
|
managerInstallSystemUnitCommand,
|
|
9354
9354
|
managerUninstallSystemUnitCommand
|
|
9355
9355
|
};
|
|
9356
|
-
//# sourceMappingURL=chunk-
|
|
9356
|
+
//# sourceMappingURL=chunk-THFO7CK4.js.map
|