-
v0.2.1 Stable
released this
2026-05-22 12:24:40 +01:00 | 1 commits to master since this releaseFeatures
- Sticky auto-scroll during streaming. The chat thread now follows streaming output (messages, thinking, tool calls) and stays pinned to the bottom. Scrolling up by more than 40px pauses the follow; scrolling back to the bottom resumes it.
Ctrl+Lfocuses the composer. Switches to the chat section first if needed. The composer also refocuses automatically after sending and when a stream completes.
Fixes
- Ollama runtime context length detection. Provider now prefers the Modelfile
num_ctxoverride over the architecture default, and scans every<arch>.context_lengthkey inmodel_infoinstead of relying on a fixed field. Previously the old typed struct missed per-arch keys (llama.*,qwen2.*, etc.) and ignored the user's runtime override, so the reported context window was wrong for most Ollama setups. - Delete-chat confirmation no longer crashes. Tauri's webview doesn't implement
window.confirm, which was throwingdialog.confirm not allowed. Command not foundwhen deleting a chat. Switched to the@tauri-apps/plugin-dialogask()API (thedialog:defaultcapability was already enabled).
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads