eigent/src
Douglasymlai cb32f9d759 feat: improve ChatBox components with new project sections and user query groups
- Add ProjectChatContainer component for better project organization
- Add ProjectSection component for project-specific chat areas
- Add UserQueryGroup component for grouping user queries
- Update TaskCard and TypeCardSkeleton components
- Enhance ChatBox index with new functionality
- Update projectStore with new state management
- Add styling improvements to index.css
- Include comprehensive README documentation
2025-10-09 21:20:15 +02:00
..
api chore: redirect errors, remove warnings from console, hide url path logs 2025-08-28 04:00:35 +03:00
assets Merge branch 'main' into feat-multi-turn-#419 2025-10-06 16:22:50 +03:00
components feat: improve ChatBox components with new project sections and user query groups 2025-10-09 21:20:15 +02:00
demos initial commit 2025-07-29 23:57:16 +08:00
hooks Merge branch 'feat-project-store-#419' into feat-multi-turn-#419 2025-10-08 12:11:50 +03:00
i18n update 2025-10-01 13:18:42 +08:00
lib feat: add feature to redirect shared links to local environment in local deployment 2025-08-22 15:02:24 +08:00
pages feat: update event loop to use project_id, thus all frontend endpoints 2025-10-08 21:08:15 +03:00
routers feat: add translations 2025-09-08 14:30:00 +08:00
stack fix: handle stack auth failure when env variables are missing 2025-07-30 13:07:13 +08:00
store feat: improve ChatBox components with new project sections and user query groups 2025-10-09 21:20:15 +02:00
style feat: improve ChatBox components with new project sections and user query groups 2025-10-09 21:20:15 +02:00
types feat: update event loop to use project_id, thus all frontend endpoints 2025-10-08 21:08:15 +03:00
App.tsx 当在远程服务器的容器中运行,并在本地浏览器访问网页时,由于不存在electron浏览器中不存在window.ipcRenderer和window.electronAPI 2025-08-17 19:04:04 +08:00
main.tsx feat: i18n 2025-09-03 23:44:21 +08:00
vite-env.d.ts initial commit 2025-07-29 23:57:16 +08:00