agent-ecosystem/src/renderer/store/slices
iliya fd3176716b feat: enhance team management and review processes with new functionalities
- Added support for inferring team lead names from configuration, improving message attribution in task communications.
- Introduced new dependencies for CodeMirror language support, enhancing the editing experience for various programming languages.
- Implemented scoped item IDs in the CLI logs view to prevent cross-group collisions, improving UI clarity.
- Enhanced sorting logic in the team list view to prioritize alive teams and match current project paths.
- Added lazy-check functionality for task changes in Kanban cards, optimizing performance and user experience.
- Updated diff view components to support new language features and improve overall editing capabilities.
2026-02-25 11:40:01 +02:00
..
changeReviewSlice.ts feat: enhance team management and review processes with new functionalities 2026-02-25 11:40:01 +02:00
configSlice.ts feat(settings): enhance Claude root management and UI updates 2026-02-16 20:06:09 +09:00
connectionSlice.ts feat(ipc): refactor context switching and event handling 2026-02-12 17:08:05 +09:00
contextSlice.ts feat: enhance team member management with color coding and improved prompts 2026-02-22 23:36:11 +02:00
conversationSlice.ts feat: enhance diff view with new features and improvements 2026-02-24 20:56:13 +02:00
notificationSlice.ts feat: add/remove member, mesage box, improve ui... 2026-02-24 20:29:41 +02:00
paneSlice.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
projectSlice.ts fix: auto-expand sidebar when a project is selected 2026-02-21 15:56:40 -05:00
repositorySlice.ts fix: auto-expand sidebar when a project is selected 2026-02-21 15:56:40 -05:00
sessionDetailSlice.ts feat: add auto-expand AI response groups setting 2026-02-22 19:13:28 -05: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 merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +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 diff view functionality with read-only and accept/reject capabilities 2026-02-24 20:29:41 +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(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00