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
477 stars 23 forks source link

option to disable auto scrolling on output #26

Closed joseluis closed 8 months ago

joseluis commented 8 months ago

It'd be nice to have the option to disable scrolling on output, similar to how it can be configured in most terminals, so that's possible to scroll back and forth while it's working on the answer.

dustinblackman commented 8 months ago

Sure that's a good idea! You'd imagine it as a flag such as --auto-scroll false and/or environment variable?

joseluis commented 8 months ago

I miss to be able to change the app options using commands from inside the running app, and/or via a user config file, but if those options are not currently possible I guess a flag would be the next bext thing. I don't like to set env variables to configure programs options but maybe that's just me.

dustinblackman commented 8 months ago

Fixed in v0.11.0 with https://github.com/dustinblackman/oatmeal/commit/8b753526033dfd540e82098dd84847816054f314. Thanks!