Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 47 of 127 Next →
February 23, 2026
patch Contacts

Add DetailedDescription and RAG plugin context chunk to Contacts plugin

Contacts 1.9.4 → 1.9.5 | 95563334
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.

patch Tasks

Tasks: add DetailedDescription and RAG plugin context chunk

Tasks 1.18.5 → 1.18.6 | b55fd083
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.

patch Calendar

Calendar: add DetailedDescription and RAG plugin context chunk

Calendar 1.14.2 → 1.14.3 | 3023b7ee
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.

patch Notes

Add DetailedDescription and RAG plugin context chunk to Notes plugin

Notes 1.62.0 → 1.62.1 | 971ad7c5
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.

patch Finance

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.

← Prev Page 47 of 127 Next →

Get notified about new releases