@integrity-labs/agt-cli 0.28.86 → 0.28.88
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-E5TGFEDQ.js → chunk-3G2D4VXI.js} +17 -2
- package/dist/chunk-3G2D4VXI.js.map +1 -0
- package/dist/{chunk-OZWBVM7M.js → chunk-5Z43ORR6.js} +2 -2
- package/dist/{chunk-3EZHAJGB.js → chunk-ULHJX4A2.js} +6 -4
- package/dist/{chunk-3EZHAJGB.js.map → chunk-ULHJX4A2.js.map} +1 -1
- package/dist/{claude-pair-runtime-O5PHMHMF.js → claude-pair-runtime-RIVCQTC3.js} +2 -2
- package/dist/lib/manager-worker.js +28 -14
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +4 -2
- package/dist/mcp/telegram-channel.js +54 -28
- package/dist/{persistent-session-ZAKXWRX7.js → persistent-session-OMLGMEGO.js} +3 -3
- package/dist/{responsiveness-probe-NKH4VYGR.js → responsiveness-probe-ANX4EOCH.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-E5TGFEDQ.js.map +0 -1
- /package/dist/{chunk-OZWBVM7M.js.map → chunk-5Z43ORR6.js.map} +0 -0
- /package/dist/{claude-pair-runtime-O5PHMHMF.js.map → claude-pair-runtime-RIVCQTC3.js.map} +0 -0
- /package/dist/{persistent-session-ZAKXWRX7.js.map → persistent-session-OMLGMEGO.js.map} +0 -0
- /package/dist/{responsiveness-probe-NKH4VYGR.js.map → responsiveness-probe-ANX4EOCH.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-3G2D4VXI.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1395,4 +1395,4 @@ export {
|
|
|
1395
1395
|
stopAllSessionsAndWait,
|
|
1396
1396
|
getProjectDir
|
|
1397
1397
|
};
|
|
1398
|
-
//# sourceMappingURL=chunk-
|
|
1398
|
+
//# sourceMappingURL=chunk-5Z43ORR6.js.map
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
resolveConnectivityProbe,
|
|
23
23
|
worseConnectivityOutcome,
|
|
24
24
|
wrapScheduledTaskPrompt
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-3G2D4VXI.js";
|
|
26
26
|
|
|
27
27
|
// ../../packages/core/dist/integrations/registry.js
|
|
28
28
|
var INTEGRATION_REGISTRY = [
|
|
@@ -6097,7 +6097,9 @@ ${sections}`
|
|
|
6097
6097
|
AGT_HOST: resolvedAgtHostForTelegram,
|
|
6098
6098
|
...resolvedAgtApiKeyForTelegram ? { AGT_API_KEY: "${AGT_API_KEY}" } : {},
|
|
6099
6099
|
...options?.agentId ? { AGT_AGENT_ID: options.agentId } : {},
|
|
6100
|
-
...tzEnv
|
|
6100
|
+
...tzEnv,
|
|
6101
|
+
// ENG-6582 (D16): stamp the verified turn initiator for broker MCPs.
|
|
6102
|
+
AGT_TURN_INITIATOR_FILE: join4(getAgentDir(codeName), ".current-turn-initiator.json")
|
|
6101
6103
|
};
|
|
6102
6104
|
if (allowedChats && allowedChats.length > 0) {
|
|
6103
6105
|
telegramEnv.TELEGRAM_ALLOWED_CHATS = allowedChats.join(",");
|
|
@@ -7531,7 +7533,7 @@ function requireHost() {
|
|
|
7531
7533
|
}
|
|
7532
7534
|
|
|
7533
7535
|
// src/lib/api-client.ts
|
|
7534
|
-
var agtCliVersion = true ? "0.28.
|
|
7536
|
+
var agtCliVersion = true ? "0.28.88" : "dev";
|
|
7535
7537
|
var lastConfigHash = null;
|
|
7536
7538
|
function setConfigHash(hash) {
|
|
7537
7539
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8828,4 +8830,4 @@ export {
|
|
|
8828
8830
|
managerInstallSystemUnitCommand,
|
|
8829
8831
|
managerUninstallSystemUnitCommand
|
|
8830
8832
|
};
|
|
8831
|
-
//# sourceMappingURL=chunk-
|
|
8833
|
+
//# sourceMappingURL=chunk-ULHJX4A2.js.map
|