@integrity-labs/agt-cli 0.28.398 → 0.28.399
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.
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
resolveEffectivePinRaw,
|
|
45
45
|
safeWriteJsonAtomic,
|
|
46
46
|
setConfigHash
|
|
47
|
-
} from "../chunk-
|
|
47
|
+
} from "../chunk-WKCR2HIQ.js";
|
|
48
48
|
import {
|
|
49
49
|
getProjectDir as getProjectDir2,
|
|
50
50
|
getReadyTasks,
|
|
@@ -9249,7 +9249,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
9249
9249
|
var lastVersionCheckAt = 0;
|
|
9250
9250
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
9251
9251
|
var lastResponsivenessProbeAt = 0;
|
|
9252
|
-
var agtCliVersion = true ? "0.28.
|
|
9252
|
+
var agtCliVersion = true ? "0.28.399" : "dev";
|
|
9253
9253
|
function resolveBrewPath(execFileSync2) {
|
|
9254
9254
|
try {
|
|
9255
9255
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -36220,7 +36220,7 @@ async function processDirectChatRecoveryOutboxFile(filename) {
|
|
|
36220
36220
|
const enabled = resolveHostBooleanFlag({
|
|
36221
36221
|
key: "direct-chat-recovery",
|
|
36222
36222
|
envVar: "AGT_DIRECT_CHAT_RECOVERY_ENABLED",
|
|
36223
|
-
defaultValue:
|
|
36223
|
+
defaultValue: true
|
|
36224
36224
|
});
|
|
36225
36225
|
if (!enabled) return;
|
|
36226
36226
|
directChatRecoveryInFlight.add(filename);
|