github backnotprop/plannotator v0.4.11

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.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


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.10...v0.4.11

Don't miss a new plannotator release

NewReleases is sending notifications on new releases.