- WorkflowNodeEditor overlay was missing the `open` class, so the graph editor mounted with display:none — clicking the button just dismissed the steps view. Add `open` so the overlay renders. - Add fusion-plugin-compound-engineering and fusion-plugin-roadmap to BUILTIN_PLUGINS so they show under Settings → Built-in Plugins. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
587 B
587 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| patch |
Fix the workflow graph editor opening invisibly and bundle the Compound Engineering and Roadmaps plugins.
- The "Graph editor" button now actually shows the editor: its overlay was rendered without the
openclass, leaving itdisplay: none, so opening it looked like the workflow steps view was just dismissed. fusion-plugin-compound-engineeringandfusion-plugin-roadmapare now listed in the dashboard's built-in plugins, so they appear under Settings → Built-in Plugins (they were implemented and registered but missing from the list).