v1.12.0
This release adds full configurability for agent file paths across the entire stack, and improves reliability for WebSocket connections and API response handling.
✨ Features
- Agent installation and data paths are now fully configurable via config files, database settings, or the frontend UI—no more hardcoded paths.
🐛 Bug Fixes
- Fixed WebSocket secure connections (wss://) by enabling rustls TLS support in the client.
- Hardened API query handling to gracefully manage non-array responses instead of crashing.
🔧 Improvements
- Eliminated all hardcoded agent paths throughout the backend, database layer, and frontend for greater deployment flexibility.