agent-ecosystem/test/renderer/utils
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
..
buildSelectionAction.test.ts feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
chipUtils.test.ts fix: refine regex patterns and improve utility functions for mention handling 2026-03-19 13:35:51 +02:00
claudeMdTracker.test.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
codemirrorLanguages.test.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
crossTeamPendingReplies.test.ts feat: enhance task assignment notifications and improve message clarity 2026-03-14 23:05:42 +02:00
dateGrouping.test.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
displayItemBuilder.test.ts fix: collect tool results from subagent messages with absent isMeta field (#23) 2026-02-19 14:07:30 +09:00
fileReferences.test.ts fix: handle ENOENT error gracefully in file reading functions 2026-03-20 14:26:47 +02:00
fileTreeBuilder.test.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
formatters.test.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
keyboardUtils.test.ts feat: enhance file icon handling and keyboard shortcuts 2026-03-01 14:24:24 +02:00
mentionLinkify.test.ts fix: refine regex patterns and improve utility functions for mention handling 2026-03-19 13:35:51 +02:00
pathUtils.test.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
projectLookup.test.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
renderHelpers.test.ts feat: improve MCP tool input/output rendering 2026-02-19 19:09:53 -03:00
reportAssessments.test.ts feat(report): address PR feedback — threshold tooltips, cost clarity, progressive disclosure 2026-02-22 08:29:08 -05:00
sessionAnalyzer.test.ts feat(report): add threshold-based assessment badges to all report sections 2026-02-21 18:01:43 -05:00
sessionExporter.test.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
tabLabelDisambiguation.test.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
taskChangeRequest.test.ts feat: persist safe task change summaries 2026-03-11 21:37:08 +02:00
taskReferenceUtils.test.ts fix: refine regex patterns and improve utility functions for mention handling 2026-03-19 13:35:51 +02:00
teamMessageExpandStorage.test.ts feat: enhance UI and functionality in team dialogs and components 2026-03-06 23:21:56 +02:00
teamMessageFiltering.test.ts feat: add relay message ID support for improved message tracking 2026-03-15 18:10:37 +02:00
urlMatchUtils.test.ts fix: refine regex patterns and improve utility functions for mention handling 2026-03-19 13:35:51 +02:00