@sellable/mcp 0.1.514 → 0.1.515
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/refill-run-loop.js +0 -9
- package/package.json +1 -1
package/dist/refill-run-loop.js
CHANGED
|
@@ -561,15 +561,6 @@ async function completeTerminal(input, deps, ctx, doneReasonInput, reportInput =
|
|
|
561
561
|
ctx.gate = "g4_terminal";
|
|
562
562
|
ctx.gateSeq += 1;
|
|
563
563
|
ctx.runState = terminalRunState;
|
|
564
|
-
const completed = await deps.runClient.completeRefillRun({
|
|
565
|
-
workspaceId: input.workspaceId,
|
|
566
|
-
runId: ctx.runId,
|
|
567
|
-
fence: ctx.fence,
|
|
568
|
-
doneReason,
|
|
569
|
-
progress,
|
|
570
|
-
});
|
|
571
|
-
if (isLeaseLost(completed))
|
|
572
|
-
return leaseLostResult(ctx);
|
|
573
564
|
await safeJournalAppend(ctx, deps, deps.journal.renderTerminalSection({
|
|
574
565
|
summary: `Run ended with ${doneReason}.`,
|
|
575
566
|
finalNumbers: doneReason === "loaded_awaiting_scheduler"
|