agent-ecosystem/src
iliya 396ca49106 feat: add task commenting functionality and enhance UI interactions
- Updated the TeamAgentToolsInstaller to version 5, introducing a new command for adding comments to tasks.
- Implemented the addTaskComment function to handle comment creation, including validation and notification to task owners.
- Enhanced the TeamDataService to support fetching tasks alongside tool installation.
- Updated UI components to display unread comment counts and improve user interaction with task comments.
- Refactored various components to integrate task comments seamlessly into the existing workflow.

These changes aim to improve collaboration and communication within teams by facilitating task-related discussions.
2026-02-22 21:29:09 +02:00
..
main feat: add task commenting functionality and enhance UI interactions 2026-02-22 21:29:09 +02:00
preload feat: implement task comments functionality 2026-02-22 20:05:03 +02:00
renderer feat: add task commenting functionality and enhance UI interactions 2026-02-22 21:29:09 +02:00
shared feat: implement task comments functionality 2026-02-22 20:05:03 +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