agent-ecosystem/src/renderer/store/slices
iliya 27eacfa77c feat: add agent language update handling and validation
- Introduced support for updating the agent language in the configuration, including a new callback in `initializeConfigHandlers`.
- Enhanced `handleUpdateConfig` to trigger the new language update callback when the agent language changes.
- Updated validation logic to ensure the agent language is a non-empty string.
- Modified the `TeamConfigReader` and `TeamProvisioningService` to handle the new language setting, ensuring teams are notified of language changes.
- Adjusted various components to accommodate the new task start and cancellation features, improving task management in the Kanban board.
2026-02-24 17:11:54 +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 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
notificationSlice.ts feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +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 fix: resolve perf regression in transcript loading and session search 2026-02-21 15:46:25 -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 fix: enhance message sending reliability and error handling 2026-02-24 16:01:44 +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: add agent language update handling and validation 2026-02-24 17:11:54 +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