multica/packages
Jiayuan Zhang 278334474f feat(session): externalize base64 images from session JSONL
Session JSONL files were bloated because base64 image data was stored
inline (a real session had 6.7MB of images in a 9.8MB file). Images
are now extracted to per-session media/ directories as binary files,
with compact $ref references stored in the JSONL. Images are restored
transparently on read. Old sessions with inline base64 remain
backward compatible and auto-migrate on next compaction.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 15:12:30 +08:00
..
core feat(session): externalize base64 images from session JSONL 2026-02-13 15:12:30 +08:00
hooks feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
sdk feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
store feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
types docs: add monorepo development workflow documentation 2026-02-13 09:21:47 +08:00
ui fix(ui): remove math plugins and disable single-tilde strikethrough 2026-02-13 08:33:56 +08:00
utils docs: add monorepo development workflow documentation 2026-02-13 09:21:47 +08:00