agent-ecosystem/src/renderer
iliya e6b7a6fe53 refactor: streamline logging and context handling in team services
- Replaced logger.info calls with console.log in TeamMemberLogsFinder for performance logging.
- Simplified environment variable handling in TeamProvisioningService by removing unnecessary context settings.
- Updated stopTeam method to accept a signal parameter for improved process termination control.
- Enhanced model handling in team dialogs to support new context management logic, ensuring consistent behavior across components.
- Adjusted teamSlice to reflect changes in model parsing and context handling, improving overall state management.
2026-03-14 18:24:13 +02:00
..
api refactor: update IPC handlers and types for lead activity and context usage 2026-03-12 14:14:58 +02:00
components refactor: streamline logging and context handling in team services 2026-03-14 18:24:13 +02:00
constants feat: enhance CreateTeamDialog and member management features 2026-03-13 14:39:07 +02:00
contexts 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
hooks refactor: improve ActivityTimeline and team mention entry sorting 2026-03-14 12:21:31 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services refactor: improve KanbanGridLayout with loading state and layout persistence enhancements 2026-03-11 19:06:59 +02:00
store refactor: streamline logging and context handling in team services 2026-03-14 18:24:13 +02:00
types feat: improve task reference handling and enhance UI components 2026-03-11 14:18:43 +02:00
utils refactor: improve task management protocols and enhance UI components 2026-03-14 12:16:16 +02:00
App.tsx feat: implement tool approval protocol for team management 2026-03-06 21:12:59 +02:00
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css refactor: enhance task review notifications and UI components 2026-03-14 13:52:30 +02:00
index.html feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
main.tsx feat: enhance Kanban board with grid layout and persistence improvements 2026-03-11 17:18:24 +02:00
vite-env.d.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