We will also start publishing updates here:
Plannotator x account
What's New in v0.4.5..7
Devcontainer & SSH Support
Plannotator now works in devcontainers, Docker, and SSH environments. Two new environment variables give you full control:
export PLANNOTATOR_REMOTE=1 # Skip browser open attempt
export PLANNOTATOR_PORT=9999 # Fixed port for forwardingWhen running remotely, the URL is printed to console so you can open it in your local browser with port forwarding.
Thanks to @kvokka for reporting this! (Closes #27)
OpenCode Agent Switching Fix
Fixed a bug where OpenCode wouldn't switch from the plan agent to the build agent after approving a plan. Now works as expected - approve a plan and Claude continues with implementation.
Thanks to @nielpattin for reporting this! (Closes #29)
Responsive Plan Viewer
The plan viewer now uses screen width more effectively with responsive gutters and a wider content area on large screens.
Thanks to @seanGSISG for their first contribution! (PR #32)
Internal: Shared Server Package
Refactored server logic into a shared @plannotator/server package. Both Claude Code and OpenCode plugins now use the same underlying server, ensuring consistent behavior across both tools.
Contributors
- @seanGSISG - First contribution! 🎉 Improved plan viewer responsiveness
- @kvokka - Bug report for devcontainer hang
- @nielpattin - Bug report for OpenCode agent switching
Full Changelog: v0.4.0...v0.4.5