Archive completed meeting assistant changes
PR and Push Build/Test / build-and-test (push) Successful in 9m19s

This commit is contained in:
2026-06-26 13:15:47 +02:00
parent 7d16b0cad7
commit aecef30627
72 changed files with 2914 additions and 406 deletions
@@ -0,0 +1,12 @@
## Why
Users sometimes add screenshots or image references directly to the meeting note while a meeting is in progress. The summary agent should see OCR for those manually added images even when they were not captured through the Meeting Assistant screenshot hotkey.
## What Changes
- Scan the meeting note after transcription and before summarization for Obsidian and Markdown image embeds.
- Add matching image references and OCR output to the assistant context without modifying the meeting note or copying image files.
- Wait for this OCR pass before moving the assistant context into summarization.
## Impact
- Adds a pre-summary screenshot OCR pass over user-authored meeting note image embeds.
- Reuses the existing screenshot OCR client and pending OCR wait path.
- Does not perform crop extraction or attendee updates for meeting-note images.