Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Releases: 7tg/plannotator-vscode

v0.5.1

12 Feb 15:16
@7tg 7tg
1033e07

Choose a tag to compare

What's New

  • SSH remote session support: The extension now works seamlessly over VS Code SSH remote sessions. Uses vscode.env.asExternalUri() to port-forward the proxy URL so the local webview can reach it. No behavioral change for local users.

v0.5.0

12 Feb 09:23
@7tg 7tg
aa9f2e9

Choose a tag to compare

What's New

  • Multi-panel support: Each Plannotator open request now creates a new panel with its own cookie proxy, so multiple Claude Code agents can run plans concurrently without overwriting each other.

v0.4.0

11 Feb 13:24
@7tg 7tg
31a5e3c

Choose a tag to compare

What's New

  • Cookie persistence — Your Plannotator settings (identity, permissions, editor preferences) now persist across sessions using a virtual cookie jar and VS Code's global state
  • Auto-close — Panel closes automatically when you approve a plan or send feedback
  • Custom WebviewPanel — Replaces Simple Browser with a dedicated panel featuring full-size iframe, tab icon, and notification on open
  • Renamed — Display name changed from "Plannotator WebView" to "Plannotator"