d3ae18434f
This release introduces powerful new privacy controls and search improvements: **New Features:** - Dual-tag system for meta-observation control - <private> tags for user-level privacy control - <claude-mem-context> tags for system-level auto-injected observations - Privacy tag documentation and inline help in context hook **Improvements:** - Simplified search API parameters to eliminate bracket encoding issues - Improved user messaging for new privacy features **Technical:** - Tag stripping happens at hook layer (edge processing) - Shared utilities in src/utils/tag-stripping.ts - Database index optimization for user prompts lookup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"name": "thedotmack",
|
|
"owner": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"metadata": {
|
|
"description": "Plugins by Alex Newman (thedotmack)",
|
|
"homepage": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "claude-mem",
|
|
"version": "6.4.0",
|
|
"source": "./plugin",
|
|
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
|
}
|
|
]
|
|
}
|