This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+3 more
Summary
AI summaryUpdates What's New in v0.6.8, feat, and https://github.com/alpgul across a mixed release.
Full changelog
Follow @plannotator on X for updates
Missed recent releases?
| Release | Highlights |
|---------|------------|
| v0.6.7 | Quick Comment mode, type-to-comment shortcut, smart agent detection |
| v0.6.6 | OpenCode sub-agent fix, CVE-2026-22812 security update |
| v0.6.5 | Cmd+C shortcut, newline preservation, hook timeout fix |
| v0.6.4 | Cmd+Enter keyboard shortcut |
| 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 |
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/repoformat (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
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/binbefore installing - Fixes issues where old installs took precedence over new ones
Install / Update
macOS / Linux:
curl -fsSL https://plannotator.ai/install.sh | bash
Windows:
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:
rm -rf ~/.bun/install/cache/@plannotator
Then in opencode.json:
{
"plugin": ["@plannotator/opencode@latest"]
}
What's Changed
- fix(opencode-plugin): exclude sub-agents and build agent from prompt injection by @metaphorics in https://github.com/backnotprop/plannotator/pull/98
- fix: clean up old Windows install locations by @backnotprop in https://github.com/backnotprop/plannotator/pull/101
- feat: add mermaid.js diagram rendering support by @backnotprop in https://github.com/backnotprop/plannotator/pull/116
- feat: display repo and branch info in plan document by @backnotprop in https://github.com/backnotprop/plannotator/pull/117
Full Changelog: https://github.com/backnotprop/plannotator/compare/v0.6.7...v0.6.8
Security Fixes
- CVE-2026-22812
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Plannotator
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]