agent-ecosystem/src/renderer/components/chat
iliya 087a8f4989 feat: replace Pencil icon with FileIcon in DiffViewer header
Use devicon-based FileIcon for file type recognition instead of
generic Pencil icon. Shows JS/TS/Python/etc logos in diff headers.
2026-03-21 12:48:03 +02:00
..
items refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +02:00
SessionContextPanel feat: enhance task creation and management features 2026-03-11 12:54:04 +02:00
viewers feat: replace Pencil icon with FileIcon in DiffViewer header 2026-03-21 12:48:03 +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 refactor: clean up code and improve readability across multiple files 2026-03-19 14:07:14 +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 refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +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