Download Latest Version v0.6.8 source code.tar.gz (3.1 MB)
Email in envelope

Get an email when there's a new version of Plannotator

Home / v0.6.6
Name Modified Size InfoDownloads / Week
Parent folder
plannotator-darwin-arm64 2026-01-18 72.2 MB
plannotator-darwin-arm64.sha256 2026-01-18 91 Bytes
plannotator-darwin-x64 2026-01-18 77.9 MB
plannotator-darwin-x64.sha256 2026-01-18 89 Bytes
plannotator-linux-arm64 2026-01-18 108.6 MB
plannotator-linux-arm64.sha256 2026-01-18 90 Bytes
plannotator-linux-x64 2026-01-18 115.3 MB
plannotator-linux-x64.sha256 2026-01-18 88 Bytes
plannotator-win32-x64.exe 2026-01-18 127.6 MB
plannotator-win32-x64.exe.sha256 2026-01-18 92 Bytes
README.md 2026-01-18 2.9 kB
v0.6.6 source code.tar.gz 2026-01-18 3.1 MB
v0.6.6 source code.zip 2026-01-18 3.1 MB
Totals: 13 Items   507.8 MB 0

Follow @plannotator on X for updates


Missed recent releases? | Release | Highlights | |---------|------------| | [v0.6.5](https://github.com/backnotprop/plannotator/releases/tag/v0.6.5) | Cmd+C shortcut, newline preservation, hook timeout fix | | [v0.6.4](https://github.com/backnotprop/plannotator/releases/tag/v0.6.4) | Cmd+Enter keyboard shortcut | | [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.6

OpenCode: Sub-Agent Fix

Sub-agents ("general", "explore") were incorrectly triggering plannotator during autonomous tasks. Fixed by:

  1. Targeted prompt injection - Planning instructions now only inject for the plan agent, not sub-agents
  2. Runtime blocking - Sub-agents are blocked from calling submit_plan with a helpful message
Agent Sees instruction? Can use tool?
plan ✅ Yes ✅ Yes
build ❌ No ✅ Yes
general ❌ No ❌ Blocked
explore ❌ No ❌ Blocked

OpenCode: Security Update (CVE-2026-22812)

Bumped @opencode-ai/plugin dependency to >=1.1.10 to address a critical RCE vulnerability in OpenCode versions < 1.1.10.


Install / Update

macOS / Linux:

:::bash
curl -fsSL https://plannotator.ai/install.sh | bash

Windows:

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

Claude Code Plugin: Run /plugin in Claude Code, find plannotator, and click "Update now".

OpenCode: Clear cache and restart:

:::bash
rm -rf ~/.bun/install/cache/@plannotator

Then in opencode.json:

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

What's Changed

Full Changelog: https://github.com/backnotprop/plannotator/compare/v0.6.5...v0.6.6

Source: README.md, updated 2026-01-18