@integrity-labs/agt-cli 0.28.391 → 0.28.393
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-IJF4W6LC.js → chunk-7HONFACG.js} +65 -2
- package/dist/{chunk-IJF4W6LC.js.map → chunk-7HONFACG.js.map} +1 -1
- package/dist/{chunk-F2HXWMB6.js → chunk-HG2MMV5F.js} +3 -3
- package/dist/{claude-pair-runtime-72H4NOPM.js → claude-pair-runtime-OF2D6W2E.js} +2 -2
- package/dist/lib/manager-worker.js +278 -142
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +72 -2
- package/dist/{persistent-session-5K4W5XOA.js → persistent-session-QRUINHGI.js} +2 -2
- package/dist/{responsiveness-probe-VOE7CREA.js → responsiveness-probe-IHKBNMSQ.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-F2HXWMB6.js.map → chunk-HG2MMV5F.js.map} +0 -0
- /package/dist/{claude-pair-runtime-72H4NOPM.js.map → claude-pair-runtime-OF2D6W2E.js.map} +0 -0
- /package/dist/{persistent-session-5K4W5XOA.js.map → persistent-session-QRUINHGI.js.map} +0 -0
- /package/dist/{responsiveness-probe-VOE7CREA.js.map → responsiveness-probe-IHKBNMSQ.js.map} +0 -0
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
resolveConnectivityProbe,
|
|
26
26
|
worseConnectivityOutcome,
|
|
27
27
|
wrapScheduledTaskPrompt
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-7HONFACG.js";
|
|
29
29
|
import {
|
|
30
30
|
parsePsRows
|
|
31
31
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -6196,7 +6196,7 @@ function requireHost() {
|
|
|
6196
6196
|
}
|
|
6197
6197
|
|
|
6198
6198
|
// src/lib/api-client.ts
|
|
6199
|
-
var agtCliVersion = true ? "0.28.
|
|
6199
|
+
var agtCliVersion = true ? "0.28.393" : "dev";
|
|
6200
6200
|
var lastConfigHash = null;
|
|
6201
6201
|
function setConfigHash(hash) {
|
|
6202
6202
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8650,4 +8650,4 @@ export {
|
|
|
8650
8650
|
managerInstallSystemUnitCommand,
|
|
8651
8651
|
managerUninstallSystemUnitCommand
|
|
8652
8652
|
};
|
|
8653
|
-
//# sourceMappingURL=chunk-
|
|
8653
|
+
//# sourceMappingURL=chunk-HG2MMV5F.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-QRUINHGI.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-OF2D6W2E.js.map
|