📢 Follow @plannotator on X for updates
📋 Missed v0.4.7-v0.4.8?
| Release | Highlights |
|---|---|
| v0.4.8 | "Approve with notes" for OpenCode, Claude Code warning dialog |
| v0.4.7 | Fixed OpenCode agent switching race condition, UI width adjusted |
Claude Code users: Want "approve with notes"? Upvote these issues:
| Issue | Description |
|---|---|
| #16001 | Allow updated input on ExitPlanMode approve |
| #15755 | PermissionRequest allow doesn't exit plan mode |
What's New in v0.4.9
Plan Saving
All plans and annotations are now saved to ~/.plannotator/plans/:
~/.plannotator/plans/
2026-01-07-my-feature.md # Plan (saved on open)
2026-01-07-my-feature.diff.md # Annotations
2026-01-07-my-feature-approved.md # Final snapshot with status
Cross-Platform Support
Works on Windows, macOS, and Linux using os.homedir() for path resolution.
OpenCode Path Notification
OpenCode agents now see where the plan was saved in the tool result.
Install
Claude Code:
curl -fsSL https://plannotator.ai/install.sh | bash
OpenCode: Add to opencode.json:
{
"plugin": ["@plannotator/opencode@latest"]
}
What's Changed
- Add plan saving to ~/.plannotator/plans/ by @backnotprop in #35
Full Changelog: v0.4.8...v0.4.9
Full Changelog: v0.4.8...v0.4.9