You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Startup splash screen (new SplashWindow): starts Ollama, picks a default model by detected VRAM, downloads it with a live progress bar, preloads it into GPU/VRAM, then opens the editor.
Cursor V2-style dark UI: new Styles/Colors.axaml + Controls.axaml design tokens applied across the main window, editor, panels, file explorer, terminal, settings, and marketplace.
Performance & memory pass across indexing, reversing, editor, and file-system subsystems.
One-time provisioning tracked via new DefaultModelEnsured preference.
Verify-after-pull: provisioning is marked complete only after the model is confirmed in ollama list (a completed stream is no longer treated as success).
Self-healing: a missing model is re-downloaded even if the flag is set; stale/never-installed selections are cleared.
Tag-tolerant matching normalizes an implicit :latest.
GPU preload: warms the selected model (10-min keep-alive) so the first prompt has no cold-start; best-effort, never blocks launch.
HttpClient.Timeout set to infinite so large pulls aren't interrupted.
Editor: no longer copies the whole document on every keystroke (lazy dirty tracking).
Reversing: lazy-loaded decompile/IL/WAT tabs, capped string-search results, off-thread throttled AI streaming, debug grids built once and updated by property, debounced ELF filter.
File system: off-thread/incremental tree builds, pruned unbounded change tracking.