22f4655a8c
Major new feature: Production-ready viewer accessible at localhost:37777 Features: - Real-time visualization via Server-Sent Events (SSE) - Infinite scroll pagination with deduplication - Project filtering and settings persistence - Auto-reconnection with exponential backoff - GPU-accelerated animations Technical details: - New worker endpoints: 8 HTTP/SSE routes (+500 lines) - Database enhancements: 5 new pagination methods (+98 lines) - Complete React + TypeScript UI: 17 components/hooks (1,500+ lines) - Self-contained HTML bundle via esbuild - Monaspace Radon font and branding assets Updated documentation in CLAUDE.md with comprehensive feature overview. 🤖 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.1.0",
|
|
"source": "./plugin",
|
|
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
|
}
|
|
]
|
|
}
|