8 Commits

Author SHA1 Message Date
zetaloop 4f878340e6 feat: 支持生产容器化部署 2026-05-03 09:21:16 +08:00
zetaloop a3f0b49112 feat(chat): implement WebSocket chat client with useChatSocket hook
Replace the stubbed chat API with a real WebSocket hook that
connects to /ws/chat and supports DM creation, messaging,
session join/leave, and history retrieval. Keep REST stub
functions for backward compatibility with existing pages
that require listChatSessions/getChatSessionById imports.
2026-05-01 17:33:29 +08:00
zetaloop ffc94f2846 chore: update dev setup to use docker compose backend
Default backend URL changed from port 8080 (kubectl port-forward)
to 18080 (docker compose Envoy Gateway). README updated to reflect
the deploy/dev workflow.
2026-04-23 21:23:51 +08:00
zetaloop aae83bce44 fix(lint): resolve floating promise warnings 2026-03-01 22:53:48 +08:00
zetaloop 8589dbc16b chore(dev): add /api proxy and docs 2026-02-28 10:33:50 +08:00
zetaloop a4e05cf482 chore: clean up placeholder comments and over-engineering 2026-02-20 20:20:22 +08:00
zetaloop 1f87f4676e setup: Biome linter/formatter + Zustand + TanStack Query + RHF + Zod 2026-02-20 12:11:00 +08:00
zetaloop 679d1ac9b9 init: scaffold Next.js 16 + Tailwind CSS 4 + TypeScript 2026-02-20 12:04:41 +08:00