agent-ecosystem/src/renderer/components/chat
iliya b163892d20 feat: enhance attachment handling and improve UI components
- Updated local image storage documentation to reflect changes in protocol handling for attachments.
- Added attachment metadata handling in message sending and inbox writing processes, improving attachment management.
- Implemented size validation for attachments in the TeamAttachmentStore, ensuring compliance with storage limits.
- Enhanced UI components to support attachment previews and improved user experience in managing attachments.
- Introduced a new RoleSelect component for better role management within teams.
2026-03-05 12:15:03 +02:00
..
items feat: enhance diff view with new features and improvements 2026-02-24 20:56:13 +02:00
SessionContextPanel merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00
viewers feat: enhance attachment handling and improve UI components 2026-03-05 12:15:03 +02:00
AIChatGroup.tsx feat: add cost calculation metric 2026-02-22 14:39:20 +05:30
ChatHistory.tsx feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +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 refactor: update IPC channel constants and improve markdown plugin usage 2026-02-23 20:06:08 +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: alot, code highlight, related tasks, group by project and other 2026-02-23 20:06:08 +02:00
LastOutputDisplay.tsx refactor: update IPC channel constants and improve markdown plugin usage 2026-02-23 20:06:08 +02:00
markdownComponents.tsx feat: alot, code highlight, related tasks, group by project and other 2026-02-23 20:06:08 +02:00
searchHighlightUtils.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
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 diff view with new features and improvements 2026-02-24 20:56:13 +02:00