- 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. |
||
|---|---|---|
| .. | ||
| config.ts | ||
| events.ts | ||
| index.ts | ||
| notifications.ts | ||
| projects.ts | ||
| search.ts | ||
| sessions.ts | ||
| ssh.ts | ||
| subagents.ts | ||
| teams.ts | ||
| updater.ts | ||
| utility.ts | ||
| validation.ts | ||