feat: Add auto-copy response to clipboard toggle#23
feat: Add auto-copy response to clipboard toggle#23danpeg wants to merge 1 commit intofarzaa:mainfrom
Conversation
21cb736 to
f94283a
Compare
Add a "Copy responses" toggle in the menu bar panel that automatically copies Clicky's response text to the macOS clipboard after each response. Uses the clean spoken text with [POINT] tags stripped. Defaults to OFF. Persists preference via UserDefaults. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
f94283a to
aa2018b
Compare
|
Hi, When auto-copy is enabled, the code clears and overwrites the general pasteboard even if Severity: action required | Category: correctness How to fix: Guard empty clipboard writes Agent prompt to fix - you can give this to your LLM of choice:
We noticed a couple of other issues in this PR as well - happy to share if helpful. Found by Qodo code review |
Summary
[POINT:...]tags)Changes
CompanionManager.swift— newisAutoCopyResponseEnabledproperty, setter, and clipboard copy logicCompanionPanelView.swift— new toggle row in the panel, following the existing "Show Clicky" toggle patternTest plan
🤖 Generated with Claude Code