Archive meeting workflow and screenshot changes

This commit is contained in:
2026-05-27 12:55:19 +02:00
parent 2422236ef7
commit 12832dde84
48 changed files with 3041 additions and 43 deletions
@@ -0,0 +1,12 @@
# Change: Add meeting screenshots
## Why
Meetings often contain visual information that is not captured by audio transcription, such as slides, diagrams, shared screens, and active presenter context. Meeting Assistant should let the user capture the active window during a meeting and store that visual context alongside the assistant context note.
## What Changes
- Add a configurable screenshot hotkey.
- Capture the currently active window and save the image under the assistant context attachments folder.
- Append a timestamped markdown image link to the assistant context note so the screenshot can be correlated with the transcript timeline.
- Optionally send screenshots to a configured OCR/vision model and append the extracted result next to the screenshot entry.
- Delay summary generation until pending screenshot OCR jobs finish or time out.