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",