📢 Follow @plannotator on X for updates
📋 Missed v0.4.8-v0.4.9?
| Release | Highlights |
|---|---|
| v0.4.9 | Plan saving to ~/.plannotator/plans/, cross-platform support
|
| v0.4.8 | "Approve with notes" for OpenCode, Claude Code warning dialog |
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.10
Configurable Plan Saving
Control where your plans are saved via the new Settings UI:
- Enable/Disable saving entirely
- Custom path support (e.g.,
~/my-plans/or any directory) - Supports
~for home directory expansion
Configurable Agent Switching (OpenCode)
OpenCode users can now configure agent switching behavior after plan approval:
- Build (default) - Switch to build agent after approval
- Disabled - Stay on current agent (useful for oh-my-opencode users)
Documentation Updates
- Updated CLAUDE.md with new API endpoints and file structure
- Removed dead code for cleaner codebase
Thanks
- @TheOutdoorProgrammer - Agent switching feature (#37)
Install
Claude Code:
curl -fsSL https://plannotator.ai/install.sh | bashOpenCode: Add to opencode.json:
{
"plugin": ["@plannotator/opencode@latest"]
}What's Changed
- Add configurable agent switching for OpenCode by @backnotprop in #40
Full Changelog: v0.4.9...v0.4.10