Files
meeting-assistant/openspec/changes/archive/2026-06-26-add-screenshot-ocr-retry/proposal.md
T
codex aecef30627
PR and Push Build/Test / build-and-test (push) Successful in 9m19s
Archive completed meeting assistant changes
2026-06-26 13:15:47 +02:00

13 lines
622 B
Markdown

## 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.