agent-ecosystem/src/renderer/store/slices
iliya 1d7e55e89a feat: implement editable diff functionality with save and discard options
- Added support for editing file content during reviews, allowing users to save changes directly to disk.
- Introduced new IPC channels for saving edited files and handling content updates.
- Enhanced the review toolbar with actions for saving and discarding edits, along with indicators for edited files.
- Implemented keyboard shortcuts for improved navigation and editing experience.
- Integrated a new component for rendering CLI logs in a rich format, replacing the previous raw JSON display.
- Updated state management to track edited contents and handle file edits effectively.
2026-02-25 09:03:50 +02:00
..
changeReviewSlice.ts feat: implement editable diff functionality with save and discard options 2026-02-25 09:03:50 +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