Robin Fröhlich
096468a29f
fix: persist and display multimodal messages (image/audio attachments) ( #1159 )
...
Multimodal content (list of {type, text/image_url} blocks) couldn't be
stored in the DB Text column, causing silent persist failures. On reload
the frontend fell back to String() on the array, rendering
[object Object],[object Object] in the chat.
- Serialize list content as JSON in _persist_message()
- Deserialize back to list in _db_to_session() via _parse_msg_content()
- Extract text parts from multimodal arrays in sessions.js instead of
String() coercion
2026-06-02 22:37:48 +09:00
..
2026-05-31 23:58:26 +09:00
2026-06-01 14:23:22 -04:00
2026-06-02 11:12:54 +09:00
2026-06-02 20:32:56 +09:00
2026-06-01 14:26:10 +09:00
2026-06-01 22:04:00 +02:00
2026-06-02 20:36:54 +09:00
2026-06-02 12:42:15 +09:00
2026-06-01 14:23:22 -04:00
2026-05-31 23:58:26 +09:00
2026-06-02 22:32:50 +09:00
2026-06-02 11:47:58 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 12:15:47 +09:00
2026-06-02 13:07:20 +09:00
2026-06-02 13:07:20 +09:00
2026-06-02 12:15:47 +09:00
2026-06-02 12:59:29 +09:00
2026-06-02 12:46:16 +09:00
2026-06-02 11:48:54 +09:00
2026-06-02 20:43:34 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 11:42:20 +09:00
2026-06-02 20:28:01 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 14:23:22 -04:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 15:18:32 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 11:12:54 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 11:49:44 +09:00
2026-06-01 22:32:17 +09:00
2026-06-01 14:23:22 -04:00
2026-05-31 23:58:26 +09:00
2026-06-02 13:14:22 +09:00
2026-06-02 06:26:32 +09:00
2026-06-01 14:26:10 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 07:00:40 +09:00
2026-06-02 11:29:29 +09:00
2026-06-02 11:12:54 +09:00
2026-06-02 12:42:15 +09:00
2026-06-01 14:26:10 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 16:53:46 +02:00
2026-06-02 22:37:48 +09:00
2026-06-02 20:57:57 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 09:36:03 +09:00
2026-06-02 09:36:03 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 12:15:47 +09:00
2026-06-01 22:04:00 +02:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 12:41:25 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 19:49:23 +02:00
2026-06-01 19:49:23 +02:00