hetao
1fe37fdb6c
feat: implement file upload feature
2026-01-23 18:47:39 +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
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
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
f907f8ac16
docs: rewording
2026-01-21 10:46:18 +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
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
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
0ea448a220
feat: add reasoning check to message list item rendering
2026-01-17 18:02:19 +08:00
Henry Li
9a3f72869c
feat: integrated with artifacts in states
2026-01-17 17:21:37 +08:00
Henry Li
1a3b70ac43
feat: merge the last thinking with the previous group
2026-01-17 16:10:58 +08:00
Henry Li
c38dfdf0e0
feat: add date time util
2026-01-17 15:44:38 +08:00
Henry Li
0c6f8353bf
feat: support artifact preview
2026-01-17 15:09:44 +08:00
Henry Li
16a5ed9a73
fix: fix broken when SSE
2026-01-16 23:15:53 +08:00
Henry Li
0d11b21c84
feat: remember sidebar state
2026-01-16 23:03:39 +08:00
Henry Li
83f367b98a
feat: support basic file presenting
2026-01-16 22:35:20 +08:00
Henry Li
ce70b67459
refactor: move biz logic to core
2026-01-16 19:51:39 +08:00
Henry Li
a8ba2de579
refactor: simplify parameter
2026-01-16 19:50:41 +08:00
Henry Li
ac075477a0
feat: rename 'model' to 'model_name'
2026-01-16 14:03:34 +08:00
Henry Li
3a62deb3fd
feat: store the local settings
2026-01-16 09:55:02 +08:00
Henry Li
fe7504daed
refactor: refine folder structure and rename
2026-01-16 09:13:02 +08:00
Henry Li
cecc684de1
feat: implement basic web app
2026-01-15 23:40:21 +08:00