agent-ecosystem/test/renderer
iliya 38507d7437 fix: handle ENOENT error gracefully in file reading functions
- Updated error handling in both registerUtilityRoutes and handleReadMentionedFile functions to return null for expected ENOENT errors, indicating that the file simply does not exist. This improves robustness in scenarios with stale or misdetected file references.
- Enhanced the isValidFileRef function to require either 3+ segments or a file extension to avoid false positives for npm scoped packages, ensuring more accurate file reference validation.
2026-03-20 14:26:47 +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: handle ENOENT error gracefully in file reading functions 2026-03-20 14:26:47 +02:00