You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vLLM Dual-Mode Support: Added direct mode to vLLM inference service allowing in-process model loading with GPU, similar to llama_cpp and bitnet providers
Audio Config Split: Split sound.yaml into separate tts.yaml and stt.yaml with independent provider configs, updated adapters to use stt_provider/tts_provider
Ollama Improvements: Added configurable adapter_preload_timeout (default 120s), improved warm-up with keep_alive and skip-if-loaded optimization, added ollama_remote for self-hosted servers
Language Detection: Skip Redis calls when stickiness is disabled, fixed confidence calculation and metadata exposure bugs
Jinja2 Templates: Converted intent templates to Jinja2 format with corresponding unit tests (Issue #69)
Qdrant Cloud: Added URL-based connection support with auto-index creation for payload fields
File Processing: Added MarkItDown as alternative processor, added full data mode for CSV/JSON with configurable thresholds for exact lookups
Adapter Config Fix: Fixed adapter config not updating after reload in chat service (Issue #92)
Maintenance Mode: Added runtime flag and UI for out-of-service messaging
Chat-app & UI Improvements
Mobile UI Enhancements: Added iOS/Android PWA meta tags, improved touch interactions, redesigned MessageInput with stacked layout, added larger touch targets (44px)
Dark Mode Fixes: Fixed desktop chat dark background inconsistencies, aligned chat layout with sidebar
Adapter Notes: Sync markdown styling with theme, fix notes not loading on startup in middleware proxy mode
Middleware Proxy: Auto-select first adapter on startup, replace adapters.yaml with environment variable configuration
Thread Improvements: Fixed markdown rendering in conversation threads
Bug Fixes & Technical Improvements
Middleware Proxy Security: Removed API keys and URLs from /api/adapters response, fixed undefined variable errors