agent-ecosystem/src/renderer
iliya b08a4d3764 feat: implement team member replacement functionality and enhance file search caching
- Added a new handler for replacing team members, allowing bulk updates to team member roles and workflows.
- Enhanced the FileSearchService to include caching for file listings, improving performance by reducing redundant file system scans.
- Updated editor and team-related services to support the new member replacement feature, ensuring proper validation and error handling.
- Improved UI components to accommodate workflow input for team members, enhancing user experience during team management.
2026-03-03 00:56:58 +02:00
..
api feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
components feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
constants refactor: update mention handling and improve role options 2026-03-03 00:11:31 +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: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat: add lead activity tracking for team management 2026-02-25 13:18:37 +02:00
store Remove obsolete CLAUDE.md documentation files from main, preload, renderer, and services directories to streamline project structure and eliminate outdated information. 2026-03-02 23:16:48 +02:00
types feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
utils feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00
App.tsx feat: enhance TeamConfigReader with improved file handling and concurrency 2026-02-28 21:23:16 +02:00
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
index.html feat: use agent teams 2026-02-22 15:41:18 +02:00
main.tsx feat: enhance TeamConfigReader with improved file handling and concurrency 2026-02-28 21:23:16 +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