Use minimal plugin context in AI prompt, defer details to RAG
Details
Replace full DetailedDescription injection with a single-line plugin
identifier. The full feature description is indexed as a RAG chunk by
each plugin's IIndexableContentProvider, so it only surfaces when
semantically relevant to the user's query — not on every message.
Add centralized APP_CONTEXT.md with app and shell feature documentation
Details
Documents all shell-level features (Knowledge Graph, Dashboard, Universal
Search, Command Palette, Quick Actions, AI Services, Cloud Sync, etc.) and
lists all available plugins with brief descriptions. References per-plugin
PLUGIN_CONTEXT.md files for detailed documentation.
Fix semantic search model buttons overlapping model name in AI settings
Details
Stack the model name and Downloaded/Delete buttons vertically instead of
side-by-side to prevent overlap when the settings panel is narrow. Bump
desktop version to 1.61.1.
Fix Qwen GGUF download URLs to use bartowski single-file repos
Details
The official Qwen HuggingFace repos split GGUF files into multiple shards,
causing 404 errors when trying to download a single file. Switch all three
Qwen model URLs to bartowski's repos which provide single-file Q4_K_M
downloads.
Remove direct LiveCharts2 ref from Desktop shell
Details
LiveCharts2 is now owned by UI.Adaptive (rc6.1) and flows transitively.
The Desktop shell had a stale rc5.4 reference causing NU1605 downgrade
errors during build.
Get notified about new releases