Software Mirrors
ProductsBlogs
Plannotator v0.27.19

Plannotator v0.27.19

Plannotator acting as a review layer between developers and AI coding agents. Instead of generating code itself, Plannotator focuses on making AI-driven development more transparent and controllable. It allows teams to review, annotate, approve, reject, and refine agent-generated plans and code changes before they affect a project.
(4.4)

Developer

backnotprop

Category

Developer Tools

Operating System

Windows / macOS / Linux

Date Published

Wed Sep 23 2026

Review Plannotator v0.27.19

Plannotator is an open-source platform designed to review and validate plans and code generated by AI coding agents.

The platform provides a centralized interface where developers can:

Rather than replacing developers, Plannotator aims to keep humans involved in critical decision-making during AI-assisted development.

As AI coding agents become increasingly capable, developers face a growing challenge: ensuring that AI-generated plans and code changes align with project requirements before they are executed. Plannotator addresses this problem by acting as a review layer between developers and AI coding agents.

Instead of generating code itself, Plannotator focuses on making AI-driven development more transparent and controllable. It allows teams to review, annotate, approve, reject, and refine agent-generated plans and code changes before they affect a project.

Download Plannotator v0.27.19 - Software Mirrors

Plannotator v0.27.19 for Windows

plannotator-win32-x64.exe | 151.29 MB

plannotator-win32-arm64.exe | 148.27 MB

plannotator-paste-win32-x64.exe | 93.23 MB

plannotator-paste-win32-arm64.exe | 90.2 MB

Plannotator v0.27.19 for macOS

plannotator-paste-darwin-x64 | 65.97 MB

plannotator-paste-darwin-arm64 | 60.51 MB

plannotator-darwin-x64 | 124.03 MB

plannotator-darwin-arm64 | 119.02 MB

Plannotator v0.27.19 for Linux

plannotator-paste-linux-x64 | 89.3 MB

plannotator-paste-linux-arm64 | 89.35 MB

plannotator-linux-x64 | 147.37 MB

plannotator-linux-arm64 | 147.42 MB

Plannotator v0.27.19 Source Code

Plannotator v0.27.19 Source code (zip)

Plannotator v0.27.19 Source code (tar.gz)

Plannotator v0.27.19 Release Notes:

Follow @plannotator on X for updates
Missed recent releases?
  • v0.27.18: Model pickers from your installed Claude and Codex (Opus 5.5, Fable 5.1, GPT-6), unsent PR review comments survive new pushes
  • v0.27.17: Diagram files open in the diagram viewer, OpenCode switches model with agent, idle review stops polling the git remote, Tree is the default review view
  • v0.27.16: Themed diagrams on Mermaid 12, comment on any node or edge, patch-file review, embedded HTML documents render
  • v0.27.15: Plannotator TUI and Herdr Annotate announcement, element context on pinpoints, HTML links open as linked documents, All files panel, Classic diff default
  • v0.27.14: Pi plan progress survives compaction, Codex threads across rollout files, WSL browser setting, Mod+E edit mode
  • v0.27.13: Open a review on a specific base (--base, --diff-type), symlink containment on /api/doc, CI flake fix, Amp decision relay
  • v0.27.12: Unified decision control, token hover cards, local-vs-remote diff, approval notes
  • v0.27.11: OpenCode server leak fix, durable local feedback archive, unknown-subcommand fix
  • v0.27.10: Auto-viewed files on scroll, annotation undo/redo, OpenCode 2 slash commands restored, npm 12 agent terminal fix
  • v0.27.9: WebMCP browser-agent tools, HTML refresh from disk, host seams, lazy renderers, Windows uninstall fix
  • v0.27.8: Pi keeps its prompt cache across plan transitions, thumbs-up returns to HTML annotation, embed picker seam
  • v0.27.7: Pi host crash fix on Windows, Call Flow tree cap, jj fork-point base, plannotator knowledge skill + llms.txt

What's New in v0.27.19

Four pull requests, three of them answering issues from the community. Code review can now show changed images, and file comments land on GitHub as real file threads. #123 and @user references link to the forge your repo actually lives on, and /plannotator-last finds the right conversation after a session moves to another worktree. That last fix is a community pull request from @rNoz.

Before and After previews for changed images

