mirror of
https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git
synced 2026-07-30 19:49:07 +00:00
Motivation: Users need a way to handle schema mapping changes gracefully when updating workflows, and a more organized UI for workflow-specific actions. Implementation: 1. Added parameter migration logic in `workflow-mapper.js` to intelligently retain, review, or flag new parameters when updating a workflow JSON. 2. Introduced a 'More Actions' dropdown menu in `workflow-list-view.js` and `mapping-editor-view.js` to consolidate workflow actions. 3. Added visual styling (badges and banners) in CSS to highlight parameter migration states.