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
Tao Sun
efc3d1ea1d
Hotfix/temp hide features ( #694 )
2025-11-18 21:56:38 +08:00
Tao Sun
4f291cf223
Merge branch 'main' into hotfix/temp-hide-features
2025-11-18 20:58:09 +08:00
Tao Sun
e8fea49449
feat(settings): remove unused Google API "Test Connection" button ( #685 ) ( #693 )
2025-11-18 20:55:29 +08:00
sw3205933776
7304ef1a8c
chore(ui): remove dialog blur effect ( #679 )
2025-11-18 17:56:06 +08:00
sw3205933776
0d3eeee6d0
feat(setting): remove MCP config edit entry ( #682 )
2025-11-18 17:51:35 +08:00
sw3205933776
7bb55cac17
feat(setting): hide MCP Market section ( #683 )
2025-11-18 17:48:30 +08:00
sw3205933776
012d2f2d9c
feat(settings): remove unused Google API "Test Connection" button ( #685 )
2025-11-18 17:17:05 +08:00
Wendong-Fan
1efce391fe
Merge branch 'main' into fix-chat-issues_a7m
2025-11-18 16:54:55 +08:00
sw3205933776
954dde299a
refactor: remove old IntegrationList component and update imports
...
Deleted the old IntegrationList component and updated its imports in ToolSelect and MCP pages to use the new path. This change streamlines the codebase and ensures consistency in component usage.
2025-11-18 14:52:04 +08:00
Tao Sun
79b3e720fc
Merge branch 'main' into st_fix_blank_task
2025-11-18 01:49:28 +08:00
Sun Tao
fc32fc0143
Update workforce.py
2025-11-18 01:47:55 +08:00
Wendong-Fan
3e2990f5cf
Project history UI ( #652 )
2025-11-18 01:11:27 +08:00
Wendong-Fan
2a7e71d171
Merge main into project-history-ui and resolve conflicts
...
Resolved conflicts in:
- server/app/controller/chat/history_controller.py: Combined status tracking logic from both branches, including failed task counting from main
- src/components/GroupedHistoryView/index.tsx: Kept all imports and features from project-history-ui branch
- src/pages/Dashboard/Project.tsx: Kept the new GroupedHistoryView implementation from project-history-ui branch
- Removed conflicted __pycache__ files (binary conflicts)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 01:07:44 +08:00
Wendong-Fan
6348f733ed
enhance: Project history UI PR652 ( #656 )
2025-11-18 00:56:05 +08:00
Wendong-Fan
b1c18f91ec
enhance: project history UI a7m ( #660 )
2025-11-18 00:55:51 +08:00
Wendong-Fan
313161f77c
minor update
2025-11-18 00:36:19 +08:00
Jahan Ravi
5165f5471c
suggested changes has been updated
2025-11-16 18:32:54 +05:30
a7m-1st
e96c6f7f4a
enhance: loaderCircle
2025-11-16 14:43:12 +03:00
Jahan Ravi
cf534f0676
fixed the flickering hideside box by updating the anchorstyle state variable
2025-11-16 11:42:27 +05:30
a7m-1st
96644d29b4
enhance: stop everything on error & end project
2025-11-16 02:29:52 +03:00
a7m-1st
a73c6c6777
enhance: handle error properly on end
2025-11-16 02:25:24 +03:00
a7m-1st
3e1075308f
enhance: revert to generate task summary on each turn
2025-11-16 01:18:49 +03:00
Jahan Ravi
06e1242762
fixed image preview by replacing localfile:// with dataURL loader and adding read-file-dataurl IPC handler
2025-11-15 12:49:27 +05:30
Wendong-Fan
4bc5d75262
update qr code
2025-11-15 13:20:06 +08:00
Wendong-Fan
81f26b83fa
original PR fix
2025-11-15 11:12:18 +08:00
a7m-1st
810e835320
fix: fetch from proxy
2025-11-14 17:21:57 +03:00
a7m-1st
1979780a99
refactor: avoid client side ongoing task_filtering + simplify
2025-11-14 17:17:13 +03:00
a7m-1st
3b18bb64ff
refactor: total_failed_tasks -> total_ongoing_tasks
2025-11-14 15:47:15 +03:00
a7m-1st
b9a7b4c69e
fix: sync Chat status
2025-11-14 15:36:29 +03:00
Wendong-Fan
15f5abdda8
Test build ( #657 )
2025-11-14 16:43:40 +08:00
Wendong-Fan
a07fe79cc8
Merge branch 'main' into test-build
2025-11-14 16:21:40 +08:00