Under the hood
One new function clears cached output styles, workflows, skills and agents together
What
A new internal helper function clears several caches at once: the cached lists of output styles, workflows, skill directories, markdown files, and agent definitions. This runs alongside an existing reset function that already handled other cached data.
Why
Grouping these resets into one call makes sure that when Claude Code needs to refresh its view of custom configuration, none of these related caches are left stale by accident.