agent-ecosystem/src/renderer/components
Cesar Augusto Fonseca f05bf9fac4 feat: color badges for subagent types with .claude/agents/ config support
Subagent badges now show distinct colors instead of generic gray.
Colors are resolved from the project's .claude/agents/*.md frontmatter
(color field), with deterministic hash-based fallback for unconfigured types.

New AgentConfigReader service reads agent definitions via IPC, cached
per project root to avoid redundant disk reads on session refreshes.

Team member colors remain unaffected (team branch has priority).
2026-02-21 13:52:59 -03:00
..
chat feat: color badges for subagent types with .claude/agents/ config support 2026-02-21 13:52:59 -03:00
common chore: clean up project configuration and remove unused dependencies 2026-02-16 23:27:43 +09:00
dashboard feat(settings): enhance Claude root management and UI updates 2026-02-16 20:06:09 +09:00
layout chore: clean up project configuration and remove unused dependencies 2026-02-16 23:27:43 +09:00
notifications feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
search feat: search session globally across projects 2026-02-21 14:34:25 +05:30
settings feat(docker): add standalone mode and Docker support 2026-02-16 22:57:48 +09:00
sidebar feat: add copy functionality to session context menu 2026-02-20 12:53:08 +09: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