Skip to content

v0.6.4

Choose a tag to compare

@backnotprop backnotprop released this 16 Jan 04:56
· 134 commits to main since this release

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 | bash

Windows:

irm https://plannotator.ai/install.ps1 | iex

OpenCode: Also add to opencode.json:

{
  "plugin": ["@plannotator/opencode@latest"]
}

What's Changed

Full Changelog: v0.6.3...v0.6.4