dify/web/app/components/workflow/collaboration/skills
CodingOnStar 9ef53a3179 feat(collaboration): enhance SkillCollaborationManager with open file tracking and lifecycle management
- Made SkillCollaborationManager exportable for external use.
- Introduced openCounts to track the number of open instances for each file.
- Updated lifecycle methods to manage file state more effectively, ensuring proper cleanup on close.
- Added a new test suite for SkillCollaborationManager to validate collaboration state and lifecycle behavior.
2026-04-01 16:13:43 +08:00
..
__tests__ feat(collaboration): enhance SkillCollaborationManager with open file tracking and lifecycle management 2026-04-01 16:13:43 +08:00
skill-collaboration-manager.ts feat(collaboration): enhance SkillCollaborationManager with open file tracking and lifecycle management 2026-04-01 16:13:43 +08:00
use-skill-code-collaboration.ts fix(skill): guard file collaboration initialization 2026-03-27 14:53:16 +08:00
use-skill-markdown-collaboration.ts fix(skill): guard file collaboration initialization 2026-03-27 14:53:16 +08:00