github backnotprop/plannotator v0.4.10

latest releases: v0.9.2, v0.9.1, v0.9.0...
one month ago

📢 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


Install

Claude Code:

curl -fsSL https://plannotator.ai/install.sh | bash

OpenCode: Add to opencode.json:

{
  "plugin": ["@plannotator/opencode@latest"]
}

What's Changed

Full Changelog: v0.4.9...v0.4.10

Don't miss a new plannotator release

NewReleases is sending notifications on new releases.