Add DetailedDescription and RAG plugin context chunk to Contacts plugin
Details
Added a DetailedDescription property to the Contacts PluginMetadata with comprehensive feature documentation covering contact profiles, relationship status tracking, companies, groups, interaction timeline, duplicate detection, import capabilities, cross-plugin links, statistics, and search/filter functionality.
Added a plugin_context RAG chunk at the top of GetIndexableContentAsync so the AI vector index can discover Contacts plugin capabilities. Extracted inline SHA256 hashing into a reusable ComputeHash helper method, consistent with the pattern used by Notes and Finance plugins.
Bumped version to 1.9.5.
Tasks: add DetailedDescription and RAG plugin context chunk
Details
Add DetailedDescription to PluginMetadata with comprehensive feature documentation covering views, task properties, subtasks, time tracking, recurrence, filters, bulk actions, GitHub sync, and navigation. Add plugin_context RAG chunk at the top of GetIndexableContentAsync for AI discoverability. Extract ComputeHash helper method for consistency. Bump version to 1.18.6.
Calendar: add DetailedDescription and RAG plugin context chunk
Details
Add DetailedDescription to CalendarPlugin PluginMetadata covering all
features (views, events, recurrence, reminders, calendars, CalDAV sync,
ICS import, quick actions, navigation). Add plugin_context RAG chunk at
the top of GetIndexableContentAsync so the AI index can discover Calendar
capabilities. Extract ComputeHash helper to replace inline SHA256 call.
Bump version to 1.14.3.
Add DetailedDescription and RAG plugin context chunk to Notes plugin
Details
Add DetailedDescription property to PluginMetadata with comprehensive feature
listing covering block types, wiki-links, sticky notes, templates, table blocks,
and GitHub Wiki sync. Add plugin_context ContentChunk at the top of
GetIndexableContentAsync so the AI RAG index includes Notes plugin capabilities
for intent routing and discoverability. Bump version to 1.62.1.
Index Finance plugin context as RAG chunk for AI discoverability
Details
Adds the plugin's DetailedDescription as a RAG-indexed content chunk
with entity type "plugin_context". When users ask questions like "what
is this plugin?" or "how do I create a transaction?", the semantic
search surfaces the feature description without consuming context
window on every message. Other plugins can follow the same pattern.
Get notified about new releases