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>
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "claude-mem",
|
|
"version": "6.4.0",
|
|
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
|
"author": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"repository": "https://github.com/thedotmack/claude-mem",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [
|
|
"memory",
|
|
"context",
|
|
"persistence",
|
|
"hooks",
|
|
"mcp"
|
|
]
|
|
}
|