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
Screenshot OCR can identify visible meeting participants before the summary agent runs. When the model provides attendee names directly, Meeting Assistant should use that evidence immediately instead of waiting for later summary refinement.
## What Changes
- Extend screenshot OCR metadata so the model can return a partial attendee list.
- Merge OCR-provided attendees into the meeting note without duplicates.
- Canonicalize attendee additions through speaker identity aliases before saving.
## Impact
- Updates screenshot OCR prompt/default metadata shape.
- Updates OCR result parsing and screenshot OCR completion handling.
- Adds behavior tests for parsing attendees and updating meeting notes.