@cheeriocorner/pi-plannotator-auto

Auto-annotate extension for Plannotator - browser-based annotation UI for complex questions and content review

Packages

Package details

extension

Install @cheeriocorner/pi-plannotator-auto from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@cheeriocorner/pi-plannotator-auto
Package
@cheeriocorner/pi-plannotator-auto
Version
1.1.0
Published
Aug 9, 2026
Downloads
488/mo · 488/wk
Author
cheerchien
License
MIT
Types
extension
Size
13.6 KB
Dependencies
1 dependency · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@cheeriocorner/pi-plannotator-auto

Auto-annotate extension for Plannotator - provides browser-based annotation UI for complex questions and content review.

npm version License: MIT

Features

  • open_annotate tool - Let the AI open a browser-based annotation UI for you to review content
  • /annotate command - Manually annotate the last assistant message
  • Visual approve/deny with feedback
  • Integrates seamlessly with @plannotator/pi-extension

Installation

From NPM (Recommended)

pi install npm:@cheeriocorner/pi-plannotator-auto

From GitHub

pi install git:github.com/CheerioCorner/pi-plannotator-auto

Prerequisites

This extension requires @plannotator/pi-extension to be installed:

pi install npm:@plannotator/pi-extension

Usage

Automatic (AI-triggered)

The AI can call open_annotate when it needs you to review content:

User: Help me review this plan
AI: [calls open_annotate with the plan content]
→ Browser opens with annotation UI
→ User reviews, annotates, approves/denies
→ AI receives feedback

Manual Command

Type /annotate to annotate the last assistant message:

/annotate

How It Works

  1. AI calls open_annotate with title and markdown content
  2. Browser opens with visual annotation interface
  3. You can:
    • Approve - Content looks good
    • Deny - Add feedback explaining issues
    • 📝 Annotate - Add inline comments
  4. AI receives your decision and feedback

License

MIT