agent-ecosystem/test/renderer
iliya bec8a6184a fix: refine regex patterns and improve utility functions for mention handling
- Updated regex patterns in chipUtils and mentionLinkify to enhance boundary detection for mentions.
- Refactored taskChangeRequest to simplify earliest date calculation using array destructuring.
- Improved taskReferenceUtils by replacing character boundary checks with a more concise regex.
- Enhanced teamMessageFiltering to ensure boolean checks for message filtering conditions.
- Adjusted urlMatchUtils to refine URL matching regex for better accuracy.
- Updated crossTeam constants to include comments for regex patterns, improving code clarity.
- Removed unused CommentAttachmentPayload type from api.ts to clean up type definitions.
- Introduced McpInstallScope type for better type safety in mcp.ts.
- Enhanced extensionNormalizers to improve URL normalization and added tests for parseGitHubOwnerRepo function.
- Cleaned up pricing.ts by removing unnecessary eslint disable comments.
- Added tests for new functionality in chipUtils and crossTeam constants, ensuring robust coverage.
2026-03-19 13:35:51 +02:00
..
components feat: enhance team provisioning with member spawn auditing and improved error handling 2026-03-16 17:20:42 +02:00
constants feat: enhance cross-team messaging with new parameters and recipient handling 2026-03-10 15:40:42 +02:00
hooks feat: enhance task assignment notifications and improve message clarity 2026-03-14 23:05:42 +02:00
store feat: enhance team provisioning with member spawn auditing and improved error handling 2026-03-16 17:20:42 +02:00
types feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
utils fix: refine regex patterns and improve utility functions for mention handling 2026-03-19 13:35:51 +02:00