Releases: BalanceBalls/nekot
Releases · BalanceBalls/nekot
v0.7.9
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
v0.7.8
What's Changed
- Minor improvements and refactoring by @BalanceBalls in #50
- More refactoring by @BalanceBalls in #51
New things
- Llama-cpp + llama-swap combo is now supported (overall response handling logic has been improved and a wider variety of providers should work)
- Improved reasoning tokens handling in UI
Full Changelog: v0.7.6...v0.7.8
v0.7.7
What's Changed
- Minor improvements and refactoring by @BalanceBalls in #50
- More refactoring and minor UI improvements by @BalanceBalls in #51
Full Changelog: v0.7.6...v0.7.7
v0.7.7-rc
Changelog
- ded59c8 Merge pull request #51 from BalanceBalls/bug-fixes
- 2c068bf fixes
- 80deb89 cleanup
- d1d7e88 refactoring
- 6011a2b refactoring and bug fixes
- 97958db Merge pull request #50 from BalanceBalls/orchestrator-refactoring
- 9485067 refactor logging
- 7606b6d fixes
- 20ccfdf fixes
- 134bd45 refactor model name prefix
- 3059f6e fixes
- cbf22eb fixes
- 6a8ebc8 fixes
- 777b786 UI improvements and bug fixes
- 4129da4 update models filter
- f6f494b fix panic
- f281e34 fixes
- 404021b fixes
- f64d131 fixes
- cff90a7 refactoring
- 1cd0591 add llama cpp format support
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.2-rc
What's Changed
- Input fields fixes
- Text selection now trims spaces on the right
Full Changelog: v0.7.1...v0.7.2-rc