Files: add DetailedDescription and RAG plugin context chunk
Habits: add DetailedDescription and RAG plugin context chunk
Details
Add a DetailedDescription property to PluginMetadata covering all Habits & Goals features including habit tracking, streaks, goal milestones, analytics, categories, reminders, and quick actions. Add a plugin_context RAG chunk at the top of GetIndexableContentAsync for AI discoverability. Extract inline SHA256 hashing into a reusable ComputeHash helper. Bump version to 1.2.2.
Add DetailedDescription and RAG plugin context chunk to Snippets plugin
Details
Added DetailedDescription property to SnippetsPlugin PluginMetadata with full feature documentation covering syntax highlighting, collections, search/filter, and navigation. Added plugin context RAG chunk at the top of GetIndexableContentAsync for AI discoverability, following the same pattern used by Calendar, Tasks, Contacts, Notes, and Finance plugins. Extracted inline SHA256 hashing into a ComputeHash helper method for consistency. Bumped version to 1.7.5.
Add DetailedDescription and RAG plugin context chunk to RSS plugin
Details
Added a DetailedDescription property to the RSS plugin's PluginMetadata with a comprehensive feature summary covering feed subscription, filtering, sorting, reader mode, OPML support, and navigation. Added a plugin_context RAG chunk at the top of GetIndexableContentAsync so the AI index can discover the plugin's capabilities. Extracted inline SHA256 hashing into a reusable ComputeHash helper method for consistency with other plugins. Bumped version to 1.9.4.
Journal: add DetailedDescription and RAG plugin context chunk
Details
Add DetailedDescription property to JournalPlugin PluginMetadata with comprehensive feature documentation covering views, templates, mood tracking, streaks, tags, wiki-links, insights analytics, and navigation. Add plugin_context RAG chunk at the top of GetIndexableContentAsync for AI discoverability, following the same pattern used by Tasks, Calendar, and other plugins. Add ComputeHash helper method. Bump version to 1.7.5.
Get notified about new releases