agent-ecosystem/src/renderer
iliya 1ccc1432fc feat: enhance task change handling and improve plugin catalog integration
- Added a 'source' field to PluginCatalogItem to distinguish between official and third-party plugins.
- Refactored ChangeExtractorService to improve caching mechanisms and normalize file paths for better consistency.
- Updated TaskBoundaryParser to support task IDs with underscores, enhancing task identification.
- Enhanced TeamMcpConfigBuilder to merge user-defined MCP configurations with generated ones, improving configuration management.
- Improved UI components to display source information for plugins and MCP servers, enhancing user experience and clarity.
2026-03-11 18:16:40 +02:00
..
api feat: add summaryOnly option for task changes retrieval and enhance caching mechanisms 2026-03-10 22:22:42 +02:00
components feat: enhance task change handling and improve plugin catalog integration 2026-03-11 18:16:40 +02:00
constants feat: enhance cross-team messaging with new parameters and recipient handling 2026-03-10 15:40:42 +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 feat: enhance Kanban board with grid layout and persistence improvements 2026-03-11 17:18:24 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat: enhance task change handling and improve plugin catalog integration 2026-03-11 18:16:40 +02:00
store feat: enhance task change handling and improve plugin catalog integration 2026-03-11 18:16:40 +02:00
types feat: improve task reference handling and enhance UI components 2026-03-11 14:18:43 +02:00
utils feat: enhance task change handling and improve plugin catalog integration 2026-03-11 18:16:40 +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 feat: enhance task change handling and improve plugin catalog integration 2026-03-11 18:16:40 +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