agent-ecosystem/src/renderer
iliya 7bca2e73a6 refactor: update lead member detection and enhance team management UI
- Replaced instances of isLeadAgentType with isLeadMember for improved clarity in team member role checks.
- Updated README to include a new built-in review workflow feature for agent task reviews.
- Enhanced team detail and list views to accurately reflect current team members and their roles.
- Improved CSS for step progress indicators, adding new styles for a circular stepper.
- Refactored provisioning progress block to utilize a new StepProgressBar component for better visual representation of steps.
2026-03-21 16:05:56 +02:00
..
api feat: tool approval improvements — diff preview, error feedback, provisioning fix 2026-03-20 18:41:01 +02:00
components refactor: update lead member detection and enhance team management UI 2026-03-21 16:05:56 +02:00
constants feat: enhance attachment handling and metadata management 2026-03-17 13:53:29 +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: tool approval improvements — diff preview, error feedback, provisioning fix 2026-03-20 18:41:01 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
store feat: auto-allow all tools toggle + fix team color fallback 2026-03-21 12:25:06 +02:00
types feat: improve task reference handling and enhance UI components 2026-03-11 14:18:43 +02:00
utils refactor: update lead member detection and enhance team management UI 2026-03-21 16:05:56 +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: update lead member detection and enhance team management UI 2026-03-21 16:05:56 +02:00
index.html refactor: update task assignment message formatting and enhance UI elements 2026-03-21 15:07:52 +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