This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Affected surfaces
Summary
AI summaryUpdates Also in this release, What's New in v0.6.3, and macOS/Linux rm -rf ~/.bun/install/cache/@plannotator across a mixed release.
Full changelog
Follow @plannotator on X for updates
Missed recent releases?
| Release | Highlights |
|---------|------------|
| v0.6.1 | Obsidian custom paths, disable sharing config |
| v0.6.0 | Permission mode support, inline annotation editing |
| v0.5.7 | Agent auto-responds to code review feedback |
What's New in v0.6.3
OpenCode: Fix Missing HTML Files in npm Package
The OpenCode plugin's package.json was missing plannotator.html and review-editor.html from the files array, causing them to be omitted from npm publishes. This is why users were stuck on old versions even after updating.
If you're on an old version, clear the cache and reinstall:
# macOS/Linux
rm -rf ~/.bun/install/cache/@plannotator
# Windows
Remove-Item -Recurse -Force "$env:USERPROFILE\.bun\install\cache\@plannotator"
Then restart OpenCode to pull the latest.
Also in this release (from v0.6.2)
OpenCode: Fix Title Generation Prompt Injection
OpenCode's title generation was incorrectly receiving the Plan Submission system prompt, causing unexpected behavior. This fix skips the prompt transformation for title generation requests.
- Thanks to @stranger2904 for the fix (#78)
WSL Browser Detection
Plannotator now correctly detects WSL environments and opens the browser on the Windows host instead of failing silently.
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"]
}
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]