Commit Graph

15 Commits

Author SHA1 Message Date
QLHazyCoder a7b35ee11a refactor flows into canonical runtime architecture 2026-05-21 07:21:34 +08:00
QLHazyCoder de17884a30 Add Plus SUB2API session access strategy 2026-05-19 06:14:35 +08:00
QLHazyCoder 5ddb5ac94d feat: add kiro.rs connection preflight test 2026-05-19 02:34:29 +08:00
QLHazyCoder 09319c20a9 fix: sync canonical kiro.rs settings for upload 2026-05-19 01:30:28 +08:00
QLHazyCoder 995982d7be feat: rebuild kiro flow as independent desktop auth pipeline 2026-05-18 22:50:43 +08:00
QLHazyCoder feba51da65 Refactor auto-run flow state preservation 2026-05-18 03:27:30 +08:00
QLHazyCoder e5dc675369 feat: 固定操作间延迟设置并更新相关文档和测试 2026-05-18 01:29:24 +08:00
QLHazyCoder 4c2ab31b07 限制手机号注册流程使用号码复用 2026-05-15 18:23:41 +08:00
QLHazyCoder 22fc865f19 完善手机接码逻辑 2026-05-15 05:09:12 +08:00
QLHazyCoder d93cdfff9e Refactor multi-flow mail capability boundaries 2026-05-13 06:35:43 +08:00
QLHazyCoder a85ed0ce89 feat: lay groundwork for multi-flow registries 2026-05-13 04:46:56 +08:00
root c23461261b feat: add configurable operation delay 2026-05-08 20:06:14 -04:00
initiatione d28a9fcb35 Fix manual free phone reuse handoff 2026-05-07 20:00:37 +08:00
initiatione b6777edbc8 Add HeroSMS free phone reuse 2026-05-06 18:19:43 +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