agent-ecosystem/src/renderer/components/chat
iliya 9d2062c8c0 feat: overhaul UI components and enhance task management features
- Updated CLAUDE.md to reflect new AI agent team capabilities and features, including real-time task management and built-in code editor.
- Refactored PaneContainer to simplify drag-and-drop functionality by lifting DnD context to TabbedLayout.
- Removed SidebarHeader component and integrated its functionality into Sidebar for a cleaner layout.
- Enhanced Sidebar with a collapse button and improved task/session navigation.
- Updated TabBar to streamline tab management and improve user interaction.
- Introduced new drag-and-drop handling in TabbedLayout for better user experience across panes.
2026-03-10 23:34:58 +02:00
..
items feat: enhance task management features and improve messaging components 2026-03-10 21:54:53 +02:00
SessionContextPanel feat: implement member spawn status tracking and online marking 2026-03-10 13:16:38 +02:00
viewers feat: overhaul UI components and enhance task management features 2026-03-10 23:34:58 +02:00
AIChatGroup.tsx refactor: remove token estimation logic from AIChatGroup and update TokenUsageDisplay for clarity 2026-03-10 12:47:32 +02:00
ChatHistory.tsx fix: reset notification dismissal on team relaunch 2026-03-10 20:44:04 +02:00
ChatHistoryEmptyState.tsx 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
ChatHistoryItem.tsx feat: enhance team file handling and logging improvements 2026-03-03 22:00:11 +02:00
ChatHistoryLoadingState.tsx Add CI and Release workflows; enhance loading skeletons and splash screen 2026-02-11 20:31:27 +09:00
CompactBoundary.tsx feat: refine team provisioning and UI components for improved user experience 2026-03-09 18:15:00 +02:00
ContextBadge.tsx fix: correct context badge count to sum actual items instead of injection objects (#2) 2026-02-21 01:15:55 -08:00
DisplayItemList.tsx feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
LastOutputDisplay.tsx refactor: update IPC channel constants and improve markdown plugin usage 2026-02-23 20:06:08 +02:00
markdownComponents.tsx fix: resolve all eslint errors across 24 files 2026-03-07 14:39:21 +02:00
searchHighlightUtils.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
SystemChatGroup.tsx 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
UserChatGroup.tsx feat: enhance task management features and improve messaging components 2026-03-10 21:54:53 +02:00