What's wrong with this entry?
The /plugin list command now accepts --enabled and --disabled flags to filter the output to only installed plugins matching the requested state.
/plugin list --enabled # show only enabled plugins
/plugin list --disabled # show only disabled plugins
/plugin list # show all installed plugins (unchanged)- Enabled/disabled status is shown as
✓ enabledor✗ disabledper plugin entry. - If no plugins match the filter, a short message like "No disabled plugins." is shown.
- Plugin entries also show version and scope where available.
- A pending-reload indicator
— run /reload-plugins to applyappears when the in-memory state differs from what would be loaded on next start.
Filter flag in command rendering (search for "/plugin list [--enabled|--disabled] - List installed plugins")
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.