agent-ecosystem/src/shared/constants
iliya 141d0e22d9 feat(team): implement startTaskByUser functionality
- Added a new IPC handler for starting tasks triggered by users, ensuring that the task owner is always notified.
- Introduced `startTaskByUser` method in `TeamDataService` to handle task initiation and notifications.
- Updated relevant components and API interfaces to support the new functionality, including changes in the UI to call `startTaskByUser` instead of the previous `startTask`.
- Documented agent block usage for internal instructions in CLAUDE.md.

This enhancement improves user interaction with task management by providing a clear mechanism for user-initiated task starts.
2026-03-25 14:47:27 +02:00
..
agentBlocks.ts feat(team): implement startTaskByUser functionality 2026-03-25 14:47:27 +02:00
attachments.ts feat(attachments): expand file support and enhance attachment handling 2026-03-23 17:24:48 +02:00
cache.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
cli.ts fix: resolve CLI binary dynamically for MCP diagnostics and extension installs 2026-03-22 13:10:11 +02:00
crossTeam.ts fix: refine regex patterns and improve utility functions for mention handling 2026-03-19 13:35:51 +02:00
index.ts feat(attachments): expand file support and enhance attachment handling 2026-03-23 17:24:48 +02:00
kanban.ts feat: implement diff view functionality with read-only and accept/reject capabilities 2026-02-24 20:25:49 +02:00
memberColors.ts refactor: enhance TeamMemberLogsFinder and UI components for improved member display and caching 2026-03-14 21:25:01 +02:00
teamLimits.ts feat: update task comment and message length limits to use centralized constant 2026-03-07 01:04:00 +02:00
trafficLights.ts fix: increase macOS traffic light content gap for better title spacing 2026-02-21 12:11:55 -03:00
triggerColors.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
window.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