You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vcs): handle exceptions and improve diff processing
- Add try-catch block to handle exceptions in `DiffSimplifier.postProcess`.
- Reduce the number of changes processed in `limitedChanges` from 500 to 100.
- Replace `logger.info` with `logger.warn` for error logging.
- Use `AutoDevNotifications.error` for error notifications.
- Safely handle potential null values with `getOrNull` in diff processing.
0 commit comments