@integrity-labs/agt-cli 0.28.20 → 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 +3 -3
- package/dist/{chunk-U6IPQT2J.js → chunk-NGZVHSI3.js} +18 -2
- package/dist/chunk-NGZVHSI3.js.map +1 -0
- package/dist/lib/manager-worker.js +2 -2
- package/dist/mcp/slack-channel.js +3 -1
- package/dist/mcp/telegram-channel.js +3 -1
- package/package.json +1 -1
- package/dist/chunk-U6IPQT2J.js.map +0 -1
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
provisionStopHook,
|
|
23
23
|
requireHost,
|
|
24
24
|
safeWriteJsonAtomic
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-NGZVHSI3.js";
|
|
26
26
|
import {
|
|
27
27
|
getProjectDir as getProjectDir2,
|
|
28
28
|
getReadyTasks,
|
|
@@ -5429,7 +5429,7 @@ var cachedMaintenanceWindow = null;
|
|
|
5429
5429
|
var lastVersionCheckAt = 0;
|
|
5430
5430
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
5431
5431
|
var lastResponsivenessProbeAt = 0;
|
|
5432
|
-
var agtCliVersion = true ? "0.28.
|
|
5432
|
+
var agtCliVersion = true ? "0.28.21" : "dev";
|
|
5433
5433
|
function resolveBrewPath(execFileSync4) {
|
|
5434
5434
|
try {
|
|
5435
5435
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -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,
|