Commit Graph

2 Commits

Author SHA1 Message Date
mumu
52917baa02 feat!: replace legacy WebUI with unified FastAPI architecture #major (#267)
* feat!: replace legacy WebUI with unified FastAPI architecture #major

- Remove legacy WebUI (web/ package based on ThreadingHTTPServer)
- Unify CLI commands: --webui now seamlessly launches the new FastAPI service
- Migrate task service from web/services.py to src/services/task_service.py
- Update documentation to reflect the new simplified usage

* refactor(service): support parameterized query source in TaskService
2026-02-06 22:06:01 +08:00
[ZE]
7a26de6798 docs(i18n): add English translations for core documentation (#254)
- Add full-guide_EN.md (complete configuration guide)
- Add FAQ_EN.md (frequently asked questions)
- Add DEPLOY_EN.md (deployment guide)
- Update README_EN.md with missing env vars (BOCHA_API_KEYS, WECHAT_MSG_TYPE)
- Update README_EN.md with WebUI section
- Update README_EN.md links to point to English docs
2026-02-05 20:39:12 +08:00