@integrity-labs/agt-cli 0.28.405 → 0.28.406
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-UYBG62IQ.js → chunk-RD7MIR3G.js} +12 -1
- package/dist/{chunk-UYBG62IQ.js.map → chunk-RD7MIR3G.js.map} +1 -1
- package/dist/{chunk-AAWYAPKX.js → chunk-UTFTZ4WD.js} +3 -3
- package/dist/{claude-pair-runtime-AG4PW6FE.js → claude-pair-runtime-W5Z4K7XK.js} +2 -2
- package/dist/lib/manager-worker.js +146 -93
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +11 -0
- package/dist/mcp/origami.js +11 -0
- package/dist/mcp/slack-channel.js +11 -0
- package/dist/mcp/telegram-channel.js +11 -0
- package/dist/{persistent-session-VMKIIW5Y.js → persistent-session-2AC3P5DJ.js} +2 -2
- package/dist/{responsiveness-probe-ZNMY5RVO.js → responsiveness-probe-LGJNUSPU.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-AAWYAPKX.js.map → chunk-UTFTZ4WD.js.map} +0 -0
- /package/dist/{claude-pair-runtime-AG4PW6FE.js.map → claude-pair-runtime-W5Z4K7XK.js.map} +0 -0
- /package/dist/{persistent-session-VMKIIW5Y.js.map → persistent-session-2AC3P5DJ.js.map} +0 -0
- /package/dist/{responsiveness-probe-ZNMY5RVO.js.map → responsiveness-probe-LGJNUSPU.js.map} +0 -0
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
resolveConnectivityProbe,
|
|
26
26
|
worseConnectivityOutcome,
|
|
27
27
|
wrapScheduledTaskPrompt
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-RD7MIR3G.js";
|
|
29
29
|
import {
|
|
30
30
|
parsePsRows
|
|
31
31
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -6225,7 +6225,7 @@ function requireHost() {
|
|
|
6225
6225
|
}
|
|
6226
6226
|
|
|
6227
6227
|
// src/lib/api-client.ts
|
|
6228
|
-
var agtCliVersion = true ? "0.28.
|
|
6228
|
+
var agtCliVersion = true ? "0.28.406" : "dev";
|
|
6229
6229
|
var lastConfigHash = null;
|
|
6230
6230
|
function setConfigHash(hash) {
|
|
6231
6231
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8729,4 +8729,4 @@ export {
|
|
|
8729
8729
|
managerInstallSystemUnitCommand,
|
|
8730
8730
|
managerUninstallSystemUnitCommand
|
|
8731
8731
|
};
|
|
8732
|
-
//# sourceMappingURL=chunk-
|
|
8732
|
+
//# sourceMappingURL=chunk-UTFTZ4WD.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-2AC3P5DJ.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-W5Z4K7XK.js.map
|