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>
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": "5.2.2",
|
|
"source": "./plugin",
|
|
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
|
}
|
|
]
|
|
}
|