@integrity-labs/agt-cli 0.28.322 → 0.28.324
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-LJT3U3GQ.js → chunk-BSTFCC62.js} +11 -3
- package/dist/{chunk-LJT3U3GQ.js.map → chunk-BSTFCC62.js.map} +1 -1
- package/dist/{chunk-FG7ELAP4.js → chunk-KHSPRKK2.js} +3 -3
- package/dist/{claude-pair-runtime-ZL2U2NZJ.js → claude-pair-runtime-BOFTEAQC.js} +2 -2
- package/dist/lib/manager-worker.js +259 -173
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-L6S6HABH.js → persistent-session-BICDYHOC.js} +2 -2
- package/dist/{responsiveness-probe-X2WATO46.js → responsiveness-probe-FEAFPNUF.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-FG7ELAP4.js.map → chunk-KHSPRKK2.js.map} +0 -0
- /package/dist/{claude-pair-runtime-ZL2U2NZJ.js.map → claude-pair-runtime-BOFTEAQC.js.map} +0 -0
- /package/dist/{persistent-session-L6S6HABH.js.map → persistent-session-BICDYHOC.js.map} +0 -0
- /package/dist/{responsiveness-probe-X2WATO46.js.map → responsiveness-probe-FEAFPNUF.js.map} +0 -0
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
resolveConnectivityProbe,
|
|
20
20
|
worseConnectivityOutcome,
|
|
21
21
|
wrapScheduledTaskPrompt
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-BSTFCC62.js";
|
|
23
23
|
import {
|
|
24
24
|
parsePsRows
|
|
25
25
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -6705,7 +6705,7 @@ function requireHost() {
|
|
|
6705
6705
|
}
|
|
6706
6706
|
|
|
6707
6707
|
// src/lib/api-client.ts
|
|
6708
|
-
var agtCliVersion = true ? "0.28.
|
|
6708
|
+
var agtCliVersion = true ? "0.28.324" : "dev";
|
|
6709
6709
|
var lastConfigHash = null;
|
|
6710
6710
|
function setConfigHash(hash) {
|
|
6711
6711
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -9102,4 +9102,4 @@ export {
|
|
|
9102
9102
|
managerInstallSystemUnitCommand,
|
|
9103
9103
|
managerUninstallSystemUnitCommand
|
|
9104
9104
|
};
|
|
9105
|
-
//# sourceMappingURL=chunk-
|
|
9105
|
+
//# sourceMappingURL=chunk-KHSPRKK2.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-BICDYHOC.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-BOFTEAQC.js.map
|