agent-ecosystem/src/renderer/hooks
2026-04-17 08:54:27 +03: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 fix(hooks): resolve react-hooks/refs lint errors breaking CI 2026-03-24 18:06:08 +02:00
useAutoScrollBottom.ts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
useBranchSync.ts fix(graph): enhance particle rendering for task comments 2026-03-28 22:55:01 +02:00
useChipDraftPersistence.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
useCliInstaller.ts feat(cliInstaller): add model verification for providers 2026-04-16 19:41:23 +03:00
useCollapsedGroups.ts feat: add strip-markdown dependency and integrate markdown stripping in notifications 2026-03-06 20:31:14 +02:00
useComposerDraft.ts feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
useContinuousScrollNav.ts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
useCreateTeamDraft.ts feat(teams): unify provider-aware create and launch flows 2026-04-02 10:23:14 +03:00
useDiffNavigation.ts fix: resolve 245 eslint errors across 12 files 2026-03-04 01:03:45 +02:00
useDraftPersistence.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
useEditorKeyboardShortcuts.ts feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
useExtensionsTabState.ts fix(extensions): ignore stale MCP search responses 2026-04-16 22:26:03 +03:00
useFileListCacheWarmer.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
useFileSuggestions.ts fix: reset notification dismissal on team relaunch 2026-03-10 20:44:04 +02:00
useFullScreen.ts feat: implement fullscreen functionality and related IPC communication 2026-02-22 23:36:11 +02:00
useKeyboardShortcuts.ts feat(graph): force-directed agent graph visualization with kanban-zone task layout 2026-03-28 12:03:42 +02:00
useLazyFileContent.ts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
useMarkCommentsRead.ts fix(hooks): resolve react-hooks/refs lint errors breaking CI 2026-03-24 18:06:08 +02:00
useMarkdownScrollSync.ts feat: add Radix UI Alert Dialog component and enhance SkillImportService 2026-03-12 11:53:40 +02:00
useMemberStats.ts feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
useMentionDetection.ts fix(team): scan inbox for permission_request during provisioning 2026-03-27 23:35:52 +02:00
usePersistedGridLayout.ts refactor: improve KanbanGridLayout with loading state and layout persistence enhancements 2026-03-11 19:06:59 +02:00
useResizableColumns.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
useResizablePanel.ts chore(workspace): checkpoint remaining claude team changes 2026-04-12 22:15:57 +03:00
useStableTeamMentionMeta.ts feat(landing): enhance base URL handling and improve image paths 2026-03-23 17:51:09 +02:00
useTabNavigationController.ts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
useTabUI.ts perf: offload heavy I/O to worker thread, reduce renderer re-renders 2026-04-05 16:21:05 +00:00
useTaskLocalState.ts feat: enhance GlobalTaskList with archived task handling and renaming improvements 2026-03-04 16:22:07 +02:00
useTaskSuggestions.ts refactor(team): split team detail snapshot from messages activity 2026-04-15 21:54:38 +03:00
useTeamMessagesExpanded.ts feat: add effort level management to team provisioning and dialogs 2026-03-06 21:28:12 +02:00
useTeamMessagesRead.ts feat: enhance notifications and task management features 2026-02-24 20:29:41 +02:00
useTeamSuggestions.ts perf: offload heavy I/O to worker thread, reduce renderer re-renders 2026-04-05 16:21:05 +00:00
useTheme.ts perf(renderer): reduce costly blur transitions 2026-04-11 10:05:27 +03:00
useToolApprovalDiff.ts feat: tool approval improvements — diff preview, error feedback, provisioning fix 2026-03-20 18:41:01 +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
useViewportCommentRead.ts refactor(session): improve session label formatting and enhance session item display 2026-03-29 01:16:04 +02:00
useViewportObserver.ts fix: resolve lint warnings in hooks, store, and sentry modules 2026-03-22 17:36:11 +02:00
useVisibleAIGroup.ts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
useVisibleFileSection.ts feat: migrate to React 19 2026-03-24 17:11:55 +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