dustinblackman / oatmeal

Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!
https://dustinblackman.com/posts/oatmeal/
MIT License
513 stars 25 forks source link

The way to paste code into the running oatmeal instance #14

Closed tadq closed 10 months ago

tadq commented 10 months ago

Is there a way to paste code into?

There are few ways to get generated chat and code out but paste does not work or only pastes single line (Shift-Insert).

/p for paste would be nice but not enough because sometimes additional instructions have to be provided not just code. Basic template support maybe?

dustinblackman commented 10 months ago

Pasting fixed in v0.7.1. Thanks!