Skip to content

feat(menu-bar): add copy last transcript action#450

Open
matthewrball wants to merge 2 commits into
altic-dev:mainfrom
matthewrball:copy-last-transcript-action
Open

feat(menu-bar): add copy last transcript action#450
matthewrball wants to merge 2 commits into
altic-dev:mainfrom
matthewrball:copy-last-transcript-action

Conversation

@matthewrball

@matthewrball matthewrball commented Jun 28, 2026

Copy link
Copy Markdown

Summary

Adds a Copy Last Transcript item directly under the menu bar status row (Ready to Record...) so users can copy the most recent saved dictation without opening the main window or overlay actions menu.

What changed

  • Adds the menu item to MenuBarManager immediately below the status item.
  • Reuses the existing transcription history and clipboard service.
  • Centralizes the latest-copy text selection so both the overlay action and menu bar action prefer processed text, then fall back to raw text.
  • Adds focused tests for the clipboard text selection behavior.

Validation

  • git diff --check
  • plutil -lint Fluid.xcodeproj/project.pbxproj Info.plist Fluid.entitlements
  • xcodebuild test -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS,arch=arm64' -only-testing:FluidDictationIntegrationTests/DictationE2ETests/testTranscriptionHistoryEntryClipboardTextPrefersProcessedText -only-testing:FluidDictationIntegrationTests/DictationE2ETests/testTranscriptionHistoryEntryClipboardTextFallsBackToRawText -only-testing:FluidDictationIntegrationTests/DictationE2ETests/testTranscriptionHistoryEntryClipboardTextSkipsEmptyText CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
  • xcodebuild build -project Fluid.xcodeproj -scheme Fluid -configuration Debug -destination 'platform=macOS,arch=arm64' CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

@matthewrball matthewrball changed the title Add copy last transcript menu item feat(menu-bar): add copy last transcript action Jun 28, 2026
@matthewrball matthewrball marked this pull request as ready for review June 28, 2026 03:46
@altic-dev

Copy link
Copy Markdown
Owner

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Hooray!

Reviewed commit: 58211064a6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants