Skip to content

Commit 2fe5e5f

Browse files
chore: version packages (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b0406a commit 2fe5e5f

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/apply-engine-slices.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/callback-dispatch-synthesis.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unresolved-calls-staging.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @stainless-code/codemap
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#164](https://github.com/stainless-code/codemap/pull/164) [`8c7064a`](https://github.com/stainless-code/codemap/commit/8c7064a946df4108d940d74d182ac5f9430a8178) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add optional heuristic call edges (`calls.provenance`) for JSX parent→child composition. Schema rebuild to v37. Enable via `.codemap/config` `synthesis.heuristicCalls: true` (default off). Bundled recipe `calls-including-heuristic`; `call-path` excludes heuristics by default.
8+
9+
- [#162](https://github.com/stainless-code/codemap/pull/162) [`6e50d77`](https://github.com/stainless-code/codemap/commit/6e50d77342938553e1d6d9c2800711950b92ab36) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add two-phase call resolution (`unresolved_calls` staging, `calls.callee_symbol_id` / `callee_resolution_kind`). Schema version 36 — existing indexes rebuild on next `codemap` run.
10+
11+
### Patch Changes
12+
13+
- [`7b0406a`](https://github.com/stainless-code/codemap/commit/7b0406a9eae183d4d3220206a2a6296dc7e9e938) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Ship the apply substrate: recipe-driven `codemap apply` for stale imports, deprecated migrations, import-source moves, JSX prop renames, and scoped `rename-preview` (`define_in` homonyms). Add `--rows`, `--diff-input`, fixpoint `--until-empty`, optional `--commit`, `auto_fixable`/`--force`, and `apply.autoApplyRecipes` allowlist. MCP/HTTP twins: `apply`, `apply_rows`, `apply_diff_input`.
14+
315
## 0.9.5
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-code/codemap",
3-
"version": "0.9.5",
3+
"version": "0.10.0",
44
"description": "Query your codebase — structural SQLite index for AI agents",
55
"keywords": [
66
"agents",

0 commit comments

Comments
 (0)