@integrity-labs/agt-cli 0.28.19 → 0.28.21
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-6UXSC4TR.js → chunk-3HZSMDEW.js} +14 -1
- package/dist/{chunk-6UXSC4TR.js.map → chunk-3HZSMDEW.js.map} +1 -1
- package/dist/{chunk-5DIMLYS5.js → chunk-BKO5PJZ7.js} +2 -2
- package/dist/{chunk-MGE73AKK.js → chunk-NGZVHSI3.js} +19 -3
- package/dist/chunk-NGZVHSI3.js.map +1 -0
- package/dist/{claude-pair-runtime-CFUSOOVY.js → claude-pair-runtime-LQJ5E4IF.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +3 -1
- package/dist/mcp/telegram-channel.js +3 -1
- package/dist/{persistent-session-RANQKKKC.js → persistent-session-5BEMWOTM.js} +3 -3
- package/dist/{responsiveness-probe-KQP6MY5N.js → responsiveness-probe-JP4HLFYU.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-MGE73AKK.js.map +0 -1
- /package/dist/{chunk-5DIMLYS5.js.map → chunk-BKO5PJZ7.js.map} +0 -0
- /package/dist/{claude-pair-runtime-CFUSOOVY.js.map → claude-pair-runtime-LQJ5E4IF.js.map} +0 -0
- /package/dist/{persistent-session-RANQKKKC.js.map → persistent-session-5BEMWOTM.js.map} +0 -0
- /package/dist/{responsiveness-probe-KQP6MY5N.js.map → responsiveness-probe-JP4HLFYU.js.map} +0 -0
|
@@ -16952,7 +16952,9 @@ async function processSlackRecoveryOutboxFile(filename) {
|
|
|
16952
16952
|
}
|
|
16953
16953
|
return;
|
|
16954
16954
|
}
|
|
16955
|
-
const text = `
|
|
16955
|
+
const text = `_(I drafted this a moment ago but it didn't send \u2014 posting it now.)_
|
|
16956
|
+
|
|
16957
|
+
${payload.text}`;
|
|
16956
16958
|
let sendSucceeded = false;
|
|
16957
16959
|
const controller = new AbortController();
|
|
16958
16960
|
const timeoutId = setTimeout(() => controller.abort(), 15e3);
|
|
@@ -17367,7 +17367,9 @@ async function processRecoveryOutboxFile(filename) {
|
|
|
17367
17367
|
}
|
|
17368
17368
|
return;
|
|
17369
17369
|
}
|
|
17370
|
-
const text = `
|
|
17370
|
+
const text = `(I drafted this a moment ago but it didn't send \u2014 posting it now.)
|
|
17371
|
+
|
|
17372
|
+
${payload.text}`;
|
|
17371
17373
|
const body = {
|
|
17372
17374
|
chat_id: payload.chat_id,
|
|
17373
17375
|
text,
|
|
@@ -25,8 +25,8 @@ import {
|
|
|
25
25
|
takeZombieDetection,
|
|
26
26
|
writeDirectChatSessionState,
|
|
27
27
|
writePersistentClaudeWrapper
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-BKO5PJZ7.js";
|
|
29
|
+
import "./chunk-3HZSMDEW.js";
|
|
30
30
|
import "./chunk-XWVM4KPK.js";
|
|
31
31
|
export {
|
|
32
32
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -56,4 +56,4 @@ export {
|
|
|
56
56
|
writeDirectChatSessionState,
|
|
57
57
|
writePersistentClaudeWrapper
|
|
58
58
|
};
|
|
59
|
-
//# sourceMappingURL=persistent-session-
|
|
59
|
+
//# sourceMappingURL=persistent-session-5BEMWOTM.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-BKO5PJZ7.js";
|
|
4
|
+
import "./chunk-3HZSMDEW.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -250,4 +250,4 @@ export {
|
|
|
250
250
|
parkPendingInbound,
|
|
251
251
|
readAndResetChannelDeflections
|
|
252
252
|
};
|
|
253
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
253
|
+
//# sourceMappingURL=responsiveness-probe-JP4HLFYU.js.map
|