5482052c16
Improvements: - Context hook now displays 'investigated' and 'learned' fields from session summaries - Enhanced SQL query to SELECT these fields from database - Added color-coded display formatting (blue for investigated, yellow for learned) - Updated TypeScript types to include nullable investigated and learned fields Technical changes: - Updated src/hooks/context-hook.ts to query and display new fields - Updated built plugin/scripts/context-hook.js - Bumped version to 5.2.2 in all metadata files 🤖 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": "5.2.2",
|
|
"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"
|
|
]
|
|
}
|