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
Chatbot now answers any question about scan results using your configured LLM (OpenAI, Azure, Ollama, or any OpenAI-compatible endpoint)
Added batch explain — select "All findings" and say explain to get root causes, top priority action, and team insights across all findings
Fixed command parsing for natural phrasing like "put value 20 in estimate"
Write field values directly to GitHub from chat — say set estimate 5, review the preview, then apply it. No AUTO_APPLY=true required for interactive chat.
LLM providers
Added Ollama support for 100% local, no-API-key usage
Added openai-compatible provider for any local or remote OpenAI-compatible endpoint
All LLM settings configurable in sidebar and persisted to .env
Sidebar & settings
Save all settings to .env button — every sidebar value persists across restarts
Removed "Save LLM settings" (merged into the single save button)
Password fields no longer trigger browser save-password prompts
Scan Scope checkboxes now correctly initialise from .env
Table filters
Added Updated from / Updated to date pickers to filter findings by last-updated date