agent-ecosystem/src
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
..
main fix: address false negatives in diff matching and enhance hunk processing 2026-02-26 20:40:14 +02:00
preload feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00
renderer fix: address false negatives in diff matching and enhance hunk processing 2026-02-26 20:40:14 +02:00
shared feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00
CLAUDE.md 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