agent-ecosystem/src/renderer/hooks
iliya b08a4d3764 feat: implement team member replacement functionality and enhance file search caching
- Added a new handler for replacing team members, allowing bulk updates to team member roles and workflows.
- Enhanced the FileSearchService to include caching for file listings, improving performance by reducing redundant file system scans.
- Updated editor and team-related services to support the new member replacement feature, ensuring proper validation and error handling.
- Improved UI components to accommodate workflow input for team members, enhancing user experience during team management.
2026-03-03 00:56:58 +02:00
..
navigation Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
useAttachments.ts feat: add/remove member, mesage box, improve ui... 2026-02-24 20:29:41 +02:00
useAutoScrollBottom.ts fix: reliable window drag region in tab bar 2026-02-22 19:13:14 -05:00
useBranchSync.ts feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00
useChipDraftPersistence.ts feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
useCliInstaller.ts fix: enhance CLI installer and session management 2026-02-27 12:56:32 +02:00
useContinuousScrollNav.ts feat: enhance diff view with continuous scroll and lazy loading 2026-02-25 15:39:14 +02:00
useDiffNavigation.ts feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
useDraftPersistence.ts feat: enhance team member management with color coding and improved prompts 2026-02-22 23:36:11 +02:00
useEditorKeyboardShortcuts.ts feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
useFileListCacheWarmer.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
useFileSuggestions.ts feat: add project file listing functionality and enhance mention support 2026-03-02 21:14:49 +02:00
useFullScreen.ts feat: implement fullscreen functionality and related IPC communication 2026-02-22 23:36:11 +02:00
useKeyboardShortcuts.ts feat: enhance file icon handling and keyboard shortcuts 2026-03-01 14:24:24 +02:00
useLazyFileContent.ts feat: enhance diff view with continuous scroll and lazy loading 2026-02-25 15:39:14 +02:00
useMarkCommentsRead.ts feat: add task commenting functionality and enhance UI interactions 2026-02-22 23:36:11 +02:00
useMarkdownScrollSync.ts feat: enhance notification and task management features 2026-03-02 18:17:57 +02:00
useMemberStats.ts feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
useMentionDetection.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
useTabNavigationController.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
useTabUI.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
useTeamMessagesRead.ts feat: enhance notifications and task management features 2026-02-24 20:29:41 +02:00
useTheme.ts feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
useUnreadCommentCount.ts feat: add task commenting functionality and enhance UI interactions 2026-02-22 23:36:11 +02:00
useViewedFiles.ts feat: implement diff view with 4 phases — review, accept/reject, task scoping, enhanced UX 2026-02-24 23:39:41 +02:00
useVisibleAIGroup.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
useVisibleFileSection.ts feat: enhance diff view with continuous scroll and lazy loading 2026-02-25 15:39:14 +02:00
useZoomFactor.ts feat(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00