diff --git a/.changeset/fix-incremental-false-positive.md b/.changeset/fix-incremental-false-positive.md deleted file mode 100644 index 78bd7c36..00000000 --- a/.changeset/fix-incremental-false-positive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Fix incremental detection reporting unchanged files as "changed" on every run when the working tree has uncommitted modifications. `getChangedFiles` now compares content hashes against the index before including candidates, so only truly modified files enter the indexing pipeline. diff --git a/CHANGELOG.md b/CHANGELOG.md index fe31985c..aa00326e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @stainless-code/codemap +## 0.1.9 + +### Patch Changes + +- [#17](https://github.com/stainless-code/codemap/pull/17) [`e962326`](https://github.com/stainless-code/codemap/commit/e962326991ae4f5a966d0e94cbfb7c3d69341f21) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Fix incremental detection reporting unchanged files as "changed" on every run when the working tree has uncommitted modifications. `getChangedFiles` now compares content hashes against the index before including candidates, so only truly modified files enter the indexing pipeline. + ## 0.1.8 ### Patch Changes diff --git a/package.json b/package.json index 3849cbe8..2ea7b650 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/codemap", - "version": "0.1.8", + "version": "0.1.9", "description": "Query your codebase — structural SQLite index for AI agents", "keywords": [ "agents",