@integrity-labs/agt-cli 0.28.313 → 0.28.315
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-KJE5Y4GF.js → chunk-H6GG7WM3.js} +18 -7
- package/dist/chunk-H6GG7WM3.js.map +1 -0
- package/dist/{chunk-57W744KO.js → chunk-PNE62JL3.js} +3 -3
- package/dist/{claude-pair-runtime-UQHJTVEE.js → claude-pair-runtime-V7DKCABP.js} +2 -2
- package/dist/lib/manager-worker.js +313 -179
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-3XOQWQJE.js → persistent-session-OYVPR4R3.js} +2 -2
- package/dist/{responsiveness-probe-DUGIDPLT.js → responsiveness-probe-DFQFCUN2.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-KJE5Y4GF.js.map +0 -1
- /package/dist/{chunk-57W744KO.js.map → chunk-PNE62JL3.js.map} +0 -0
- /package/dist/{claude-pair-runtime-UQHJTVEE.js.map → claude-pair-runtime-V7DKCABP.js.map} +0 -0
- /package/dist/{persistent-session-3XOQWQJE.js.map → persistent-session-OYVPR4R3.js.map} +0 -0
- /package/dist/{responsiveness-probe-DUGIDPLT.js.map → responsiveness-probe-DFQFCUN2.js.map} +0 -0
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
resolveConnectivityProbe,
|
|
19
19
|
worseConnectivityOutcome,
|
|
20
20
|
wrapScheduledTaskPrompt
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-H6GG7WM3.js";
|
|
22
22
|
import {
|
|
23
23
|
parsePsRows
|
|
24
24
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5900,7 +5900,7 @@ function requireHost() {
|
|
|
5900
5900
|
}
|
|
5901
5901
|
|
|
5902
5902
|
// src/lib/api-client.ts
|
|
5903
|
-
var agtCliVersion = true ? "0.28.
|
|
5903
|
+
var agtCliVersion = true ? "0.28.315" : "dev";
|
|
5904
5904
|
var lastConfigHash = null;
|
|
5905
5905
|
function setConfigHash(hash) {
|
|
5906
5906
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8199,4 +8199,4 @@ export {
|
|
|
8199
8199
|
managerInstallSystemUnitCommand,
|
|
8200
8200
|
managerUninstallSystemUnitCommand
|
|
8201
8201
|
};
|
|
8202
|
-
//# sourceMappingURL=chunk-
|
|
8202
|
+
//# sourceMappingURL=chunk-PNE62JL3.js.map
|
|
@@ -100,7 +100,7 @@ async function spawnPairSession(session) {
|
|
|
100
100
|
return { ok: true };
|
|
101
101
|
} catch {
|
|
102
102
|
}
|
|
103
|
-
const { resolveClaudeBinary } = await import("./persistent-session-
|
|
103
|
+
const { resolveClaudeBinary } = await import("./persistent-session-OYVPR4R3.js");
|
|
104
104
|
const claudeBin = resolveClaudeBinary();
|
|
105
105
|
const pairEnv = {
|
|
106
106
|
...process.env,
|
|
@@ -373,4 +373,4 @@ export {
|
|
|
373
373
|
startClaudePair,
|
|
374
374
|
submitClaudePairCode
|
|
375
375
|
};
|
|
376
|
-
//# sourceMappingURL=claude-pair-runtime-
|
|
376
|
+
//# sourceMappingURL=claude-pair-runtime-V7DKCABP.js.map
|