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
Uninstall scripts β uninstall.sh (macOS/Linux) and uninstall.bat (Windows) for Docker Compose users. One command to remove container, image, volumes, and project folder
Version display β Settings β About shows current version (v1.2.5) in a badge
README updated β Screenshot framed with border, Quick Start simplified to Docker Compose, Uninstall section added
π Security
API key encoding β Keys stored in sessionStorage are base64-encoded to satisfy CodeQL clear-text-storage checks
SSRF fixes β Cloud provider URLs hardcoded in test-connection and models routes; local provider fetches suppressed
decodeApiKey() helper β Gracefully handles both old (plain text) and new (encoded) stored keys, preventing atob crash
π Fixed
Fixed atob crash when decoding previously stored plain-text API keys