Open
Conversation
Add MeetingRecapFormatter service that formats session data (summary, chunks, transcript excerpt) into a meeting recap email. MeetingRecapSheet provides a preview with copy-to-clipboard and open-in-mail actions. Toolbar button in SessionDetailView shows when summaries exist. Closes #102
✅ Claude Code Review: APPROVE
|
Contributor
|
⏸️ Auto-merge paused: 4 unchecked checkbox(es) in PR body. Merge will proceed automatically once all tasks are checked and a new push triggers the workflow. |
Owner
Author
Notes — Meeting Recap Email (#102)371 行、4 文件。 1. MeetingRecapFormatter
2. mailto: URL 方案
3. 收件人自动填充PR 是否从 4. 与 Auto-export 集成PR #86 的 auto-export pipeline 可以添加 "email recap" action type。录音结束 → 摘要生成 → 自动弹出 recap 邮件编辑器。 5. 格式改进建议
|
Owner
Author
Email 生成安全注意Meeting recap email 涉及敏感内容。建议:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MeetingRecapFormatterservice that formats session data (overall summary, chunk summaries, transcript excerpt) into a structured meeting recap email bodyMeetingRecapSheetview with subject preview, optional recipients field, copy-to-clipboard, and open-in-mail (mailto:) actionsSessionDetailView(visible when session has summaries)Test plan
xcodebuild -scheme notetaker -configuration Debug CODE_SIGNING_ALLOWED=NO build)MeetingRecapFormatterTestspassCloses #102