A pull request full of changed screenshots or snapshot images used to be unreviewable in Plannotator: every image showed "Binary or oversized file, content not shown," and the visual half of the review had to happen on GitHub. Changed images now show the old and new versions side by side, each with its dimensions and file size. An added image shows only the new version, a deleted one only the old, and a pure rename or mode change says the contents are unchanged. Tall images and narrow windows stack the two versions instead. Images load only as you scroll to them, so a review with hundreds of snapshots stays fast. It works for local git, jj, GitButler and multi-repo reviews, and for GitHub and GitLab pull requests, where it reads from your local checkout when there is one and falls back to the platform API. File comments on images work as before. PNG, JPEG, GIF, WebP, SVG, AVIF, BMP, ICO and APNG are supported. SVGs that git diffs as text, and Git LFS pointer files, still show as text diffs. (#1601, closing #1598, requested by @RobertoArtiles)

File comments become real GitHub file threads

A comment on a whole file used to be folded into the review body as path: text. On GitHub it did not appear in the Files tab, could not be replied to, and could not be resolved. On GitHub, file comments are now posted as file-level review threads inside the same review, so the author still gets one notification. They show up on the file in the Files tab and behave like any other review thread. If GitHub will not accept a thread on a file, for example one that is no longer part of the pull request, that comment falls back into the review body, so nothing is lost. GitLab and general comments are unchanged. When GitHub refuses a review, the error now includes GitHub's reason, such as "Can not approve your own pull request," instead of a bare HTTP 422. (#1600, closing #1599, requested by @RobertoArtiles)

References link to the right forge

A bare #123 or @user in a plan or annotated document always linked to github.com, so a repo on GitLab or GitHub Enterprise got links to pages that do not exist. Links now follow your git remote: GitLab repos link to that GitLab's issues and users, GitHub Enterprise repos link to your own server, and github.com is unchanged, including SSH host aliases and remotes with credentials in the URL. A host Plannotator cannot identify renders the reference as plain styled text rather than a wrong link. The same change stops Plannotator from reading the username or token in an https remote URL as the host. Previously, a remote like https://TOKEN@github.com/org/repo could put that token into the name of the folder Plannotator saves Guided Reviews under. Guides saved from such a remote will no longer appear in that repository's guide list, though they stay on disk and plannotator guide export --id still finds them. If you use a credentialed remote, you may want to delete any folder under ~/.plannotator/guides/ whose name contains your token. (#1597, closing #1596, reported by @krizman)

/plannotator-last finds the right conversation

In Claude Code, /plannotator-last located the conversation to annotate by guessing from the current directory. When a session had moved into a different worktree, it could open the latest message from a different session. It now finds the invoking session's transcript by its session id. When the session's metadata is not available, it falls back to the old directory search, and when a session is found but has no transcript yet, the error says so. A new session with no messages in the same directory, or a session file caught mid-write, no longer throws it off. (#1415, closing #985, by @rNoz)

Install / Update

macOS / Linux:
bash
curl -fsSL https://plannotator.ai/install.sh | bash
Windows:
powershell
irm https://plannotator.ai/install.ps1 | iex
Claude Code Plugin: Run /plugin in Claude Code, find plannotator, and click "Update now". Pi: Update @plannotator/pi-extension to 0.27.19 and restart Pi. OpenCode: Clear cache and restart:
bash
rm -rf ~/.bun/install/cache/@plannotator

What's Changed

  • fix(ui): link #123 and @user refs to the repo's actual forge by @backnotprop in #1597
  • feat(review): post file-scoped comments as GitHub file-level review threads by @backnotprop in #1600
  • fix(hook): resolve Claude transcript by session id by @rNoz in #1415
  • feat(review): Before/After preview for changed images in code review by @backnotprop in #1601

Community

@rNoz wrote the /plannotator-last fix and kept it rebased and passing for four weeks while it waited for review. We added a small follow-up on top before merging. @RobertoArtiles asked for both code review improvements in this release, each with a clear description of the problem and a workable design: image previews (#1598) and file-level GitHub comments (#1599). Issue reporters:
  • @krizman reported the wrong-forge links with an exact trace of the cause in #1596
  • @Sannim1 reported /plannotator-last picking up another session's message in #985
Full Changelog: v0.27.18...v0.27.19

Key Features of Plannotator

Plan Review System

One of Plannotator's core capabilities is reviewing plans generated by AI agents before execution.

Developers can examine:

This visibility helps reduce unintended changes and costly mistakes.

Annotation Tools

The platform allows users to add comments, notes, and guidance directly to AI-generated plans.

These annotations can be used to:

AI Code Review

Plannotator extends the review process beyond planning by supporting inspection of generated code.

Developers can:

This workflow resembles modern pull-request review systems.

Human-in-the-Loop Workflows

A major design goal is ensuring that AI actions remain subject to human approval.

Organizations can establish review processes where important actions require validation before execution.

Open Source Foundation

Plannotator is open source, allowing teams to inspect, modify, and self-host the platform according to their needs.

This transparency is particularly valuable for organizations adopting AI-assisted software development.

User Experience

The interface is designed around review workflows rather than direct code generation.

Instead of interacting with a chatbot, users primarily:

  1. Receive agent-generated plans

  2. Review proposed actions

  3. Add feedback

  4. Approve or reject changes

  5. Monitor execution results

The workflow feels familiar to developers accustomed to pull requests, code reviews, and project planning tools.

Productivity Benefits

As AI coding tools become more autonomous, review processes become increasingly important.

Plannotator helps organizations:

For teams adopting AI-driven development, these safeguards can be as valuable as the coding agents themselves.

Collaboration Features

The platform supports collaborative review workflows where multiple team members can participate in evaluating AI-generated outputs.

This allows:

Such features are especially useful for larger engineering teams.

Performance

Because Plannotator focuses on workflow management and review rather than model inference, performance largely depends on the connected AI agents and integrations.

The platform itself is lightweight and primarily serves as an orchestration and review layer.

Open Source Advantages

Being open source provides several benefits:

Organizations concerned about compliance, security, or proprietary workflows may find these advantages particularly appealing.

Limitations

Plannotator is designed as a companion tool rather than a complete AI development platform.

Common limitations include:

The software delivers the most value in environments where oversight and quality control are priorities.

Pros

Cons

Who Should Use Plannotator?

Plannotator is ideal for:

It is particularly valuable for environments where AI-generated code requires oversight before reaching production systems.

Plannotator fills an increasingly important role in the AI development ecosystem by providing visibility and control over AI-generated plans and code changes. Its focus on human oversight, structured reviews, and collaborative workflows makes it a useful companion for modern coding agents. While it is not a replacement for AI coding tools themselves, it offers a practical solution for teams seeking greater confidence and accountability in AI-assisted software development.

Comments on Plannotator v0.27.19