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.
Fix local LLM repetition: add missing anti-prompts for turn tokens
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.
Click-outside-to-close for InfoPanel drawer
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.
Fade-in/out Info/Graph side tab on hover
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.
Change PluginSidebar background from SurfaceRecessed to Background
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
Get notified about new releases