First public release v2.3.1

This commit is contained in:
2026-02-19 16:39:23 +01:00
parent 52e3d0c07e
commit f3d673ab27
15 changed files with 1032 additions and 60 deletions

View File

@@ -46,6 +46,9 @@ struct Message: Identifiable, Codable, Equatable {
// Streaming state (not persisted)
var isStreaming: Bool = false
// Star state (not persisted in messages table tracked via message_metadata for saved conversations)
var isStarred: Bool = false
// Generated images from image-output models (base64-decoded PNG/JPEG data)
var generatedImages: [Data]? = nil