📢 Follow @plannotator on X for updates
📋 Missed v0.4.8-v0.4.10?
| Release | Highlights |
|---|---|
| v0.4.10 | Configurable plan saving, agent switching settings |
| 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.11
Bug Fix: Version Display
Fixed stale build artifacts causing incorrect version (0.4.9) to display in the UI. The npm package now correctly shows v0.4.11.
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)
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.10...v0.4.11