v0.6.4
Follow @plannotator on X for updates
Missed recent releases?
| Release | Highlights |
|---|---|
| v0.6.3 | OpenCode npm package fix, cache path fix |
| v0.6.2 | OpenCode title generation fix, WSL browser detection |
| v0.6.1 | Obsidian custom paths, disable sharing config |
| v0.6.0 | Permission mode support, inline annotation editing |
What's New in v0.6.4
Cmd+Enter Keyboard Shortcut
Quickly submit your review with Cmd+Enter (Ctrl+Enter on Windows/Linux):
- No annotations → Approve (proceed with implementation)
- With annotations → Send Feedback (request revision)
Works in both plan review and code review UIs. Respects input focus so Cmd+Enter to save annotation edits still works as expected.
Install
macOS / Linux:
curl -fsSL https://plannotator.ai/install.sh | bashWindows:
irm https://plannotator.ai/install.ps1 | iexOpenCode: Also add to opencode.json:
{
"plugin": ["@plannotator/opencode@latest"]
}What's Changed
- feat: add Cmd+Enter keyboard shortcut to submit by @backnotprop in #81
Full Changelog: v0.6.3...v0.6.4