mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-15 19:54:32 +00:00
## Summary Backports #12857 to core/1.45 so the Desktop bridge types package and publish workflow are available for the host telemetry stack. ## Changes - **What**: Adds the @comfyorg/comfyui-desktop-bridge-types workspace package, publish workflow, generated types dependency handling, and Desktop bridge remote-mode type usage. - **Dependencies**: Adds the frontend app dependency on @comfyorg/comfyui-desktop-bridge-types via workspace:*. ## Review Focus Cherry-pick conflict was limited to pnpm-workspace.yaml; resolved by keeping the core/1.45 overrides block unchanged because #12857 only changed a comment on main for preexisting security overrides. Validation: pnpm typecheck via commit hook; pnpm test:unit src/platform/missingModel/missingModelDownload.test.ts.