Commit Graph

7 Commits

Author SHA1 Message Date
Yunxiao Xu
16d8e81b6b chore: Finalize cleanup phases (docstrings, utility consolidation, dev app isolation) 2026-02-17 02:50:08 -08:00
Yunxiao Xu
de25dc8a4d feat: Add light/dark mode support with backend persistence 2026-02-17 00:32:15 -08:00
Yunxiao Xu
6d72c6602c fix(conductor): Apply review suggestions for track 'State Synchronization & History Loading' 2026-02-16 04:34:37 -08:00
Yunxiao Xu
6c6c3bc6c8 feat(history): Implement map_db_messages_to_langchain utility 2026-02-15 03:23:07 -08:00
Yunxiao Xu
be687d0fa5 feat(history): Implement get_messages_by_window in HistoryManager 2026-02-15 03:20:12 -08:00
Yunxiao Xu
68c0985482 feat(auth): Complete OIDC security refactor and modernize test suite
- Refactored OIDC flow to implement PKCE, state/nonce validation, and BFF pattern.
- Centralized configuration in Settings class (DEV_MODE, FRONTEND_URL, OIDC_REDIRECT_URI).
- Updated auth routers to use conditional secure cookie flags based on DEV_MODE.
- Modernized and cleaned up test suite by removing legacy Streamlit tests.
- Fixed linting errors and unused imports across the backend.
2026-02-15 02:50:26 -08:00
Yunxiao Xu
7a69133e26 Refactor: Move backend files to backend/ directory and split .gitignore 2026-02-11 17:40:44 -08:00