Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In latest version responses are no longer copied to clipboard on Mac OS #794

Closed
DeonNel1 opened this issue Aug 18, 2024 · 1 comment
Closed

Comments

@DeonNel1
Copy link

set in my config.yaml however after updating to
Describe the bug

I have auto_copy: true # Automatically copy the last output to the clipboard
in my config.yaml however since updating to the latest version responses are no longer copied to the clipboard.

To Reproduce

Update to the latest aichat on mac OS and set the above flag. After that start a conversation with any model and try paste the response in any editor.

Expected behavior

The latest response should be copied to the clipboard.

Screenshots/Logs

Configuration

model: claude:claude-3-5-sonnet-20240620
temperature: 1.0 # GPT temperature, between 0 and 2
save: true # Whether to save the message
highlight: true # Set false to turn highlight
light_theme: false # Whether to use a light theme
wrap: auto # Specify the text-wrapping mode (no, auto, )
wrap_code: false # Whether wrap code block
auto_copy: true # Automatically copy the last output to the clipboard
keybindings: emacs # REPL keybindings. (emacs, vi)
prelude: '' # Set a default role or session (role:, session:)

Environment (please complete the following information):

  • os version: [e.g. Ubuntu 20.04]
    Mac OS latest

  • aichat version: [e.g. 0.9.0]

  • aichat 0.20.0

  • terminal version: [e.g. GNOME Terminal 3.44.0]
    default mac OS terminal

Additional context

@sigoden
Copy link
Owner

sigoden commented Aug 18, 2024

see #607

@sigoden sigoden closed this as completed Aug 18, 2024
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

No branches or pull requests

2 participants