@integrity-labs/agt-cli 0.28.263 → 0.28.265
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-E45AAMBQ.js → chunk-MWKR6B3T.js} +8 -1
- package/dist/{chunk-E45AAMBQ.js.map → chunk-MWKR6B3T.js.map} +1 -1
- package/dist/{chunk-77QMM7RI.js → chunk-PDE3XSVC.js} +3 -3
- package/dist/{claude-pair-runtime-X5NJYZSK.js → claude-pair-runtime-YZ2PGUW3.js} +2 -2
- package/dist/lib/manager-worker.js +235 -187
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +74 -0
- package/dist/mcp/origami.js +7 -0
- package/dist/{persistent-session-OP4TXILO.js → persistent-session-K5RJ4BVF.js} +2 -2
- package/dist/{responsiveness-probe-K2RGVZCR.js → responsiveness-probe-2PHY7QKJ.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-77QMM7RI.js.map → chunk-PDE3XSVC.js.map} +0 -0
- /package/dist/{claude-pair-runtime-X5NJYZSK.js.map → claude-pair-runtime-YZ2PGUW3.js.map} +0 -0
- /package/dist/{persistent-session-OP4TXILO.js.map → persistent-session-K5RJ4BVF.js.map} +0 -0
- /package/dist/{responsiveness-probe-K2RGVZCR.js.map → responsiveness-probe-2PHY7QKJ.js.map} +0 -0
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
resolveConnectivityProbe,
|
|
19
19
|
worseConnectivityOutcome,
|
|
20
20
|
wrapScheduledTaskPrompt
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-MWKR6B3T.js";
|
|
22
22
|
import {
|
|
23
23
|
parsePsRows
|
|
24
24
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5876,7 +5876,7 @@ function requireHost() {
|
|
|
5876
5876
|
}
|
|
5877
5877
|
|
|
5878
5878
|
// src/lib/api-client.ts
|
|
5879
|
-
var agtCliVersion = true ? "0.28.
|
|
5879
|
+
var agtCliVersion = true ? "0.28.265" : "dev";
|
|
5880
5880
|
var lastConfigHash = null;
|
|
5881
5881
|
function setConfigHash(hash) {
|
|
5882
5882
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8146,4 +8146,4 @@ export {
|
|
|
8146
8146
|
managerInstallSystemUnitCommand,
|
|
8147
8147
|
managerUninstallSystemUnitCommand
|
|
8148
8148
|
};
|
|
8149
|
-
//# sourceMappingURL=chunk-
|
|
8149
|
+
//# sourceMappingURL=chunk-PDE3XSVC.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-K5RJ4BVF.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-YZ2PGUW3.js.map
|