feat(agents): inject workspace root for VS Code MCP init#156
Conversation
VS Code / Copilot now get `--root ${workspaceFolder}` via agents init --mcp,
matching Cursor so Copilot indexes the open workspace when spawn cwd differs.
🦋 Changeset detectedLatest commit: 5333c2b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Warning Review limit reached
More reviews will be available in 53 minutes and 25 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Address PR review: registry assertion, vscode-only/merge/upgrade tests, stale plan doc refresh, changeset migration note, CLI subprocess check.
Resolve plan doc contradiction post-implementation; rename CLI test title.
Copilot-only MCP wiring uses --interactive, not a --target flag.
Lift migration + --root rationale into agents.md; delete shipped plan per docs-governance (delete + lift, no slim-and-keep in plans/).
Summary
workspaceRootArg: trueon the VS Code registry entry socodemap agents init --mcpwrites--root ${workspaceFolder}in.vscode/mcp.json(parity with Cursor and this repo's dogfood config).agents-init-mcpintegration test; document behavior indocs/agents.md.Test plan
bun test src/agents-init-mcp.test.ts(33 pass; pre-commit hook)codemap agents init --mcpin a consumer repo with.vscode/mcp.jsonand confirmservers.codemap.argsincludes--root+${workspaceFolder}