v1.2

Plugin Installer & Release Workflow Updates

March 26, 2026

v1.2 is a focused release that improves plugin index refresh reliability, centralizes model summary state, and modernizes the release-note generation flow used in Docker publishing.

✨ New Features

  • Added explicit plugin index refresh controls with cache-busting headers and request sequence tracking.
  • Added openIndexView and reloadIndex store methods for deterministic plugin index reload behavior.
  • Moved model summary state into the shared store and added dedicated refresh/ensure helpers.

⚡ Improvements

  • Docker publishing now generates release notes dynamically through OpenRouter, removing static markdown dependency.
  • Release workflow now uses centralized system prompt templates and environment-based model configuration.

⚠️ Breaking Changes

  • Removed docs/release_notes/ and static files such as v1.0 and v1.1.
  • External tooling referencing RELEASE_NOTES_DIR or static release files must migrate to dynamic generation.