Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 44 of 117 Next →
February 23, 2026
patch Desktop Shell

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.

patch IO

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.

patch Desktop Shell

Fix semantic search model buttons overlapping model name in AI settings

Desktop 1.61.0 → 1.61.1 | 3737c4be
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.

patch Desktop Shell

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.

patch Desktop Shell

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.

← Prev Page 44 of 117 Next →

Get notified about new releases