agent-ecosystem/src/renderer/store/slices
iliya b369b779cc feat: implement live lead message handling and improve team data refresh logic
- Added a new method to create and push live lead messages during team provisioning, enhancing real-time communication.
- Updated the event handling to ensure lead-message events only refresh team details, preventing unnecessary updates to team/task lists.
- Improved error handling in team data refresh to preserve existing data during provisioning and transient errors.
- Enhanced tests to cover new lead-message functionality and ensure proper behavior during team provisioning scenarios.
2026-03-09 00:13:12 +02:00
..
changeReviewSlice.ts fix: stabilize diff review apply state and missing-file UX 2026-03-04 14:36:05 +02:00
cliInstallerSlice.ts feat: enhance team file handling and logging improvements 2026-03-03 22:00:11 +02:00
configSlice.ts feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
connectionSlice.ts feat(ipc): refactor context switching and event handling 2026-02-12 17:08:05 +09:00
contextSlice.ts feat: optimize IPC initialization and context management for improved app performance 2026-02-28 15:16:13 +02:00
conversationSlice.ts feat: enhance diff view with new features and improvements 2026-02-24 20:56:13 +02:00
editorSlice.ts fix: resolve 245 eslint errors across 12 files 2026-03-04 01:03:45 +02:00
extensionsSlice.ts feat: enhance extension installation and uninstallation flows 2026-03-08 01:44:58 +02:00
notificationSlice.ts feat: enhance notification management and team messaging functionality 2026-03-07 13:44:07 +02:00
paneSlice.ts feat: enhance README and add detailed diff view implementation plan 2026-03-05 00:11:08 +02:00
projectSlice.ts feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
repositorySlice.ts feat: enhance team file handling and logging improvements 2026-03-03 22:00:11 +02:00
scheduleSlice.ts feat: enhance extension installation and uninstallation flows 2026-03-08 01:44:58 +02:00
sessionDetailSlice.ts feat: enhance inbox message handling and UI components 2026-03-05 17:27:09 +02:00
sessionSlice.ts feat(sessions): implement session hiding and un-hiding functionality 2026-02-16 21:22:42 +09:00
subagentSlice.ts feat(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00
tabSlice.ts feat: enhance README and add detailed diff view implementation plan 2026-03-05 00:11:08 +02:00
tabUISlice.ts 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
teamSlice.ts feat: implement live lead message handling and improve team data refresh logic 2026-03-09 00:13:12 +02:00
uiSlice.ts 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
updateSlice.ts feat: update package version and add linting dependency 2026-03-05 18:57:07 +02:00