agent-ecosystem/src/renderer
2026-02-23 16:52:38 +02:00
..
api feat: implement team stop functionality and enhance message relaying 2026-02-23 16:05:46 +02:00
components Fix CI lint errors 2026-02-23 16:49:12 +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 Merge branch 'main' into improvements 2026-02-23 16:52:38 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat: add task commenting functionality and enhance UI interactions 2026-02-22 21:29:09 +02:00
store feat: add task commenting functionality and enhance UI interactions 2026-02-22 21:29:09 +02:00
types feat: add task management enhancements with start task functionality 2026-02-22 18:32:30 +02:00
utils refactor: enhance message handling and UI components 2026-02-23 15:08:11 +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 feat: add task logging functionality and enhance team management 2026-02-23 11:37:31 +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