agent-ecosystem/src/renderer
iliya c40c61f099 feat: add cross-team member name extraction and badge component
- Introduced a new utility function to extract member names from cross-team recipient strings.
- Added a CrossTeamTeamBadge component for displaying team names with consistent styling.
- Updated ActivityItem to utilize the new member name extraction and badge component, enhancing the display of cross-team messages.
- Enhanced tests to validate the functionality of the new member name extraction method.
2026-03-10 11:36:48 +02:00
..
api feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
components feat: add cross-team member name extraction and badge component 2026-03-10 11:36:48 +02:00
constants feat: enhance notification management and team messaging functionality 2026-03-07 13:44: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 fix: improve message composer and comment read handling 2026-03-09 20:56:12 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat: improve task status handling and notification resilience 2026-03-09 17:09:15 +02:00
store feat: enhance team and member logs with lead information and caching 2026-03-10 00:25:01 +02:00
types feat: enhance extension installation and uninstallation flows 2026-03-08 01:44:58 +02:00
utils feat: enhance cross-team messaging with conversation metadata 2026-03-10 00:04:53 +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: add cross-team messaging UI with team selector and visual distinction 2026-03-09 20:53:45 +02:00
index.html feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
main.tsx feat: improve team management and logging functionality 2026-03-03 23:00:55 +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