agent-ecosystem/src/renderer/components/chat/items
iliya d6a0f4c3a1 feat: enhance task management features and improve messaging components
- Updated README to include new 'Solo mode' feature for single-agent task management.
- Refactored message handling in TeamDataService and TeamProvisioningService to improve deduplication of lead messages.
- Enhanced linkification in chat components to support team mentions.
- Introduced AnimatedHeightReveal for smoother task item animations in the sidebar.
- Improved task comment input to support chip draft persistence and team suggestions.
- Cleaned up CSS by removing unused animations related to task item entry.
2026-03-10 21:54:53 +02:00
..
linkedTool feat: use agent teams 2026-02-22 23:36:11 +02:00
BaseItem.tsx feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
baseItemHelpers.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
ExecutionTrace.tsx feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
LinkedToolItem.tsx feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
MetricsPill.tsx feat(chat): implement subagent input and compact boundary display items 2026-02-16 22:13:24 +09:00
SlashItem.tsx feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
SubagentItem.tsx feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
TeammateMessageItem.tsx feat: enhance task management features and improve messaging components 2026-03-10 21:54:53 +02:00
TextItem.tsx feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
ThinkingItem.tsx feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00