@edihasaj/recall 0.6.0 → 0.6.1
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/{chunk-KAGIAOD7.js → chunk-32CTFWA6.js} +2 -2
- package/dist/chunk-32CTFWA6.js.map +1 -0
- package/dist/{chunk-E4HJDGCW.js → chunk-4YT7G3OS.js} +2 -2
- package/dist/{chunk-7XCLKPJ3.js → chunk-TL3Z6RE6.js} +3 -3
- package/dist/{chunk-MJ4GGBTL.js → chunk-VDTKP3HO.js} +3 -3
- package/dist/{cleanup-MYSQ44EP.js → cleanup-YQHZX2KZ.js} +2 -2
- package/dist/cli.js +9 -9
- package/dist/daemon.js +4 -4
- package/dist/{dispatcher-SUUX5AX6.js → dispatcher-THKOANTR.js} +2 -2
- package/dist/mcp.js +3 -3
- package/dist/{tasks-GSQUHD4F.js → tasks-4YUCCXEG.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-KAGIAOD7.js.map +0 -1
- /package/dist/{chunk-E4HJDGCW.js.map → chunk-4YT7G3OS.js.map} +0 -0
- /package/dist/{chunk-7XCLKPJ3.js.map → chunk-TL3Z6RE6.js.map} +0 -0
- /package/dist/{chunk-MJ4GGBTL.js.map → chunk-VDTKP3HO.js.map} +0 -0
- /package/dist/{cleanup-MYSQ44EP.js.map → cleanup-YQHZX2KZ.js.map} +0 -0
- /package/dist/{dispatcher-SUUX5AX6.js.map → dispatcher-THKOANTR.js.map} +0 -0
- /package/dist/{tasks-GSQUHD4F.js.map → tasks-4YUCCXEG.js.map} +0 -0
|
@@ -4040,7 +4040,7 @@ var PROMPT_SCREEN_RE = new RegExp(
|
|
|
4040
4040
|
"iu"
|
|
4041
4041
|
);
|
|
4042
4042
|
function wakeDispatcherBestEffort() {
|
|
4043
|
-
const port = parseInt(process.env.
|
|
4043
|
+
const port = parseInt(process.env.RECALL_PORT ?? "7890", 10);
|
|
4044
4044
|
fetch(`http://127.0.0.1:${port}/dispatch/wake`, {
|
|
4045
4045
|
method: "POST",
|
|
4046
4046
|
headers: { "Content-Type": "application/json" },
|
|
@@ -5517,4 +5517,4 @@ export {
|
|
|
5517
5517
|
processCorrection,
|
|
5518
5518
|
processReviewFeedback
|
|
5519
5519
|
};
|
|
5520
|
-
//# sourceMappingURL=chunk-
|
|
5520
|
+
//# sourceMappingURL=chunk-32CTFWA6.js.map
|