agent-ecosystem/src/renderer/components/chat
2026-05-04 09:12:53 +03:00
..
items fix(ci): restore dev validation gates 2026-05-04 09:12:53 +03:00
SessionContextPanel fix(context): unify context usage metrics 2026-04-18 12:10:51 +03:00
viewers fix(perf): suppress Show raw toggle in bare mode MarkdownViewer 2026-05-03 14:53:03 +05: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 fix(context): unify context usage metrics 2026-04-18 12:10:51 +03:00
ChatHistoryEmptyState.tsx feat: migrate to React 19 2026-03-24 17:11:55 +02:00
ChatHistoryItem.tsx perf(renderer): reduce costly blur transitions 2026-04-11 10:05:27 +03:00
ChatHistoryLoadingState.tsx feat: migrate to React 19 2026-03-24 17:11:55 +02:00
CompactBoundary.tsx perf: memo CodeBlockViewer, DiffViewer, CompactBoundary 2026-05-02 22:33:29 +05: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(perf): resolve all PR #93 review blockers 2026-05-03 08:57:59 +05:00
LastOutputDisplay.tsx feat(chat): add copy actions for code blocks 2026-04-11 09:07:16 +03:00
markdownComponents.tsx chore(workspace): checkpoint remaining claude team changes 2026-04-12 22:15:57 +03:00
markdownCopyUtils.ts feat(chat): add copy actions for code blocks 2026-04-11 09:07:16 +03: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 fix(windows): support path mentions and editor launch 2026-04-25 19:12:11 +03:00