📢 Follow @plannotator on X for updates
📋 Missed v0.4.7?
| Release | Highlights |
|---|---|
| v0.4.7 | Fixed OpenCode agent switching race condition, UI width adjusted to 832px |
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.8
Approve with Notes (OpenCode)
When you add annotations and approve, OpenCode agents now receive your feedback as "implementation notes" - they proceed to build and see your annotations.
Claude Code Warning Dialog
If you try to approve with annotations in Claude Code, you'll now get a warning explaining the limitation.
New ConfirmDialog Component
Refactored dialogs into a reusable component for cleaner code.
Thanks
- @Mavial - feature request (#30)
- @gabber235 - confirmation dialog suggestion
Install
Claude Code:
curl -fsSL https://plannotator.ai/install.sh | bashOpenCode: Add to opencode.json:
{
"plugin": ["@plannotator/opencode@latest"]
}Full Changelog: v0.1.0...v0.4.8