diff --git a/.changeset/vscode-mcp-workspace-root.md b/.changeset/vscode-mcp-workspace-root.md deleted file mode 100644 index 86c7bfea..00000000 --- a/.changeset/vscode-mcp-workspace-root.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -`codemap agents init --mcp` now includes `--root ${workspaceFolder}` in the VS Code / Copilot MCP config (`.vscode/mcp.json`), same as Cursor. Re-run `codemap agents init --mcp` to upgrade an existing `.vscode/mcp.json` from older init output (or `--interactive` and select Copilot only). diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c9acb3..b7acb717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @stainless-code/codemap +## 0.9.3 + +### Patch Changes + +- [#156](https://github.com/stainless-code/codemap/pull/156) [`ae4a143`](https://github.com/stainless-code/codemap/commit/ae4a143ae0301f8750333feb5f386ff3479202a6) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - `codemap agents init --mcp` now includes `--root ${workspaceFolder}` in the VS Code / Copilot MCP config (`.vscode/mcp.json`), same as Cursor. Re-run `codemap agents init --mcp` to upgrade an existing `.vscode/mcp.json` from older init output (or `--interactive` and select Copilot only). + ## 0.9.2 ### Patch Changes diff --git a/package.json b/package.json index 6acf706a..e1f9825e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/codemap", - "version": "0.9.2", + "version": "0.9.3", "description": "Query your codebase — structural SQLite index for AI agents", "keywords": [ "agents",