Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

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

Add debug logging to embedding space data flow

patch Desktop Shell

Fix EmbeddingSpace property accessibility to internal

patch Desktop Shell

Fix EmbeddingSpaceViewModel accessibility to match internal EmbeddingDataService

patch UI Components

Fix PointerMoveEventArgs -> PointerEventArgs for Avalonia compatibility

Details

Avalonia uses PointerEventArgs (not PointerMoveEventArgs) for the

OnPointerMoved override.

patch Core

Fix rag_fetch_all: cast DOUBLE[] to VARCHAR for DuckDB FromSql compatibility

Details

DuckDB's Rust driver doesn't implement FromSql for Vec<f64>. Cast the

embedding column to VARCHAR in SQL and parse the resulting array string

in Rust via a parse_duckdb_array helper.

← Prev Page 55 of 139 Next →

Get notified about new releases