agent-ecosystem/src/renderer/components
iliya a9e0416251 fix: enhance terminal IPC handlers with error handling
- Wrapped terminal IPC handler functions (write, resize, kill) in try/catch blocks to log errors from node-pty, improving robustness against PTY failures.
- Updated the TeamAgentToolsInstaller to increment TOOL_VERSION to 10, reflecting changes in the tool's versioning.
- Refactored task comment handling in TeamAgentToolsInstaller to include retry logic for improved reliability during task updates.
- Consolidated role constants into a new teamRoles.ts file for better organization and reuse across components.
2026-02-26 21:41:27 +02:00
..
chat feat: implement comprehensive audit and fix plans for diff view feature 2026-02-26 19:28:31 +02:00
common merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00
dashboard fix: address false negatives in diff matching and enhance hunk processing 2026-02-26 20:40:14 +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: update pricing configuration and enhance file content handling 2026-02-26 14:30:09 +02:00
team fix: enhance terminal IPC handlers with error handling 2026-02-26 21:41:27 +02:00
terminal fix: update package.json and add deep research documentation 2026-02-26 20:21:09 +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