Compare commits

..

1 Commits

Author SHA1 Message Date
dgtlmoon aaa0edec75 UI - LLM - Flag LLM_FEATURES_DISABLED to disable all LLM from the UI/system 2026-05-21 10:48:36 +02:00
@@ -204,8 +204,6 @@ class NotificationContextData(dict):
'diff_changed_from': FormattableExtract('', '', extract_fn=lambda x: x),
'diff_changed_to': FormattableExtract('', '', extract_fn=lambda x: x),
'diff_url': None,
# Always the raw +/- diff regardless of LLM summary override (populated in handler.py from {{diff}})
'raw_diff': FormattableDiff('', ''),
'markup_text_links_to_html_links': False, # If automatic conversion of plaintext to HTML should happen
'notification_timestamp': time.time(),
'prev_snapshot': None,