Commit Graph

4 Commits

Author SHA1 Message Date
QLHazyCoder feba51da65 Refactor auto-run flow state preservation 2026-05-18 03:27:30 +08:00
QLHazyCoder 81fc40706a Refactor workflow auto-run to node graph 2026-05-15 17:41:35 +08:00
QLHazyCoder c3827d2cfc feat: 增强自动运行记录状态处理,确保真实失败步骤不被误解析为指导文本 2026-05-10 04:25:04 +08:00
QLHazyCoder 3071f94f7c feat: add step definitions module and integrate with sidepanel
- Introduced a new module for step definitions in `data/step-definitions.js` to manage shared step metadata.
- Updated `sidepanel.html` to dynamically render steps based on the new step definitions module.
- Refactored `sidepanel.js` to utilize the step definitions for rendering and managing step statuses.
- Enhanced tests to validate the step definitions module and its integration with the sidepanel.
- Cleaned up existing tests to ensure they align with the new structure and functionality.
2026-04-17 01:39:46 +08:00