Commit graph

341 commits

Author SHA1 Message Date
a7m-1st
16f52d1251 enhance: add context limit types to agentMessages 2025-10-19 16:20:25 +03:00
puzhen
af64c79fd5 fix bug 2025-10-19 14:12:14 +01:00
puzhen
ad4b7f9009 update conversation constraint 2025-10-19 13:51:14 +01:00
puzhen
4c58fda9c3 Merge: resolve conflicts by keeping local changes 2025-10-19 12:41:32 +01:00
puzhen
5792bc49a3 update 2025-10-19 12:38:23 +01:00
a7m-1st
420363e6b7 fix: missing prompt on replay 2025-10-19 02:51:41 +03:00
puzhen
bc114f39ce update multi turn 2025-10-18 14:33:02 +01:00
Ahmed Awelkair A
11865c239b
Update src/store/projectStore.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-15 13:06:17 +03:00
a7m-1st
a8b3791ab4 Merge remote-tracking branch 'origin/main' into feat-multi-turn-#419 2025-10-13 11:50:46 +03:00
a7m-1st
52ac4d7dce enhance: unify replay project 2025-10-13 04:16:04 +03:00
a7m-1st
67a60f8cce enhance: freeze active references to save calculations 2025-10-13 04:14:50 +03:00
a7m-1st
f1f6d68f0d feat: skip task 2025-10-13 03:04:55 +03:00
a7m-1st
6aeff827aa feat: use proj id for history & replay 2025-10-13 01:29:03 +03:00
a7m-1st
407e6822ee feat: projectStore support historyId 2025-10-13 01:27:52 +03:00
a7m-1st
e52bc9d1c4 Merge branch 'feat-chatbox-improvements' into feat-multi-turn-#419 2025-10-12 18:14:37 +03:00
a7m-1st
4636b84017 enhance: implement hanging funcs from index.tsx 2025-10-12 18:12:42 +03:00
a7m-1st
db110207a7 chore: remove unused code after merge 2025-10-12 17:54:00 +03:00
a7m-1st
6520db274f Merge remote-tracking branch 'origin/feat-chatbox-improvements' into feat-multi-turn-#419 2025-10-12 17:44:06 +03:00
a7m-1st
be78474be7 fix: add message to the new chatStore (delay task appending) 2025-10-10 13:02:35 +03:00
a7m-1st
e68660d8c5 feat: accumulate tokens accross chatstores 2025-10-10 12:38:17 +03:00
a7m-1st
826ae14031 enhance: create chatStore only when needed 2025-10-10 12:37:38 +03:00
a7m-1st
65688aa623 fix: replay type bug 2025-10-10 11:15:05 +03:00
a7m-1st
9ad2db068b update 2025-10-09 22:55:19 +03:00
a7m-1st
6b901802ee Merge branch 'feat-multi-turn-#419' of https://github.com/eigent-ai/eigent into feat-multi-turn-#419 2025-10-09 22:54:53 +03:00
a7m-1st
1ff87976f5 enhance: replay with project id instead of question 2025-10-09 22:51:51 +03:00
a7m-1st
533e8c0253 fix: new chat on dead sessions for replayed tasks 2025-10-09 22:51:27 +03:00
a7m-1st
9e0e5331b8 fix: new chat on dead sessions for replayed tasks 2025-10-09 22:33:57 +03:00
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
a7m-1st
69b1b051b3 fix: use projectId to stop project 2025-10-09 21:51:14 +03:00
a7m-1st
53b883ee10 fix: send add-task to backend asap 2025-10-09 21:46:34 +03:00
a7m-1st
eba3694423 fix: simplify create new project logic 2025-10-09 21:31:12 +03:00
a7m-1st
ada72e43e5 feat: new chat on dead sessions with state logic + refactor 2025-10-09 21:29:31 +03:00
a7m-1st
bb304e8314 enhance: just in case, sync queueTaskId & newTaskId 2025-10-09 20:41:04 +03:00
a7m-1st
555aeaae1c refactor 2025-10-09 20:23:55 +03:00
a7m-1st
9e438990a7 Merge branch 'feat-multi-turn-#419' of https://github.com/eigent-ai/eigent into feat-multi-turn-#419 2025-10-09 20:02:43 +03:00
a7m-1st
e0e3043046 refactor: chatStore 2025-10-09 20:00:09 +03:00
Douglasymlai
f8b338b5d5 feat: update ChatBox components and add QueuedBox 2025-10-09 18:28:00 +02:00
Wendong-Fan
7480dec8eb fix: install when the task is running 2025-10-10 00:23:04 +08:00
a7m-1st
8a466294ec fix(check): id not found typescript error 2025-10-09 17:29:05 +03:00
a7m-1st
df3f798769 fix: assign active chatId bug 2025-10-09 17:25:53 +03:00
a7m-1st
e1ee36b6bd feat: abstract to appendInitChatStore 2025-10-09 17:17:30 +03:00
a7m-1st
d05d28dae4 fix: redundant floating action buttons 2025-10-09 14:05:38 +03:00
a7m-1st
66953e5ce0 enhance: reuse same event loop for queued tasks 2025-10-09 14:04:41 +03:00
a7m-1st
d5791aeda8 fix: empty message when queueing 2025-10-09 04:14:10 +03:00
a7m-1st
b6206e6356 feat: update chatBox component 2025-10-09 03:52:39 +03:00
a7m-1st
5cb3da9844 feat: handle child SSE creation 2025-10-09 03:23:50 +03:00
a7m-1st
1f8d055412 feat: update queue handling to allow optimistic deletion 2025-10-08 22:00:43 +03:00
a7m-1st
e4ac3e1f50 feat: update event loop to use project_id, thus all frontend endpoints 2025-10-08 21:08:15 +03:00
a7m-1st
24d3ca3dec enhance: queue per project basis 2025-10-08 12:30:20 +03:00
a7m-1st
d494d1bcca Merge branch 'feat-project-store-#419' into feat-multi-turn-#419 2025-10-08 12:11:50 +03:00