| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| plannotator-darwin-arm64 | 2026-01-16 | 72.2 MB | |
| plannotator-darwin-arm64.sha256 | 2026-01-16 | 91 Bytes | |
| plannotator-darwin-x64 | 2026-01-16 | 77.9 MB | |
| plannotator-darwin-x64.sha256 | 2026-01-16 | 89 Bytes | |
| plannotator-linux-arm64 | 2026-01-16 | 108.6 MB | |
| plannotator-linux-arm64.sha256 | 2026-01-16 | 90 Bytes | |
| plannotator-linux-x64 | 2026-01-16 | 115.3 MB | |
| plannotator-linux-x64.sha256 | 2026-01-16 | 88 Bytes | |
| plannotator-win32-x64.exe | 2026-01-16 | 127.6 MB | |
| plannotator-win32-x64.exe.sha256 | 2026-01-16 | 92 Bytes | |
| README.md | 2026-01-16 | 1.8 kB | |
| v0.6.4 source code.tar.gz | 2026-01-16 | 3.1 MB | |
| v0.6.4 source code.zip | 2026-01-16 | 3.1 MB | |
| Totals: 13 Items | 507.8 MB | 0 | |
Follow @plannotator on X for updates
Missed recent releases?
| Release | Highlights | |---------|------------| | [v0.6.3](https://github.com/backnotprop/plannotator/releases/tag/v0.6.3) | OpenCode npm package fix, cache path fix | | [v0.6.2](https://github.com/backnotprop/plannotator/releases/tag/v0.6.2) | OpenCode title generation fix, WSL browser detection | | [v0.6.1](https://github.com/backnotprop/plannotator/releases/tag/v0.6.1) | Obsidian custom paths, disable sharing config | | [v0.6.0](https://github.com/backnotprop/plannotator/releases/tag/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:
:::bash
curl -fsSL https://plannotator.ai/install.sh | bash
Windows:
:::powershell
irm https://plannotator.ai/install.ps1 | iex
OpenCode: Also add to opencode.json:
:::json
{
"plugin": ["@plannotator/opencode@latest"]
}
What's Changed
- feat: add Cmd+Enter keyboard shortcut to submit by @backnotprop in https://github.com/backnotprop/plannotator/pull/81
Full Changelog: https://github.com/backnotprop/plannotator/compare/v0.6.3...v0.6.4