Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 75 of 139 Next →
February 20, 2026
patch Desktop Shell

Fix Phi-3 generating 0 tokens: remove <|assistant|> from anti-prompts

Details

The <|assistant|> token appears at the end of the prompt template, so

the executor matched it immediately and stopped before generating any

output. Removed it from anti-prompts — <|end|> is the correct stop

token for Phi-3. Leaked turn tokens are handled by the sanitizer.

patch Desktop Shell

Fix local LLM repetition: add missing anti-prompts for turn tokens

Desktop 1.45.12 → 1.45.13 | f2f39fe3
Details

Phi-3 template was missing <|assistant|> and <|endoftext|> as

anti-prompts, so the executor didn't stop when the model emitted a

new turn boundary — causing it to loop and repeat the response.

Added <|start_header_id|> to Llama anti-prompts for the same reason.

patch Desktop Shell

Click-outside-to-close for InfoPanel drawer

Desktop 1.45.11 → 1.45.12 | f7d094d0
Details

Add a transparent backdrop Border (ZIndex 9) behind the InfoPanel drawer

(ZIndex 10) that covers the full content area. When visible and clicked,

it calls InfoPanelVM.CloseCommand to dismiss the panel. The backdrop is

only visible when InfoPanelVM.IsOpen is true, which is already false on

Graph/Nexus views (controlled by IsInfoPanelAvailable), so the panel

cannot be opened there in the first place.

Users can now close the Info panel by: clicking the X button, clicking

the tab again, or clicking anywhere outside the panel.

Version bump: 1.45.11 → 1.45.12.

patch Desktop Shell

Fade-in/out Info/Graph side tab on hover

Desktop 1.45.10 → 1.45.11 | b67fafd4
Details

Wrap the collapsed Info/Graph tab button in a transparent hit-test border

(info-tab-hover-zone). The button starts at Opacity 0 and fades to 1 on

pointerover with a 0.2s transition, keeping the right edge clean until

the user hovers near it.

Version bump: 1.45.10 → 1.45.11.

patch Desktop ShellUI Components

Change PluginSidebar background from SurfaceRecessed to Background

SDK 1.43.2 → 1.43.3 | Desktop 1.45.9 → 1.45.10 | 991130cb
Details

PluginSidebar used ThemeSurfaceRecessedBrush which is visually darker

than the main content area (ThemeBackgroundBrush), creating a jarring

contrast — especially in Lavender theme where the sidebar looked like

a separate darker panel and the content area looked like a floating

white page. Now both use the same background level for a seamless look.

UI.Adaptive 1.43.2 → 1.43.3, Desktop 1.45.9 → 1.45.10

← Prev Page 75 of 139 Next →

Get notified about new releases