Plugins you install from /plugin now activate immediately instead of making you run /reload-plugins.
What's wrong with this entry?
Finishing an install from the /plugin flow now reloads plugins in the running session and tells you the result, so a freshly installed plugin is usable without a separate reload step.
- Shows an "Activating plugin…" spinner while the in-session reload runs.
- Completion message reports the outcome: " Plugin is now active." on success, " The plugin couldn't be loaded — see /plugin for details." on a load error.
- Falls back to " Run /reload-plugins to apply." only when activation cannot be attempted, including when the live plugin-state getter is not available.
- Activation is skipped, falling back to reload-required, when the reload reports
wouldInvalidateCache, i.e. it would bust the prompt cache. - No flag guards this; it is reachable for everyone on this build.
/plugin Plugin is now active.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.229
Plugin auto-updates can now take effect without a restart
Both mention reload
-
v2.1.239
Skipped-plugin warning no longer overstates what it found
Both mention reload
-
v2.1.242
/reload-plugins now warns about LSP tool changes too
Both mention reload