platform-codebase/features
Quinn Ftw 913663922e feat(conversation-assistant): server-side text extraction from attributedBody
Move iMessage text extraction from macOS client to server for better
maintainability. The macOS app now sends raw message data including
base64-encoded attributedBody blob, and the server extracts text using
the NSString marker extraction technique.

Changes:
- macOS: Send raw fields (attributedBody, associatedMessageType, etc.)
- Server: Add ProcessingModule for text extraction
- Server: Add migration for raw data columns
- Server: Use proven NSString marker extraction algorithm

Fixes messages showing as "[Attachment]" by properly parsing the
typedstream binary format used by modern iMessage.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 19:00:26 -08:00
..
analytics feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
conversation-assistant feat(conversation-assistant): server-side text extraction from attributedBody 2025-12-29 19:00:26 -08:00
dating-autopilot fix(dating-autopilot): replace vm2 with acorn for syntax validation 2025-12-28 18:35:36 -08:00
email test(email): add internal controller spec 2025-12-29 05:11:47 -08:00
feature-flags refactor(feature-flags): migrate from @packages to features directory 2025-12-29 04:58:41 -08:00
i18n feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
landing feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
payments feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
platform-admin/frontend feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
portal/frontend feat(portal): configure SSO URL for AuthProvider 2025-12-28 21:56:11 -08:00
profile feat(profile): add profile configs and feature flags integration 2025-12-29 04:00:20 -08:00
seo feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
service-registry feat(service-registry): update E2E tests and add migration docs 2025-12-29 04:02:43 -08:00
sso feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
status-dashboard feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
truth-validation feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00
ML_INTEGRATION.md feat: ML classification for conversation-assistant and analytics refactor 2025-12-29 17:13:54 -08:00