From 3a20da405362f852af45e7e31e04c9a25e37dd01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 16:53:39 +0000 Subject: [PATCH] chore: version packages --- .changeset/agents-init-targets.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/agents-init-targets.md diff --git a/.changeset/agents-init-targets.md b/.changeset/agents-init-targets.md deleted file mode 100644 index 5b52b2b5..00000000 --- a/.changeset/agents-init-targets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Add `codemap agents init --targets` and `--link-mode` for non-interactive IDE wiring. Combine with `--mcp` to write MCP config only for selected integrations (e.g. Cursor + Copilot without Continue/Cline). Mutually exclusive with `--interactive`. diff --git a/CHANGELOG.md b/CHANGELOG.md index b7acb717..031c1a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @stainless-code/codemap +## 0.9.4 + +### Patch Changes + +- [#158](https://github.com/stainless-code/codemap/pull/158) [`e8ea640`](https://github.com/stainless-code/codemap/commit/e8ea64077028951b7c9d024e7f81d3f16de07fc5) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add `codemap agents init --targets` and `--link-mode` for non-interactive IDE wiring. Combine with `--mcp` to write MCP config only for selected integrations (e.g. Cursor + Copilot without Continue/Cline). Mutually exclusive with `--interactive`. + ## 0.9.3 ### Patch Changes diff --git a/package.json b/package.json index e1f9825e..8c2093a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/codemap", - "version": "0.9.3", + "version": "0.9.4", "description": "Query your codebase — structural SQLite index for AI agents", "keywords": [ "agents",