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 fail after a useful screenshot has already been saved to the assistant context. The user should be able to retry OCR for that exact screenshot from the note, matching the existing summary retry workflow.
## What Changes
- Add a retry link when screenshot OCR fails or times out.
- Add a local retry endpoint for screenshot OCR.
- Rerun OCR for the exact saved screenshot and replace the same assistant-context OCR block.
## Impact
- Updates screenshot OCR failure handling.
- Adds local API surface for screenshot OCR retry.
- Adds behavior tests for retry link generation and retry execution.