Commit graph

1411 commits

Author SHA1 Message Date
Wendong-Fan
fb043fdccb
chore: chatstore error catch (#707) 2025-11-20 14:18:16 +08:00
Wendong-Fan
cc577e7b50 minor fix wendong 2025-11-20 14:16:53 +08:00
Wendong-Fan
f78e4c761b Merge main into chore/ChatStore
Resolved merge conflicts in chatStore.ts error handling:
- Combined better error handling from main branch with fallback error handling
- Maintains proper task state management during error scenarios
- Preserves comprehensive error reporting and cleanup functionality

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 14:06:03 +08:00
Wendong-Fan
981c41c307
fix: chat issues #625 #662 (b) (#663) 2025-11-20 14:02:16 +08:00
Wendong-Fan
416d7f8acf bug fix wendong 2025-11-20 14:01:34 +08:00
Wendong-Fan
9e43a59445
Merge branch 'main' into fix-chat-issues_a7m 2025-11-20 13:37:57 +08:00
Wendong-Fan
bd6de9db0f
chore: fix_intsall_logic (#708) 2025-11-20 13:33:33 +08:00
Wendong-Fan
a596cc7460 update wendong 2025-11-20 13:33:10 +08:00
Tao Sun
e9df52c2f2
Merge branch 'main' into fix_install_logic 2025-11-20 00:41:33 +08:00
Sun Tao
d6a4e0966d Update useInstallationSetup.ts 2025-11-20 00:40:07 +08:00
Puzhen Zhang
20f51fad3e
Merge branch 'main' into chore/ChatStore 2025-11-20 00:39:11 +08:00
puzhen
ef58838198 update 2025-11-20 00:38:11 +08:00
Wendong-Fan
ff08c4f311
chore: Comment-out-project_state (#706) 2025-11-20 00:34:51 +08:00
Wendong-Fan
ca513879d3
Merge branch 'main' into Comment-out-project_state 2025-11-20 00:33:46 +08:00
Sun Tao
86c31ce112 Update ProjectGroup.tsx 2025-11-20 00:19:33 +08:00
Wendong-Fan
330fa3b762
Fix delete button behavior in Project Settings (#699) 2025-11-20 00:05:48 +08:00
Wendong-Fan
210d815141
Merge branch 'main' into feature/681-project-settings-delete 2025-11-19 23:54:56 +08:00
Wendong-Fan
13db1249ac
chore: Update chatStore.ts fix_30s_wait_when_multiturn (#698) 2025-11-19 23:52:43 +08:00
Wendong-Fan
8900449901
Merge branch 'main' into fix_30s_wait_when_multiturn 2025-11-19 23:52:23 +08:00
Tao Sun
21450b05de
Prevent markdown typewriter reset on re-render (#701) 2025-11-19 23:51:48 +08:00
Wendong-Fan
6a117622e8
enhance: Update chatStore.ts fix_30s_wait_when_multiturn PR698 (#705) 2025-11-19 23:51:43 +08:00
Wendong-Fan
b43c696239 enhance: Update chatStore.ts fix_30s_wait_when_multiturn PR698 2025-11-19 23:50:41 +08:00
Puzhen Zhang
1a2cd73c80
Hide queued task UI while active task is running (#702) 2025-11-19 23:49:50 +08:00
Puzhen Zhang
d0ee3a2365
Merge branch 'main' into feature/684-hide-queue 2025-11-19 23:49:09 +08:00
Tao Sun
d0d83a9204
Avoid duplicate subtasks after frontend reassignment (#703) 2025-11-19 23:36:26 +08:00
Tao Sun
ce73c92572
Add horizontal movement limits to workflow canvas (#700) 2025-11-19 23:29:25 +08:00
Wendong-Fan
293d8a9cda
Merge branch 'main' into fix_30s_wait_when_multiturn 2025-11-19 23:12:22 +08:00
Sun Tao
131a6f1a35 Update index.tsx 2025-11-19 22:44:21 +08:00
Wendong-Fan
8152fdf115
chore: fix_665 (#695) 2025-11-19 22:38:31 +08:00
Wendong-Fan
015e2ac42c
Merge branch 'main' into fix_665 2025-11-19 22:34:01 +08:00
Puzhen Zhang
292c0420ff
Merge branch 'main' into feature/689-dedupe-subtasks 2025-11-19 22:33:57 +08:00
Wendong-Fan
5cdfa04acd
refactor: remove old IntegrationList component and update imports (#670) 2025-11-19 22:33:48 +08:00
Tao Sun
a99d56d582
Merge branch 'main' into feature/689-dedupe-subtasks 2025-11-19 22:26:16 +08:00
Wendong-Fan
74d05f4bed Resolve merge conflict in MCP.tsx
- Successfully merged main branch into refactor/unify-integration-list
- Resolved conflict in src/pages/Setting/MCP.tsx by preserving the variant="manage" prop
- Cleaned up duplicate sections and maintained proper JSX structure
- Kept the enhanced IntegrationList component with manage variant functionality

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 22:04:58 +08:00
sw3205933776
b9831ef79e Avoid duplicate subtasks after frontend reassignment 2025-11-19 18:54:23 +08:00
Wendong-Fan
471d795285
Fix flicker sidebox (#664) 2025-11-19 18:48:06 +08:00
Wendong-Fan
8e60639273 Merge branch 'main' into fix-flicker-sidebox
Resolved conflicts:
- Combined useLayoutEffect and useMemo imports in HistorySidebar
- Removed conflicting Python cache files
- Preserved original PR functionality while integrating latest main branch changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 18:45:12 +08:00
Wendong-Fan
903b0be536 Fix bugs in PR #664: Add TypeScript types and error handling
- Add @types/mime dependency for TypeScript compatibility
- Fix CSS className spacing bug (mr-2flex-shrink-0 → mr-2 flex-shrink-0)
- Add proper error handling in read-file-dataurl IPC handler

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 18:43:44 +08:00
sw3205933776
80cdd0d6b1 Hide queued task UI while active task is running 2025-11-19 17:47:06 +08:00
FooFindBar
3fca4a6738
fixed image preview by replacing localfile:// with dataURL loader and… (#661) 2025-11-19 17:18:14 +08:00
sw3205933776
f9fd7d5610 Prevent markdown typewriter reset on re-render 2025-11-19 16:43:54 +08:00
Wendong-Fan
212ff4ec2f
Add Gemini 3 (#697) 2025-11-19 16:37:37 +08:00
Wendong-Fan
524de293c6 update 2025-11-19 16:36:49 +08:00
sw3205933776
e95d12d765 Add horizontal movement limits to workflow canvas 2025-11-19 16:19:31 +08:00
sw3205933776
7c5b546f7d Fix delete button behavior in Project Settings 2025-11-19 16:06:15 +08:00
Sun Tao
2ca3b3d45f Update chatStore.ts 2025-11-19 14:21:28 +08:00
puzhen
3bee3af527 update 2025-11-19 01:31:07 +08:00
Puzhen Zhang
a9bff98d08
chore: fix blank task (#669) 2025-11-18 23:01:33 +08:00
Puzhen Zhang
017c609619
Merge branch 'main' into st_fix_blank_task 2025-11-18 23:00:48 +08:00
Sun Tao
fc24f53e44 update 2025-11-18 22:43:01 +08:00