kaizen-app/app
Bruno Deanoz 203316b1c3 fix: enable encodeDefaults so message persistence actually works
kotlinx.serialization defaults to not encoding properties with default
values. SaveMessage.kind = "chat" was never sent, causing the backend's
sanitizeSaveableMessage() to reject every save with 400. This also
broke title generation since it was gated behind a successful save.
2026-06-21 13:43:24 +02:00
..
src fix: enable encodeDefaults so message persistence actually works 2026-06-21 13:43:24 +02:00
.gitignore Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00
build.gradle.kts feat: offline-first cache layer with Room 2026-06-21 12:50:46 +02:00
proguard-rules.pro Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00