agent-ecosystem/src
iliya 0e85c1f31a feat: enhance task log retrieval with optional parameters
- Updated the getLogsForTask function to accept optional parameters for owner and status, allowing for more granular log retrieval based on task state.
- Modified the TeamMemberLogsFinder to include owner's session logs when the task is in progress, improving visibility into ongoing activities.
- Introduced new UI components for better task tracking, including ActiveTasksBlock and ProvisioningProgressBlock, enhancing user experience during team provisioning.
- Refactored related components to support the new functionality, ensuring seamless integration across the application.
2026-02-23 14:56:31 +02:00
..
main feat: enhance task log retrieval with optional parameters 2026-02-23 14:56:31 +02:00
preload feat: enhance task log retrieval with optional parameters 2026-02-23 14:56:31 +02:00
renderer feat: enhance task log retrieval with optional parameters 2026-02-23 14:56:31 +02:00
shared feat: enhance task log retrieval with optional parameters 2026-02-23 14:56:31 +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