@integrity-labs/agt-cli 0.28.593 → 0.28.594
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-TKWDYMM3.js → chunk-74UJCPIS.js} +13 -3
- package/dist/chunk-74UJCPIS.js.map +1 -0
- package/dist/{chunk-BYCE4V7Q.js → chunk-U7DHWGAZ.js} +3 -3
- package/dist/{claude-pair-runtime-PBFR6UGJ.js → claude-pair-runtime-CGVDKWFC.js} +2 -2
- package/dist/lib/manager-worker.js +261 -118
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-JLTLTQHQ.js → persistent-session-YRCF7AAC.js} +2 -2
- package/dist/{responsiveness-probe-4GJUK5GG.js → responsiveness-probe-MFWXIRTJ.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-TKWDYMM3.js.map +0 -1
- /package/dist/{chunk-BYCE4V7Q.js.map → chunk-U7DHWGAZ.js.map} +0 -0
- /package/dist/{claude-pair-runtime-PBFR6UGJ.js.map → claude-pair-runtime-CGVDKWFC.js.map} +0 -0
- /package/dist/{persistent-session-JLTLTQHQ.js.map → persistent-session-YRCF7AAC.js.map} +0 -0
- /package/dist/{responsiveness-probe-4GJUK5GG.js.map → responsiveness-probe-MFWXIRTJ.js.map} +0 -0
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
resolveConnectivityProbe,
|
|
47
47
|
worseConnectivityOutcome,
|
|
48
48
|
wrapScheduledTaskPrompt
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-74UJCPIS.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.594" : "dev";
|
|
5975
5975
|
var lastConfigHash = null;
|
|
5976
5976
|
function setConfigHash(hash) {
|
|
5977
5977
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -9416,4 +9416,4 @@ export {
|
|
|
9416
9416
|
managerInstallSystemUnitCommand,
|
|
9417
9417
|
managerUninstallSystemUnitCommand
|
|
9418
9418
|
};
|
|
9419
|
-
//# sourceMappingURL=chunk-
|
|
9419
|
+
//# sourceMappingURL=chunk-U7DHWGAZ.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-YRCF7AAC.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-CGVDKWFC.js.map
|