agent-ecosystem/src/renderer/components/chat
2026-04-10 17:25:51 +03:00
..
items merge(main): integrate origin/main into spike/free-code-compat 2026-04-10 17:25:51 +03:00
SessionContextPanel feat: enhance task creation and management features 2026-03-11 12:54:04 +02:00
viewers perf: offload heavy I/O to worker thread, reduce renderer re-renders 2026-04-05 16:21:05 +00:00
AIChatGroup.tsx perf: offload heavy I/O to worker thread, reduce renderer re-renders 2026-04-05 16:21:05 +00:00
ChatHistory.tsx perf: offload heavy I/O to worker thread, reduce renderer re-renders 2026-04-05 16:21:05 +00:00
ChatHistoryEmptyState.tsx feat: migrate to React 19 2026-03-24 17:11:55 +02:00
ChatHistoryItem.tsx feat: migrate to React 19 2026-03-24 17:11:55 +02:00
ChatHistoryLoadingState.tsx feat: migrate to React 19 2026-03-24 17:11:55 +02: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 fix(team): harden provisioning and team UI state 2026-04-06 21:28:22 +03:00
LastOutputDisplay.tsx perf: replace remark-based search with plain text indexOf 2026-03-25 14:32:37 +02:00
markdownComponents.tsx fix: resolve all eslint errors across 24 files 2026-03-07 14:39:21 +02:00
searchHighlightUtils.ts perf: replace remark-based search with plain text indexOf 2026-03-25 14:32:37 +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 perf: offload heavy I/O to worker thread, reduce renderer re-renders 2026-04-05 16:21:05 +00:00