From 0b5e21d0754ff71a4a3e0ca87df77c4ed42113df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:09:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-incremental-false-positive.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-incremental-false-positive.md 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",