v10.5.4
thedotmack/claude-memv10.5.4Mar 9, 2026by thedotmack
AI Summary
This is a bug fix patch (v10.5.4) that corrects a critical error introduced in v10.5.3 where all modes were accidentally moved to the wrong directory, breaking mode loading functionality.
Key Highlights
- Restored all modes (`code`, code language variants, `email-investigation`) to the correct `plugin/modes/` directory
- Fixed mode loading functionality that was broken in v10.5.3
- Corrected the directory structure error from the previous release
Full Release Notes
## Bug Fixes - **fix: restore modes to correct location** — All modes (`code`, code language variants, `email-investigation`) were erroneously moved from `plugin/modes/` to `plugin/hooks/modes/` during the v10.5.3 release, breaking mode loading. This patch restores them to `plugin/modes/` where they belong.