Meeting Notes 1.1.0
Meeting Notes 1.1
Post-meeting automation: when a meeting finishes, Meeting Notes can now hand the
result to whatever you use next.
Hooks
- Web request hook — POST the finished meeting notes or the word-for-word
transcript to any endpoint. Choose the URL, pick which document to send, and
add your own headers (oneName: valueper line) to authenticate. - Every request carries the meeting title, id, start and end times, duration,
participants, and archive folder asX-Meeting-Notes-…headers, so a receiver
can file the document without parsing it first. - The existing command hook is unchanged, and the two now run independently: one
failing integration no longer stops the other.
Codex
- Run a task after the notes are ready — send an instruction to the meeting's
Codex task once its summary exists, and let the task actually carry it out
(extract action items, file the notes elsewhere, and so on). Off by default. - Create tasks automatically — optionally start a Codex task in the
background whenever a recording begins. Off by default. - Templates substitute names and paths only, so a task reads
meeting.mdfrom
disk instead of working from a pasted copy that can go stale.
Fixes
- The settings window is resizable and now remembers its size and position.
- Fixed text in the settings editors overflowing onto the controls below.
- Settings toggles are aligned consistently.