Commit graph

2180 commits

Author SHA1 Message Date
puzhen
3c773c7e90 update 2025-11-07 18:27:28 +01:00
Douglasymlai
52eae23018 feat: improve restart button UI with animated text in Browser page 2025-11-07 17:21:34 +00:00
puzhen
c5791e6365 update 2025-11-07 18:18:44 +01:00
Puzhen Zhang
8631541e8c
chore: clean search tool (#566) 2025-11-07 18:06:58 +01:00
Douglasymlai
71fefa1ffe update browsser cookie settings ux and ui style 2025-11-07 16:59:39 +00:00
a7m-1st
c59492a67e enhance: update test cases to reflect latest logic updates 2025-11-07 13:49:28 +03:00
a7m-1st
08628f2e12 Merge branch 'main' into test-multiturn-logic 2025-11-07 13:25:48 +03:00
a7m-1st
7de4dc83da fix: redandant title 2025-11-07 12:53:13 +03:00
Sun Tao
2bb4bf877b Update TaskCard.tsx 2025-11-07 17:29:26 +08:00
Sun Tao
d18cc9f1fb Merge branch 'main' into st_calenfar_fix 2025-11-07 17:20:13 +08:00
Sun Tao
192f38ee92 Update notion_mcp_toolkit.py 2025-11-07 16:47:13 +08:00
Sun Tao
ef97d158a3 Update TaskCard.tsx 2025-11-07 16:46:46 +08:00
Sun Tao
32d486e249 Merge branch 'main' into st_calenfar_fix 2025-11-07 16:40:39 +08:00
Wendong-Fan
6e9eac8826
Merge branch 'main' into fix-#547 2025-11-07 15:00:27 +08:00
Wendong-Fan
e235ba3284
chore: enhance_notion_avoid model illusion (#592) 2025-11-07 14:53:27 +08:00
Wendong-Fan
346c3ecfd9
Merge branch 'main' into enhance_notion_for_better_stability 2025-11-07 14:47:30 +08:00
Wendong-Fan
03f8b1d246 enhance: add SSE timeout handling and improve logging PR614 2025-11-07 14:46:27 +08:00
Puzhen Zhang
766802f5f0
enhance: add close button to login page (#596) 2025-11-06 22:37:26 +01:00
puzhen
4a62c974e3 update 2025-11-06 22:36:24 +01:00
puzhen
00f2c916eb update 2025-11-06 21:32:00 +01:00
Puzhen Zhang
d6ddff67c7
Merge branch 'main' into enhance/browser_data_import 2025-11-06 21:10:00 +01:00
puzhen
032d7537c2 update 2025-11-06 21:09:38 +01:00
Tao Sun
7f9e2b5f42
Merge branch 'main' into enhance_notion_for_better_stability 2025-11-06 20:52:47 +08:00
Douglasymlai
4424b4d7fc update bugs on the user message card 2025-11-06 11:13:16 +00:00
Douglas Lai
eb0dfaff82
Merge branch 'main' into chatbox-ux 2025-11-06 11:07:12 +00:00
Tao Sun
09fbde0598
Merge branch 'main' into add_timeout 2025-11-06 18:54:30 +08:00
puzhen
69ab9771cb fix: add conditional rendering for userMessage to resolve conflict with main
Added null check for queryGroup.userMessage to prevent errors when
rendering orphan messages (fix #593 from main branch).
2025-11-06 11:43:34 +01:00
Puzhen Zhang
ae932a914a
Merge branch 'main' into chore/search_tool 2025-11-06 11:37:24 +01:00
Puzhen Zhang
6bfdac24c3
fix: resolve conflicts (#617) 2025-11-06 10:42:26 +01:00
puzhen
60f67862b9 update 2025-11-06 10:39:40 +01:00
puzhen
57dca46e98 fix: add isHumanReply logic to prevent duplicate task boxes
Add isHumanReply check from main branch (#577, #602) to prevent
duplicate task boxes in human_toolkit multi-turn conversations.

This resolves the conflict with main branch by preserving the bug fix
while keeping chatbox-ux's UI improvements.
2025-11-06 10:30:55 +01:00
Puzhen Zhang
0ddf559ec2
Merge branch 'main' into enhance/add-login-close-btn 2025-11-06 09:54:26 +01:00
Tao Sun
4082b03832
fix: add health check polling to ensure backend is ready before resol… (#615) 2025-11-06 15:03:00 +08:00
Sun Tao
70f3fafbdd minor update 2025-11-06 15:01:24 +08:00
luo
cbaa477fe8 fix(chat_controller): change SSE timeout response type from 'timeout' to 'error' 2025-11-06 12:45:40 +08:00
Tao Sun
0c8d8120aa
Merge branch 'main' into enhance_notion_for_better_stability 2025-11-06 11:57:01 +08:00
Sun Tao
f010aa1515 Update notion_mcp_toolkit.py 2025-11-06 11:56:15 +08:00
Tao Sun
354fd60713
Update backend/app/utils/toolkit/notion_mcp_toolkit.py
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2025-11-06 11:53:53 +08:00
sw3205933776
167a745687 fix: add health check polling to ensure backend is ready before resolving 2025-11-06 11:22:36 +08:00
luo
8674827517 feat(chat_controller): add SSE timeout handling and improve logging structure 2025-11-06 11:08:14 +08:00
Wendong-Fan
77069d7670
enhance: include timestamps on history return (#583) 2025-11-06 04:09:09 +08:00
Wendong-Fan
a13e7de1e5 minor update 2025-11-06 04:08:46 +08:00
Wendong-Fan
171513b07f
Merge branch 'main' into enhance-history-api 2025-11-06 04:01:18 +08:00
Wendong-Fan
5e2859d303
Merge branch 'main' into enhance_notion_for_better_stability 2025-11-06 03:51:33 +08:00
Wendong-Fan
8082532c71 Merge branch 'main' into enhance/add-login-close-btn 2025-11-06 03:37:06 +08:00
Wendong-Fan
00fba18c9b chore: update QR code 2025-11-06 03:36:21 +08:00
Wendong-Fan
e1142370c3
Fix refactor route registration issue (#600) 2025-11-06 03:31:16 +08:00
Wendong-Fan
27b5ecc3ff
Merge branch 'main' into fix-router-issue 2025-11-06 03:30:56 +08:00
Wendong-Fan
3be953180a
fix: prevent dialog from closing on outside click and ESC key (#606) 2025-11-06 03:30:36 +08:00
Wendong-Fan
48d1139b3b Merge branch 'main' into fix/disable-dialog-outside-close 2025-11-06 03:30:04 +08:00