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.8
Name Modified Size InfoDownloads / Week
Parent folder
plannotator-darwin-arm64 2026-01-29 77.2 MB
plannotator-darwin-arm64.sha256 2026-01-29 91 Bytes
plannotator-darwin-x64 2026-01-29 81.8 MB
plannotator-darwin-x64.sha256 2026-01-29 89 Bytes
plannotator-linux-arm64 2026-01-29 113.6 MB
plannotator-linux-arm64.sha256 2026-01-29 90 Bytes
plannotator-linux-x64 2026-01-29 119.2 MB
plannotator-linux-x64.sha256 2026-01-29 88 Bytes
plannotator-win32-x64.exe 2026-01-29 130.9 MB
plannotator-win32-x64.exe.sha256 2026-01-29 92 Bytes
README.md 2026-01-29 3.6 kB
v0.6.8 source code.tar.gz 2026-01-29 3.1 MB
v0.6.8 source code.zip 2026-01-29 3.2 MB
Totals: 13 Items   528.8 MB 0

Follow @plannotator on X for updates


Missed recent releases? | Release | Highlights | |---------|------------| | [v0.6.7](https://github.com/backnotprop/plannotator/releases/tag/v0.6.7) | Quick Comment mode, type-to-comment shortcut, smart agent detection | | [v0.6.6](https://github.com/backnotprop/plannotator/releases/tag/v0.6.6) | OpenCode sub-agent fix, CVE-2026-22812 security update | | [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 |

What's New in v0.6.8

Mermaid Diagram Rendering

Plans with mermaid code blocks can now be rendered as interactive diagrams. Toggle between source and rendered view on hover.

Repository Info Display

Plans now show the current repository and branch in the upper-left corner:

  • Displays org/repo format (parsed from git remote)
  • Shows current branch with git icon
  • Fallback chain: git remote → repo root name → directory name
  • Subtle badge styling that doesn't clutter the UI

  • Thanks to @ovitrif for the feature request (#104)

OpenCode: Improved Sub-Agent Filtering

Refined the sub-agent exclusion logic for prompt injection:

  • Now excludes the "build" agent in addition to sub-agents
  • Uses dynamic API check for sub-agent detection
  • Safer fallback behavior on detection failure

  • Thanks to @metaphorics for the contribution (#98)

Windows Install Fix

Cleaned up old installation locations to prevent PATH conflicts:

  • Removes stale binaries from ~/.local/bin before installing
  • Fixes issues where old installs took precedence over new ones

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.7...v0.6.8

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