Commit Graph

2 Commits

Author SHA1 Message Date
2e88c2f602 refactor: packet-based IPC with core/ui separation
- All logic in core layer (BackendServer runs independently)
- Packet protocol: {id, type, body} for all communications
- UI simplified: just input→backend→display
- Config, history, tools all handled by core
- BackendServer can run standalone without UI
2026-04-12 20:47:07 +08:00
c8a69b3926 refactor: restructure to core/ + ui/ with multi-threaded backend 2026-04-12 18:15:55 +08:00