Releases: thesatellite-ai/vscode-code-feedback
Releases · thesatellite-ai/vscode-code-feedback
Release list
Code Feedback v0.1.0
Code Feedback — leave review-comment notes on code lines, track them as Open/Resolved, then copy the open ones as one clean markdown list ([id] + file:line + comment + snippet) to paste straight into Claude Code, Cursor, or Copilot.
Works in VS Code and Cursor. Strict TypeScript, zero runtime dependencies. Apache-2.0 licensed.
Install
- VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=khanakia.code-feedback-notes — or
code --install-extension khanakia.code-feedback-notes - Open VSX (Cursor / VSCodium): https://open-vsx.org/extension/khanakia/code-feedback-notes — or
cursor --install-extension khanakia.code-feedback-notes - Manual (
.vsixbelow): Extensions → ⋯ → Install from VSIX…, orcode --install-extension code-feedback-notes-0.1.0.vsix
Highlights
- Add a note from any selection (
Cmd/Ctrl+Alt+N) with inline#tags. - Open / Resolved tracking with collapsible groups; in-editor gutter markers + hover.
- Short note IDs in the copied markdown + Resolve by ID to bulk-close what your agent finished.
- Live filter (text +
#tagautocomplete), tag chips, clear-filter, and a "This file only" scope toggle. - Copy open notes, preview this project, or preview all projects.
See the README for screenshots and the full icon reference.