adhdev 0.6.66 → 0.6.67
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/cli/index.js +2 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38412,7 +38412,7 @@ var init_dev_server = __esm({
|
|
|
38412
38412
|
const cleanData = chunk.replace(/\x1B\[\d*[A-HJKSTfG]/g, " ").replace(/\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])/g, "").replace(/\x1B\][^\x07]*\x07/g, "").replace(/\x1B\][^\x1B]*\x1B\\/g, "").replace(/ +/g, " ");
|
|
38413
38413
|
approvalBuffer = (approvalBuffer + cleanData).slice(-1500);
|
|
38414
38414
|
const elapsed = Date.now() - spawnedAt;
|
|
38415
|
-
if (elapsed > 15e3 &&
|
|
38415
|
+
if (elapsed > 15e3 && cleanData.includes("_PIPELINE_COMPLETE_SIGNAL_")) {
|
|
38416
38416
|
this.log(`Agent finished task after ${Math.round(elapsed / 1e3)}s. Terminating interactive CLI session to unblock pipeline.`);
|
|
38417
38417
|
this.sendAutoImplSSE({ event: "output", data: { chunk: `
|
|
38418
38418
|
[\u{1F916} ADHDev Pipeline] Completion token detected. Proceeding...
|
|
@@ -40759,7 +40759,7 @@ var init_adhdev_daemon = __esm({
|
|
|
40759
40759
|
fs12 = __toESM(require("fs"));
|
|
40760
40760
|
path14 = __toESM(require("path"));
|
|
40761
40761
|
import_chalk2 = __toESM(require("chalk"));
|
|
40762
|
-
pkgVersion = "0.6.
|
|
40762
|
+
pkgVersion = "0.6.67";
|
|
40763
40763
|
if (pkgVersion === "unknown") {
|
|
40764
40764
|
try {
|
|
40765
40765
|
const possiblePaths = [
|