diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea70d3..01302a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to FixMap are documented here. +## 0.7.0 - 2026-07-22 + +### Added + +- Added bounded, explainable definition-site ranking for distinctive task identifiers and exact code or literal fragments, including truncated literals from issue excerpts. +- Added focused regressions for exact literal extraction, generic-identifier noise, and definition-site ranking. + +### Changed + +- Improved the frozen six-repository evaluation from 50% / 83% / 83% top-1/3/5 to 67% / 100% / 100%. The unchanged Zod #5944 case now ranks its fixing `regexes.ts` file first. + ## 0.6.2 - 2026-07-22 ### Security diff --git a/README.md b/README.md index 777f527..2ba72ce 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ jobs: with: fetch-depth: 0 - id: fixmap - uses: aryamthecodebreaker/FixMap@v0.6.2 + uses: aryamthecodebreaker/FixMap@v0.7.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -189,7 +189,7 @@ npm run evaluate The current suite covers Action failures, invalid diffs, authentication, the web demo, workspace test routing, and contributor documentation. The cases and full ranked results are visible in [`benchmarks/`](benchmarks). -A separate cross-repository evaluation runs FixMap against six real, already-fixed issues in permissively licensed repositories (Express, Axios, debug, ky, Zod, Pino) pinned to exact commits, and reports honest top-1/3/5 hit rates — currently 50% / 83% / 83%. The dataset, methodology, ranked outputs, and remaining Zod miss live in [`benchmarks/external/`](benchmarks/external); a scheduled workflow reruns it weekly. +A separate cross-repository evaluation runs FixMap against six real, already-fixed issues in permissively licensed repositories (Express, Axios, debug, ky, Zod, Pino) pinned to exact commits, and reports honest top-1/3/5 hit rates — currently 67% / 100% / 100%. The frozen dataset, methodology, and every ranked output live in [`benchmarks/external/`](benchmarks/external); a scheduled workflow reruns it weekly. ## Repository layout diff --git a/apps/web/app/page.tsx b/apps/web/app/page.tsx index 85968f7..dc678e8 100644 --- a/apps/web/app/page.tsx +++ b/apps/web/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { Explore the GitHub repo ↗ Open the video -

Original product film · 1280×720 · sound on · current release v0.6.2

+

Original product film · 1280×720 · sound on · current release v0.7.0