Commit Graph
3 Commits
Author SHA1 Message Date
lgldlk 0574cdd435 refactor: improve startup scripts 2026-03-08 01:31:54 +08:00
科林_Cyril Pilgrim ac09f04330 fix(ui): add automatic port cleanup logic to startup scripts
Motivation:
用户在多次尝试通过 ./run_ui.sh 启动面板时,常因旧的 Python 进程未释放 8189 端口而导致 [Errno 48] 错误。为了提供更顺滑的 AI Native 体验,启动脚本应具备自我诊断与环境清理能力。

Implementation:
- 分别在 run_ui.sh, run_ui.command 和 run_ui.bat 中注入了端口占用检测与强制杀进程逻辑。
- 在 Unix 系统使用 lsof/xargs,在 Windows 系统使用 netstat/taskkill,确保全平台兼容。
2026-03-08 00:12:19 +08:00
科林_Cyril Pilgrim 33beec15d9 feat: scaffold ComfyUI OpenClaw skill and document workflow requirements
- add runnable local bridge (registry/client/ui scaffold)\n- add sample workflow/schema structure and dependencies\n- document API-format export requirement\n- document Save Image end-node requirement for stable outputs
2026-03-07 14:24:35 +08:00