@integrity-labs/agt-cli 0.28.431 → 0.28.433
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-EREBH2LV.js → chunk-NUKNLJNJ.js} +212 -274
- package/dist/chunk-NUKNLJNJ.js.map +1 -0
- package/dist/{chunk-SV67CNIX.js → chunk-RUVNJO63.js} +3 -3
- package/dist/{claude-pair-runtime-44RPFRIE.js → claude-pair-runtime-YAHBPFYL.js} +2 -2
- package/dist/lib/manager-worker.js +238 -197
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +101 -26
- package/dist/mcp/slack-channel.js +236 -128
- package/dist/mcp/telegram-channel.js +187 -91
- package/dist/{persistent-session-A4VUV3UI.js → persistent-session-ISBR3BBX.js} +2 -2
- package/dist/{responsiveness-probe-QRVMR22C.js → responsiveness-probe-OT6JVP43.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-EREBH2LV.js.map +0 -1
- /package/dist/{chunk-SV67CNIX.js.map → chunk-RUVNJO63.js.map} +0 -0
- /package/dist/{claude-pair-runtime-44RPFRIE.js.map → claude-pair-runtime-YAHBPFYL.js.map} +0 -0
- /package/dist/{persistent-session-A4VUV3UI.js.map → persistent-session-ISBR3BBX.js.map} +0 -0
- /package/dist/{responsiveness-probe-QRVMR22C.js.map → responsiveness-probe-OT6JVP43.js.map} +0 -0
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
resolveConnectivityProbe,
|
|
29
29
|
worseConnectivityOutcome,
|
|
30
30
|
wrapScheduledTaskPrompt
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-NUKNLJNJ.js";
|
|
32
32
|
import {
|
|
33
33
|
parsePsRows
|
|
34
34
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -4903,7 +4903,7 @@ function requireHost() {
|
|
|
4903
4903
|
}
|
|
4904
4904
|
|
|
4905
4905
|
// src/lib/api-client.ts
|
|
4906
|
-
var agtCliVersion = true ? "0.28.
|
|
4906
|
+
var agtCliVersion = true ? "0.28.433" : "dev";
|
|
4907
4907
|
var lastConfigHash = null;
|
|
4908
4908
|
function setConfigHash(hash) {
|
|
4909
4909
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -7404,4 +7404,4 @@ export {
|
|
|
7404
7404
|
managerInstallSystemUnitCommand,
|
|
7405
7405
|
managerUninstallSystemUnitCommand
|
|
7406
7406
|
};
|
|
7407
|
-
//# sourceMappingURL=chunk-
|
|
7407
|
+
//# sourceMappingURL=chunk-RUVNJO63.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-ISBR3BBX.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-YAHBPFYL.js.map
|