@integrity-labs/agt-cli 0.28.475 → 0.28.477
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-LGBI4P2P.js → chunk-6GMNDBOU.js} +41 -1
- package/dist/chunk-6GMNDBOU.js.map +1 -0
- package/dist/{chunk-Q53LFQVD.js → chunk-INPROLVI.js} +3 -3
- package/dist/chunk-INPROLVI.js.map +1 -0
- package/dist/{claude-pair-runtime-IIQ6O7QX.js → claude-pair-runtime-S7CBJ5ML.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/mcp/direct-chat-channel.js +40 -0
- package/dist/mcp/index.js +118 -0
- package/dist/mcp/origami.js +40 -0
- package/dist/mcp/slack-channel.js +40 -0
- package/dist/mcp/telegram-channel.js +40 -0
- package/dist/{persistent-session-BBWEPY24.js → persistent-session-3DFUJUF2.js} +2 -2
- package/dist/{responsiveness-probe-5AG6X2BN.js → responsiveness-probe-QBKBBHYD.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-LGBI4P2P.js.map +0 -1
- package/dist/chunk-Q53LFQVD.js.map +0 -1
- /package/dist/{claude-pair-runtime-IIQ6O7QX.js.map → claude-pair-runtime-S7CBJ5ML.js.map} +0 -0
- /package/dist/{persistent-session-BBWEPY24.js.map → persistent-session-3DFUJUF2.js.map} +0 -0
- /package/dist/{responsiveness-probe-5AG6X2BN.js.map → responsiveness-probe-QBKBBHYD.js.map} +0 -0
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
resolveConnectivityProbe,
|
|
31
31
|
worseConnectivityOutcome,
|
|
32
32
|
wrapScheduledTaskPrompt
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-6GMNDBOU.js";
|
|
34
34
|
import {
|
|
35
35
|
parsePsRows
|
|
36
36
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -4932,7 +4932,7 @@ function exchangeFailureKind(err) {
|
|
|
4932
4932
|
}
|
|
4933
4933
|
|
|
4934
4934
|
// src/lib/api-client.ts
|
|
4935
|
-
var agtCliVersion = true ? "0.28.
|
|
4935
|
+
var agtCliVersion = true ? "0.28.477" : "dev";
|
|
4936
4936
|
var lastConfigHash = null;
|
|
4937
4937
|
function setConfigHash(hash) {
|
|
4938
4938
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -7661,4 +7661,4 @@ export {
|
|
|
7661
7661
|
managerInstallSystemUnitCommand,
|
|
7662
7662
|
managerUninstallSystemUnitCommand
|
|
7663
7663
|
};
|
|
7664
|
-
//# sourceMappingURL=chunk-
|
|
7664
|
+
//# sourceMappingURL=chunk-INPROLVI.js.map
|