comfyui-mcp 0.51.25 → 0.51.26

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.
@@ -4429,6 +4429,9 @@ export async function runPanelOrchestrator() {
4429
4429
  // exact sequence — a render error on A silently editing B.
4430
4430
  void manager.injectRunError(agentKeyFor(event.tab_id), ev.error ?? "unknown error", {
4431
4431
  mid: turnOrigins.mintInjectionOrigin(event.tab_id),
4432
+ // #1489 — coalescing a burst is scoped to this tab, so a notice from ANOTHER
4433
+ // tab is never folded in and can never lose its own origin pin (#884 P0).
4434
+ originTab: event.tab_id,
4432
4435
  });
4433
4436
  logger.info(`[panel-orchestrator] tab ${event.tab_id.slice(0, 8)} run_error → agent (interrupt)`);
4434
4437
  return;