Henry Li
cd63f41b4c
feat: support static website
2026-01-24 18:01:27 +08:00
hetao
f6a20a69e3
feat: implement file upload feature
2026-01-23 18:47:39 +08:00
Henry Li
c48a3f499d
docs: rewording
2026-01-22 14:21:03 +08:00
Henry Li
e0f491dcdb
feat: add main menu
2026-01-22 14:19:54 +08:00
Henry Li
8c994293a8
feat: make reasoning mode as default
2026-01-22 13:46:43 +08:00
Henry Li
ec4b3a0ead
docs: update description
2026-01-22 13:46:31 +08:00
Henry Li
7d4d706738
feat: put all options into '+'
2026-01-22 13:43:45 +08:00
hetao
31bf49917c
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
37e2c3d3c9
feat: update skill settings
2026-01-22 00:38:20 +08:00
Henry Li
1e4e51a80c
feat: add Todos
2026-01-22 00:26:11 +08:00
Henry Li
54d29e254f
docs: rewording
2026-01-21 10:46:18 +08:00
Henry Li
10d253f461
feat: support settings
2026-01-20 23:43:21 +08:00
Henry Li
faba2784e1
feat: save locale in cookies
2026-01-20 16:00:39 +08:00
Henry Li
32a45eb043
feat: implement i18n
2026-01-20 14:06:47 +08:00
Henry Li
fb265f2b1f
feat: support NEXT_PUBLIC_LANGGRAPH_BASE_URL
2026-01-19 21:51:40 +08:00
Henry Li
d7dfffad90
feat: add ToggleGroup
2026-01-19 19:41:46 +08:00
Henry Li
541586dc66
feat: support dynamic loading models
2026-01-19 18:54:04 +08:00
Henry Li
1ef04c94ee
fix: fix getBackendBaseURL()
2026-01-19 15:42:19 +08:00
Henry Li
f3f66ee924
feat: add NEXT_PUBLIC_BACKEND_BASE_URL
2026-01-19 11:23:40 +08:00
Henry Li
dd80348b76
feat: support SSE write_file(0
2026-01-18 17:13:15 +08:00
Henry Li
8f0bd828d5
feat: add recursion_limit
2026-01-18 13:16:27 +08:00
Henry Li
6bf187c1c2
fix: fix message grouping issues
2026-01-18 13:07:56 +08:00
Henry Li
23dc64fab1
feat: enhance message display
2026-01-18 11:25:46 +08:00
Henry Li
06068dd07b
feat: add reasoning check to message list item rendering
2026-01-17 18:02:19 +08:00
Henry Li
f1c6991194
feat: integrated with artifacts in states
2026-01-17 17:21:37 +08:00
Henry Li
a663bcc37b
feat: merge the last thinking with the previous group
2026-01-17 16:10:58 +08:00
Henry Li
228ec49f70
feat: add date time util
2026-01-17 15:44:38 +08:00
Henry Li
962d8f04ec
feat: support artifact preview
2026-01-17 15:09:44 +08:00
Henry Li
34ca58ed1b
fix: fix broken when SSE
2026-01-16 23:15:53 +08:00
Henry Li
6464a67230
feat: remember sidebar state
2026-01-16 23:03:39 +08:00
Henry Li
f9853f037c
feat: support basic file presenting
2026-01-16 22:35:20 +08:00
Henry Li
03f0e3f0c7
refactor: move biz logic to core
2026-01-16 19:51:39 +08:00
Henry Li
b72eb61302
refactor: simplify parameter
2026-01-16 19:50:41 +08:00
Henry Li
faf80bb429
feat: rename 'model' to 'model_name'
2026-01-16 14:03:34 +08:00
Henry Li
028f402ff5
feat: store the local settings
2026-01-16 09:55:02 +08:00
Henry Li
e9846c1dda
refactor: refine folder structure and rename
2026-01-16 09:13:02 +08:00
Henry Li
9f2b94ed52
feat: implement basic web app
2026-01-15 23:40:21 +08:00