Releases: ainova-systems/markdown-review-comments
Releases · ainova-systems/markdown-review-comments
Release list
Markdown Review Comments 0.3.0
First public release on the Visual Studio Marketplace.
Added
- Published as
ainova-systems.markdown-review-comments. Install from the Marketplace, or
withcode --install-extension ainova-systems.markdown-review-comments. - A
Go to commentCodeLens on anchored lines. Jumping from a note to its source
already worked; the way back was a registered command with no way to reach it. The lens
appears only where the note it points at still exists. - Works in restricted and remote workspaces. The extension only reads and writes the
Markdown files you open — it runs no commands and makes no network calls — so it is now
declared as supported in untrusted workspaces and on virtual file systems.
Fixed
- The unit-test script no longer depends on a Node 22 feature, so the suite runs on the
Node 20 floor the extension targets.
Changed
- Documentation rewritten around what the extension actually does: what the anchor is for,
why no line number is stored, how a review is handed to an AI agent, and how the design
compares with sidecar files, preview editors and inline markup.