Commit Graph

91 Commits

Author SHA1 Message Date
Yunxiao Xu
e16b19ed66 feat(ux): Implement advanced reasoning view with progress tracking and refined Markdown rendering. 2026-02-13 03:13:58 -08:00
Yunxiao Xu
dc6e73ec79 feat(history): Implement conversation history management with artifact restoration and Markdown rendering. 2026-02-13 01:59:37 -08:00
Yunxiao Xu
339f69a2a3 feat(chat): Implement real-time SSE streaming with reasoning steps and improved UI indicators. 2026-02-13 00:00:50 -08:00
Yunxiao Xu
af731413af docs(frontend): Update frontend/GEMINI.md with comprehensive architecture and authentication details 2026-02-12 01:49:37 -08:00
Yunxiao Xu
50278a7c17 docs: Update GEMINI.md with backend API endpoints and frontend architecture details 2026-02-12 01:46:00 -08:00
Yunxiao Xu
dcfc090f1c feat(frontend): Implement HttpOnly cookie authentication and API v1 integration. Update AuthService for cookie-based session management, configure Axios with v1 prefix and credentials, and enhance OIDC callback logic. 2026-02-12 01:33:32 -08:00
Yunxiao Xu
2545f6df13 feat(frontend): Finalize auth refactor, routing, and resolve all code review findings 2026-02-12 01:30:47 -08:00
Yunxiao Xu
7fe020f26c feat(frontend): Refactor to cookie-based auth and add /api/v1 prefix 2026-02-12 01:30:47 -08:00
Yunxiao Xu
42f982e373 feat(auth): Implement LoginForm, RegisterForm and integrate with App 2026-02-12 01:30:47 -08:00
Yunxiao Xu
f8612cfcb8 fix(auth): Correct API paths and resolve build/type errors in tests and config 2026-02-12 01:30:47 -08:00
Yunxiao Xu
e3bc699c64 test(auth): Add tests for AuthService and Auth validations 2026-02-12 01:30:47 -08:00
Yunxiao Xu
c222b33ba5 conductor(checkpoint): Checkpoint end of Phase 1 2026-02-12 01:30:47 -08:00
Yunxiao Xu
555ecea64c feat(ui): Implement core layout with Sidebar and MainLayout 2026-02-12 01:30:47 -08:00
Yunxiao Xu
5d0130731d feat(frontend): Scaffold React project with Vite, Tailwind CSS v4, and shadcn/ui 2026-02-12 01:30:47 -08:00
Yunxiao Xu
0dfdef738d fix(backend): Refactor OIDC callback and auth dependency to correctly handle cookies and prefix all API routes with /api/v1. 2026-02-12 01:26:28 -08:00
Yunxiao Xu
49a9da7c0c feat(backend): Implement /api/v1 prefix and HttpOnly cookie-based auth 2026-02-11 21:57:29 -08:00
Yunxiao Xu
7a69133e26 Refactor: Move backend files to backend/ directory and split .gitignore 2026-02-11 17:40:44 -08:00
Yunxiao Xu
48924affa0 test: Implement post-test database cleanup in workflow history test 2026-02-11 16:52:41 -08:00
Yunxiao Xu
004f9fd9c9 refactor(graph): Add iteration limit to prevent infinite loops in code correction 2026-02-11 16:50:48 -08:00
Yunxiao Xu
156e1f7512 docs: Update .env.example with security and JWT settings 2026-02-11 16:44:17 -08:00
Yunxiao Xu
b23fbce8d0 refactor(auth): Use user_id as JWT sub and implement get_user_by_id
Switched from username to user_id as the primary identifier in JWT tokens to better support external authentication providers. Added get_user_by_id to HistoryManager and updated API dependencies and tests to reflect these changes.
2026-02-11 16:41:27 -08:00
Yunxiao Xu
ceddacf9cb feat(api): Implement create conversation endpoint 2026-02-11 16:09:22 -08:00
Yunxiao Xu
b7abdfe457 fix(api): Robustly handle complex LangChain message content in API responses and persistence 2026-02-11 15:53:11 -08:00
Yunxiao Xu
85329cffda feat(api): Enhance persistence logic and refactor codebase structure 2026-02-11 15:33:56 -08:00
Yunxiao Xu
371582dcd1 fix(api): Implement missing OIDC callback endpoint 2026-02-11 13:20:13 -08:00
Yunxiao Xu
5ba3120f03 conductor(checkpoint): Checkpoint end of Phase 4 2026-02-11 04:18:20 -08:00
Yunxiao Xu
b8fa60962e feat(api): Implement agent streaming router with SSE 2026-02-10 15:49:15 -08:00
Yunxiao Xu
057278a1c5 test(api): Add failing agent streaming tests 2026-02-10 15:13:23 -08:00
Yunxiao Xu
6ab9fa49c1 conductor(checkpoint): Checkpoint end of Phase 3 2026-02-10 14:34:36 -08:00
Yunxiao Xu
1eb211579b feat(api): Implement history and artifacts routers 2026-02-10 13:56:48 -08:00
Yunxiao Xu
adb778f818 conductor(checkpoint): Checkpoint end of Phase 2 2026-02-10 12:48:15 -08:00
Yunxiao Xu
ff27dee366 feat(api): Implement authentication router and secure dependencies 2026-02-10 12:37:35 -08:00
Yunxiao Xu
979e1ad2d6 feat(api): Implement authentication router with register and login 2026-02-10 12:25:53 -08:00
Yunxiao Xu
ab117296e4 feat(api): Implement JWT utility functions and configuration 2026-02-10 12:17:37 -08:00
Yunxiao Xu
6c7fc2802d test(api): Add failing authentication tests 2026-02-10 12:14:40 -08:00
Yunxiao Xu
7a52f6f0b7 conductor(checkpoint): Checkpoint end of Phase 1 2026-02-10 12:09:45 -08:00
Yunxiao Xu
452d4a1957 feat(graph): Implement PostgresSaver checkpointer integration 2026-02-10 03:32:14 -08:00
Yunxiao Xu
60429e1adc feat(api): Initialize FastAPI app with health check 2026-02-10 03:25:37 -08:00
Yunxiao Xu
60cc401246 build(deps): Add FastAPI and Checkpointer dependencies 2026-02-10 03:21:41 -08:00
Yunxiao Xu
5a943b902a feat: implement mvp with email-first login flow and langgraph architecture 2026-02-09 23:35:40 -08:00
Yunxiao Xu
af227d40e6 Initial commit 2026-01-26 01:30:35 -08:00