Increase bottom padding on Finance register ScrollViewer
Details
The VirtualizingStackPanel can ignore ItemsControl bottom margin, so
increase the ScrollViewer Padding from 16px to 48px to ensure the last
transaction rows are not clipped by the window edge.
Enrich RAG indexing with structured metadata and aggregate summary chunks
Details
All 7 plugins now include enriched entity chunks with structured metadata
(status, priority, dates, tags, context, etc.) and aggregate summary chunks
following the Finance plugin pattern. This gives the AI assistant richer
context for answering questions about user data patterns and trends.
- Tasks: status, priority, due date, context, tags + overview summary
(total/open/completed/overdue counts, priority/context breakdown)
- Calendar: start/end dates, all-day, location + upcoming 7-day agenda
- Journal: mood tracking + mood distribution, trend, top tags summary
- Habits: frequency, value type, target, archived + habits/goals overview
- Contacts: job title, company, relationship + top companies/tags summary
- RSS: feed name, author, read/starred status + feed distribution summary
- Email: sender, read/flagged, folder + top senders, oldest unread summary
Canvas, Data: add DetailedDescription to plugin metadata
Details
Add DetailedDescription raw string literals to Canvas (v1.0.4) and Data (v1.20.6) plugin metadata blocks. These plugins do not implement IIndexableContentProvider so no RAG chunk file is needed — the descriptions serve as metadata-only context for AI intent routing and plugin discovery.
WebClips: add DetailedDescription and RAG plugin context chunk
Details
Add DetailedDescription to PluginMetadata with full feature documentation
covering clip types, status workflow, browser extension, read-later queue,
browsing history, transcription queue, and entity recognition. Add plugin
context RAG chunk at top of GetIndexableContentAsync for AI discoverability.
Extract ComputeHash helper to replace inline SHA256 usage. Bump version to
1.3.4.
Email: add DetailedDescription and RAG plugin context chunk
Get notified about new releases