New Features
- Images support - you can now include images in a request. To attach an image use file picker (
ctrl+a) or use a tag[img=/path/to/image]directly in the input field. - OperRouter provider support - set an API key
OPENROUTER_API_KEYand setopenrouterprovider in the config or simply runnekot -p openrouter - Exclude reasoning tokens option - you can now configure to exclude reasoning tokens from requests to an LLM by setting the
includeReasoningTokensInContextto false. Might be useful for some models, or if you want to reduce costs at quality's expense
What's Changed
- Images support by @BalanceBalls in #52
Full Changelog: v0.7.8...v0.7.9