agent-ecosystem/src/renderer/components
iliya 1e33e82ce1 feat: implement inbox locking mechanism and enhance team message handling
- Introduced `withInboxLock` function to manage concurrent access to inbox files, preventing race conditions during message processing.
- Refactored `TeamInboxWriter` and `TeamProvisioningService` to utilize the new locking mechanism, ensuring safe read/write operations on inbox files.
- Updated `TeamListView` and related components to improve user experience during team management and message handling.
- Added new dependencies for linting and formatting, enhancing code quality and maintainability.
2026-02-23 16:17:48 +02:00
..
chat feat: add task logging functionality and enhance team management 2026-02-23 11:37:31 +02:00
common Merge remote-tracking branch 'upstream/main' into agent_teams_features 2026-02-22 15:46:58 +02:00
dashboard feat: enhance task management and UI with new filters and line counting 2026-02-22 22:15:48 +02:00
layout feat: implement fullscreen functionality and related IPC communication 2026-02-22 23:13:13 +02:00
notifications feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
search feat: search session globally across projects 2026-02-21 14:34:25 +05:30
settings feat: use agent teams 2026-02-22 15:41:18 +02:00
sidebar fix: resolve pre-existing lint errors blocking CI 2026-02-22 23:05:57 +02:00
team feat: implement inbox locking mechanism and enhance team message handling 2026-02-23 16:17:48 +02:00
ui feat: enhance task log retrieval with optional parameters 2026-02-23 14:56:31 +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