Skip to content

Commit 946816d

Browse files
chore: version packages (#150)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 450ca2e commit 946816d

8 files changed

Lines changed: 17 additions & 31 deletions

.changeset/adaptive-output-budgets.md

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

.changeset/agents-init-safety.md

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

.changeset/index-freshness-trust-bundle.md

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

.changeset/mcp-invocation-resolve.md

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

.changeset/mcp-session-lifecycle-hygiene.md

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

.changeset/rich-context-start-here.md

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

CHANGELOG.md

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

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- [#152](https://github.com/stainless-code/codemap/pull/152) [`150c6c6`](https://github.com/stainless-code/codemap/commit/150c6c62e9a304e72deac5dc1b5610174cf059bb) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Adaptive snippet budgets for `trace`, `explore`, and `node` scale with indexed file count when `budget_chars` is omitted (explicit override unchanged). `explore` also applies adaptive row limits internally (no transport override).
8+
9+
- [#155](https://github.com/stainless-code/codemap/pull/155) [`450ca2e`](https://github.com/stainless-code/codemap/commit/450ca2ec29765f9ebb4f83463171591873958364) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - `codemap agents init` is safer on re-run: IDE mirrors sync bundled template paths only; `--force` overwrites IDE mirrors only when they carry `codemap-init:managed` or match the legacy mirror heuristic (pre-marker bundled copies); invalid MCP JSON shapes are rejected instead of reset (even with `--force`).
10+
11+
- [#149](https://github.com/stainless-code/codemap/pull/149) [`41a4184`](https://github.com/stainless-code/codemap/commit/41a418405b182a3f98cce22cd4ce8153969d1e3f) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add `index_freshness` metadata on `context`, MCP tool responses, HTTP headers, and boot stderr warnings so agents can detect commit drift, pending watcher sync, and disk-ahead-of-index states before trusting structural queries.
12+
13+
- [#154](https://github.com/stainless-code/codemap/pull/154) [`1bcca3a`](https://github.com/stainless-code/codemap/commit/1bcca3a64ed4d1034358fc4f9c2505cf71bae45d) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - `codemap agents init --mcp` writes PM-aware MCP spawn commands (e.g. `npx codemap`, `pnpm exec codemap`, `yarn exec codemap`, `bunx codemap`, or dlx `@stainless-code/codemap@latest`) instead of assuming global `codemap` on PATH.
14+
15+
- [#153](https://github.com/stainless-code/codemap/pull/153) [`048278b`](https://github.com/stainless-code/codemap/commit/048278bca5e13dbcf8f130e082a190ebcd574046) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - MCP session lifecycle hygiene: stdio disconnect detection (stdin EOF, stdout EPIPE, parent-PID poll) with graceful watcher shutdown on client exit; HTTP `serve --watch` refcount-gates the watcher per request (5s release grace, `/health` excluded). No MCP idle shutdown.
16+
17+
- [#151](https://github.com/stainless-code/codemap/pull/151) [`e717652`](https://github.com/stainless-code/codemap/commit/e71765247b2227cb45442674932869078981a029) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Rich `context` bootstrap: `start_here` with intent-ranked recipe cards, inline index summary, budget-capped hub leaders with export signatures (adaptive caps by repo size), debug-biased marker samples, and optional `include_snippets` on MCP/HTTP `context` (no-op when `compact: true`). Legacy `hubs` keeps the bundled `fan-in` recipe default limit; prefer `start_here.hub_leaders` for signatures.
18+
319
## 0.9.1
420

521
### 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.1",
3+
"version": "0.9.2",
44
"description": "Query your codebase — structural SQLite index for AI agents",
55
"keywords": [
66
"agents",

0 commit comments

Comments
 (0)