Skip to content

Release 2.1.11 (2026-06-12)

Chores

  • convert consumer-refresh from slash commands to CLI (#495) Replace the interactive /plugin and /reload-plugins slash commands in [publish].consumer-refresh with shell-executable CLI equivalents so the block can run under the vrg-release --install cascade.

  • /plugin marketplace update vergil-marketplace -> claude plugin marketplace update vergil-marketplace

  • /reload-plugins -> claude plugin update vergil@vergil-marketplace

The reload step resolves to a concrete plugin update (the proven lib/lima.py:update_plugins sequence): it advances the installed plugin to the just-released version, which is what --install needs. A fresh session loads the updated plugin on start, so no in-session reload is required.

Refs vergil-project/vergil-tooling#1643