Bug Fixes
Dynamic Project Name Detection (#142)
- Fixed hardcoded "claude-mem" project name in ChromaSync and search-server
- Now uses
getCurrentProjectName()to dynamically detect the project based on working directory - Resolves #140 where all observations were incorrectly tagged with "claude-mem"
Viewer UI Scrolling
- Simplified overflow CSS to enable proper scrolling in viewer UI
- Removed overcomplicated nested overflow containers
- Fixed issue where feed content wouldn't scroll
Installation
Users with auto-update enabled will receive this patch automatically. To manually update:
```bash
Restart Claude Code or run:
npm run sync-marketplace
```