← Back
// Release Notes

Changelog

Every build. Every fix. Every upgrade. What changed, when, and why it matters.

v1.0.1.7 // Latest May 30, 2026
  • Mitigated LLM reasoning bleeding into response
  • LLM reasoning is logged separately and not included in the context to prevent it from affecting future responses
  • Fixed response regeneration trigger by similar code blocks in the context
v1.0.1.6 May 19, 2026
  • Fixed emoji preloading crash
  • Fixed no historical context crash
  • Improved instructions for better stability and performance
  • Minor settings adjustments
  • Updated embedded ollama binary from 0.23.2 to 0.24.0
v1.0.1.5 May 10, 2026
  • Implemented queue system for LLM requests to prevent overload and improve stability
  • Optimized provider message handling
  • Improved context management and VRAM/RAM allocation for better performance
  • Updated embedded ollama binary from 0.23.0 to 0.23.2
v1.0.1.4 May 03, 2026
  • Fixed main desktop GUI random startup crash
  • Improved TTS text cleaning and formatting
  • Converted the instructions to pure markdown format for better LLM compatibility
  • Updated chat gui to rich text format from markdown
  • Implemented better looking text fonts
  • Updated embedded ollama binary from 0.21.3 to 0.23.0
v1.0.1.3 Apr 26, 2026
  • Updated base model to custom merged model that is better balanced for performance and capabilities
  • Updated embedded ollama binary from 0.21.1 to 0.21.3
v1.0.1.2 Apr 23, 2026
  • Hotfixed the looping prevention
  • Updated model management for 4B model
  • Updated embedded ollama binary from 0.21.0 to 0.21.1
v1.0.1.1 Apr 21, 2026
  • Optimized instructions for new model
  • Fixed bubbles crash
v1.0.1.0 Apr 19, 2026
  • Updated TTS to kokoro-tts-onnx
  • Improved dependecies structure and management
  • Implemented semantic memory management
  • Improved ollama engine update process
  • Updated license attributions
  • Updated readme with new features
  • Updated embedded ollama binary from 0.20.3 to 0.21.0
v1.0.0.3 Apr 07, 2026
  • Fixed tk dispatcher detach and root destroy issues
  • Updated addon_manager to semantic_processor
  • Added debug logging for DNS lookups
  • Updated license with additional attributions
  • Optimized distribution by excluding redundant files
  • Updated embedded ollama binary from 0.20.2 to 0.20.3
v1.0.0.2 Apr 03, 2026
  • Improved version control and update process
  • Improved hardware detection and fallback logic
  • Improved GPU VRAM range selection for fallback models
  • Added registry flag for system folder installs
  • Fixed tooltip display truncation
  • Added safeguard for multiple send messages in quick succession
  • Added window fullscreen toggle and quit shortcuts
  • Enabled installation on Windows 10
  • Fixed responses without available websearch
  • Updated embedded ollama binary from 0.19.0 to 0.20.2
v1.0.0.1 Apr 01, 2026
  • Embedded SentenceTransformer model into the package
  • Fixed fallback model selection
v1.0.0.0 Apr 01, 2026
  • Initial release