Roo-Code/src/core/diff
Daniel Riccio 594481643b Add New Unified Diff Strategy Implementation
- Introduced a new unified diff strategy with support for context matching, DMP, and Git-based edits.
- Implemented helper functions for parsing unified diffs and evaluating similarity.
- Added types for changes, hunks, and diffs to enhance type safety.
- Created a main edit function that applies strategies sequentially based on confidence levels.
- Included detailed descriptions and usage examples for the new strategy.
2025-01-07 19:01:12 -05:00
..
strategies Add New Unified Diff Strategy Implementation 2025-01-07 19:01:12 -05:00
DiffStrategy.ts Replace SearchReplaceDiffStrategy with NewUnifiedDiffStrategy in getDiffStrategy function 2025-01-07 18:59:16 -05:00
types.ts Refactor applyDiff method to return a Promise and add logging for diff results 2025-01-07 18:57:40 -05:00