mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
- Improved preview output columns: Removed id and tag columns, added Title (from metadata.summary.text), First Message (first user message), and human-readable Updated date - Reordered columns for clarity: Updated, Msgs (fixed width), Title, First Message, Path - Added --message=PATTERN filter option for fuzzy matching on first user message (case-insensitive) - Fixed deletion count to use actual session count instead of result.changes (which included CASCADE deleted messages) - Added helper functions: formatDate(), truncate(), extractUserText()