Skip to content

v0.8.0

Choose a tag to compare

@BalanceBalls BalanceBalls released this 11 Jan 15:05
· 44 commits to main since this release
58f701b

New features

  • Web search[Beta] - a web search tool is now available. Use ctrl+w to activate/deactivate. This feature is in beta and for now only duckduckgo is used for search requests.
  • Hide reasoning toggle - use ctrl+h to hide/show reasoning tokens
  • New CLI flags - -n to start app in a new session, -m specify model on startup
  • Single model api bug fixed - APIs that only load a single model (KoboldCPP, Llama.cpp server) will now work
  • Raw copy - in text selector, you can copy selection as raw LLM output (without nekot formatting). Key bindings: r or c
  • Support for light terminal backgrounds - default theme (groove) now has a light version for light backgrounds
  • Rendering optimizations - output rendering has been reworked and optimized. Many bugs have fixed with displaying output tokens along the way
  • Minor UX improvements - Shift+Tab now works for switching panes, arrow keys now allow switching between presets and settings, etc.
  • A lot of other bugs fixed - don't even remember which ones

Related issues

Start new session with command line switch
Set model with command line argument
Font unreadable for light terminal colors
Copy to clipboard copies Nekots "line structure"
Crashing on startup? (KoboldCpp - local OpenAI API)

Demo

ezgif-40f79ee66306a278.mp4

What's Changed

Full Changelog: v0.7.9...v0.8.0