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
openIndexViewandreloadIndexstore 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 asv1.0andv1.1. - External tooling referencing
RELEASE_NOTES_DIRor static release files must migrate to dynamic generation.