0.55.6
zjunlp/OmniThink0.55.6May 25, 2026by dgtlmoon
AI Summary
Addresses a critical SSRF security vulnerability and introduces a global flag to disable LLM features, alongside fixes for notifications and UI previews.
Key Highlights
- Security - SSRF in ChangeDetection.io via urlparse/urllib3 Parser Differential.
- UI - LLM - Flag `LLM_FEATURES_DISABLED` to disable all LLM from the UI/system.
- Notifications - `raw_diff` token was missing.
New Features
- Global LLM feature disable flag
- SSRF security fix
- Notification token addition
- UI preview fix for extract_text/ignore_text
Full Release Notes
## Security updates Security - SSRF in ChangeDetection.io via urlparse/urllib3 Parser Differential ## What's Changed * UI - Preview problem fix for extract_text/ignore_text #4138 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/4169 * UI - LLM - Flag `LLM_FEATURES_DISABLED` to disable all LLM from the UI/system by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/4171 * Notifications - `raw_diff` token was missing by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/4177 * LLM UI - Blueprint/code also disabled when env flag `LLM_FEATURES_DISABLED` is enabled by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/4180 * Llm settings pydantic refactor by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/4181 * lint: Bump dennis — adopt `--strict` mode and drop false-positive workarounds by @skkzsh in https://github.com/dgtlmoon/changedetection.io/pull/4182 **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.55.5...0.55.6