Commit Graph

112 Commits

Author SHA1 Message Date
Henry Li
ebda30c7cf feat: support static website 2026-01-24 18:01:27 +08:00
hetao
1fe37fdb6c feat: implement file upload feature 2026-01-23 18:47:39 +08:00
Henry Li
0908127bd7 feat: implement the first version of landing page 2026-01-23 13:24:03 +08:00
Henry Li
b69c13a3e5 feat: implement the first section of landing page 2026-01-23 00:15:21 +08:00
Henry Li
6e1f63e47f fix: fix menu item in side bar collapsed mode 2026-01-22 15:18:42 +08:00
Henry Li
dc9d28018c feat: adjust styles 2026-01-22 14:28:10 +08:00
Henry Li
9df56299c1 docs: rewording 2026-01-22 14:21:03 +08:00
Henry Li
e1378123f5 feat: add main menu 2026-01-22 14:19:54 +08:00
Henry Li
cb996f0858 feat: update opacities 2026-01-22 13:50:09 +08:00
Henry Li
99eb2474b3 feat: make reasoning mode as default 2026-01-22 13:46:43 +08:00
Henry Li
b938f40e4c docs: update description 2026-01-22 13:46:31 +08:00
Henry Li
8ef89b3004 feat: put all options into '+' 2026-01-22 13:43:45 +08:00
hetao
2fac72601e feat: add unified development environment with nginx proxy
Add a root-level Makefile to manage frontend, backend, and nginx services:
- `make check` validates required dependencies (Node.js 22+, pnpm, uv, nginx)
- `make install` installs all project dependencies
- `make dev` starts all services with unified port 2026
- `make stop` and `make clean` for cleanup

Update nginx configuration:
- Change port from 8000 to 2026
- Add frontend upstream and routing (port 3000)
- Add /api/langgraph/* routing with path rewriting to LangGraph server
- Keep other /api/* routes to Gateway API
- Route non-API requests to frontend

Update frontend configuration:
- Use relative URLs through nginx proxy by default
- Support environment variables for direct backend access
- Construct full URL for LangGraph SDK compatibility

Clean up backend Makefile by removing nginx and serve targets.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 12:00:46 +08:00
Henry Li
93f70893fc feat: show in-progress 2026-01-22 11:56:45 +08:00
Henry Li
4f712861a3 feat: adjust input background in light mode 2026-01-22 11:51:56 +08:00
Henry Li
aed2f7ce67 feat: adjust styles 2026-01-22 11:42:25 +08:00
Henry Li
3774d0453c docs: remove '/' 2026-01-22 11:31:23 +08:00
Henry Li
9e72dc4f63 feat: add animations 2026-01-22 09:41:01 +08:00
Henry Li
b630e1846a feat: update skill settings 2026-01-22 00:38:20 +08:00
Henry Li
44850d9a61 feat: add Todos 2026-01-22 00:26:11 +08:00
Henry Li
68b8083826 feat: use resolvedTheme instead of systemTheme 2026-01-21 10:48:29 +08:00
Henry Li
c7a40d6a23 refactor: move 2026-01-21 10:46:43 +08:00
Henry Li
f907f8ac16 docs: rewording 2026-01-21 10:46:18 +08:00
Henry Li
ce4aa1e154 feat: adjust colors 2026-01-21 10:35:50 +08:00
Henry Li
1372dbefb2 feat: bring back the deer 2026-01-21 10:31:54 +08:00
Henry Li
4467b1860f feat: auto open artifact 2026-01-21 09:45:55 +08:00
Henry Li
6e024d6c8f feat: add code editor 2026-01-21 09:33:33 +08:00
Henry Li
4b7ee2bee2 feat: enlarge shadow 2026-01-21 08:52:30 +08:00
Henry Li
28d724d55a feat: make artifact "floating" 2026-01-21 08:50:15 +08:00
Henry Li
adfce3c79c feat: change color themes 2026-01-21 08:37:30 +08:00
Henry Li
1b70e00642 feat: support settings 2026-01-20 23:43:21 +08:00
Henry Li
dc8c1f4ed6 feat: save locale in cookies 2026-01-20 16:00:39 +08:00
Henry Li
ac9ef30780 feat: implement i18n 2026-01-20 14:06:47 +08:00
Henry Li
b791b28afa docs: rewording 2026-01-20 09:26:29 +08:00
Henry Li
5d6162d006 feat: use code block to display bash commands 2026-01-19 21:59:23 +08:00
Henry Li
58b5c2fcd5 feat: support NEXT_PUBLIC_LANGGRAPH_BASE_URL 2026-01-19 21:51:40 +08:00
Henry Li
24ca87d650 feat: add ToggleGroup 2026-01-19 19:41:46 +08:00
Henry Li
21f35b1d3c feat: support dynamic loading models 2026-01-19 18:54:04 +08:00
Henry Li
1352b0e0ba fix: fix getBackendBaseURL() 2026-01-19 15:42:19 +08:00
Henry Li
9d18e4e12d feat: add NEXT_PUBLIC_BACKEND_BASE_URL 2026-01-19 11:23:40 +08:00
Henry Li
b431567666 feat: make new chat always on top 2026-01-19 00:00:35 +08:00
Henry Li
c321c9293a fix: decode URL 2026-01-18 20:26:01 +08:00
Henry Li
5624b0cd38 feat: support clarification tool 2026-01-18 20:17:32 +08:00
Henry Li
aa44566fef feat: re-implement message group 2026-01-18 19:56:07 +08:00
Henry Li
ec1964c829 feat: support SSE write_file(0 2026-01-18 17:13:15 +08:00
Henry Li
41a22fde91 feat: add recursion_limit 2026-01-18 13:16:27 +08:00
Henry Li
71eadc942f fix: fix message grouping issues 2026-01-18 13:07:56 +08:00
Henry Li
9605cec6d3 feat: enhance message display 2026-01-18 11:25:46 +08:00
Henry Li
f9242727c7 feat: dim the placeholder 2026-01-18 09:57:30 +08:00
Henry Li
449f04fc44 feat: remove model icon 2026-01-18 09:55:17 +08:00