agent-ecosystem/src/renderer/components
iliya 0cb85d463c feat: enhance project editor with new error boundary and file handling improvements
- Introduced `EditorErrorBoundary` component to catch runtime errors in CodeMirror, providing a fallback UI to prevent crashes.
- Updated file handling logic to utilize `isbinaryfile` for more reliable binary detection, replacing manual null-byte scans.
- Enhanced `openFile` method to prevent duplicate tabs for already opened files.
- Improved documentation for new components and updated file lists to reflect recent changes.
- Optimized file watcher and path validation processes for better performance and reliability.
2026-02-28 17:55:21 +02:00
..
chat feat: implement comprehensive audit and fix plans for diff view feature 2026-02-26 19:28:31 +02:00
common feat: add download badges with direct links per platform 2026-02-27 20:55:38 +02:00
dashboard feat: add download badges with direct links per platform 2026-02-27 20:55:38 +02:00
layout feat: update pricing configuration and enhance file content handling 2026-02-26 14:30:09 +02:00
notifications feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
report fix(report): avoid ÷ 0 phrasing when no commits or lines changed 2026-02-22 15:47:17 -05:00
search feat: search session globally across projects 2026-02-21 14:34:25 +05:30
settings feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
sidebar feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
team feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
terminal feat: add download badges with direct links per platform 2026-02-27 20:55:38 +02:00
ui feat: add agent language update handling and validation 2026-02-24 20:29:41 +02:00
CLAUDE.md 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