agent-ecosystem/src/renderer/components/team/activity
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
..
ActiveTasksBlock.tsx feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
ActivityItem.tsx feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
ActivityTimeline.tsx fix: enhance terminal IPC handlers with error handling 2026-02-26 21:41:27 +02:00
PendingRepliesBlock.tsx feat: add lead activity tracking for team management 2026-02-25 13:18:37 +02:00
ReplyQuoteBlock.tsx feat: enhance task log retrieval with optional parameters 2026-02-23 14:56:31 +02:00