agent-ecosystem/src/renderer
iliya 97f09520f0 feat: enhance folder navigation and team section UI
- Implemented synthetic group creation for new folders in `DashboardView`, allowing navigation to projects without existing sessions.
- Added `headerExtra` prop to `CollapsibleTeamSection` for inline elements, improving UI flexibility.
- Updated `TeamDetailView` to include a notification button for the `claude-notifications-go` plugin, enhancing user experience with desktop notifications.
2026-02-24 16:10:15 +02:00
..
api feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
components feat: enhance folder navigation and team section UI 2026-02-24 16:10:15 +02:00
constants feat: color badges for subagent types with .claude/agents/ config support 2026-02-21 13:52:59 -03: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 notifications and task management features 2026-02-24 15:38:58 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat: alot, code highlight, related tasks, group by project and other 2026-02-23 20:06:08 +02:00
store fix: enhance message sending reliability and error handling 2026-02-24 16:01:44 +02:00
types feat: add task management enhancements with start task functionality 2026-02-22 18:32:30 +02:00
utils feat: enhance notifications and task management features 2026-02-24 15:38:58 +02:00
App.tsx feat: enhance team member task tracking and UI improvements 2026-02-23 12:33:01 +02:00
CLAUDE.md 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
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css refactor: update IPC channel constants and improve markdown plugin usage 2026-02-23 20:06:08 +02:00
index.html feat: use agent teams 2026-02-22 15:41:18 +02:00
main.tsx 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
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