agent-ecosystem/src/main/services/parsing
iliya 26f7b9158f fix(graph): enhance particle rendering for task comments
- Added visual differentiation for 'task_comment' particles, adjusting size and glow effects.
- Updated drawing functions to handle new particle kind, ensuring proper rendering in the graph.
- Introduced a merge function for particles to prevent duplicates during state updates.
- Enhanced color constants for better visual representation of different particle types.
2026-03-28 22:55:01 +02:00
..
AgentConfigReader.ts feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
ClaudeMdReader.ts improvements 2026-02-27 15:58:38 +02:00
GitIdentityResolver.ts fix(graph): enhance particle rendering for task comments 2026-03-28 22:55:01 +02:00
index.ts feat: color badges for subagent types with .claude/agents/ config support 2026-02-21 13:52:59 -03:00
MessageClassifier.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
SessionParser.ts perf: replace 8 filter passes with single-pass message categorization 2026-03-25 13:59:03 +02:00