agent-ecosystem/src/renderer/components/dashboard
iliya 43dd94cd2c fix: address false negatives in diff matching and enhance hunk processing
- Updated the root cause analysis for false negatives in diff matching, clarifying that context lines are discarded during matching.
- Improved the `structuredPatch()` method to merge hunks based on a new threshold, enhancing accuracy in matching snippets.
- Implemented reconstruction of "old side" and "new side" content from hunks, including context lines to prevent false negatives.
- Enhanced the `CliStatusBanner` component to improve user feedback on CLI authentication status.
- Updated the change review slice to incorporate file chunk counts for better hunk decision handling.
2026-02-26 20:40:14 +02:00
..
CliStatusBanner.tsx fix: address false negatives in diff matching and enhance hunk processing 2026-02-26 20:40:14 +02:00
DashboardView.tsx feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00