Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/vscode-mcp-workspace-root.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down