kaizen-app/app
Bruno Deanoz d8dcb25e3d feat: attachment support — display, upload, and send files in chat
- Parse and render message attachments from loaded conversations (images
  inline via OkHttp + in-memory cache, other kinds as icon chips)
- Wire up the + button with Android file picker (ActivityResultContracts)
- Upload files to /api/v1/upload with progress tracking and preview chips
- Send attachments with chat requests and persist them in saved messages
- Markdown: horizontal rules, blockquotes, links, code block copy button
2026-06-20 00:36:07 +02:00
..
src feat: attachment support — display, upload, and send files in chat 2026-06-20 00:36:07 +02:00
.gitignore Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00
build.gradle.kts fix: streaming performance, error handling, and API diagnostics 2026-06-19 15:34:59 +02:00
proguard-rules.pro Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00