Skip to content

CWM.RoslynNavigator v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 13:50
· 10 commits to main since this release
53be8d9

Install

dotnet tool install -g CWM.RoslynNavigator --version 0.8.0

What's included

20 read-only Roslyn MCP tools for AI-powered .NET codebase navigation.

See README for details.

What's Changed

  • perf(MCP server): add 5s cooldown and reduce per-call overhead for on-demand refresh by @Djentinga in #7
  • fix(hooks): pre-bash-guard reads stdin (was a no-op), robust framework check, quoted paths by @AdamPullenPAR in #11
  • feat: add OpenCode support (#2) by @iammukeshm in #14
  • fix: enforce LF line endings to unbreak hooks on macOS/Linux (#12) by @iammukeshm in #13
  • release: bump CWM.RoslynNavigator to 0.7.2 for NuGet publish by @AdamPullenPAR in #18
  • fix(mcp): report correct TargetFramework for net10.0 projects by @iammukeshm in #20
  • release: v0.11.0 — deep audit, 5 new MCP tools, /outdated + /arch-check, Windows-first hooks by @iammukeshm in #21

New Contributors

Full Changelog: v0.7.0...v0.8.0