settings: Add personal setting to show or hide AI features.

Fixes #33231.
This commit is contained in:
Sahil Batra
2025-02-11 18:49:41 +05:30
committed by Tim Abbott
parent 4ca28bb850
commit 7eeb8a2c26
16 changed files with 102 additions and 23 deletions

View File

@@ -28,6 +28,9 @@ format used by the Zulip server that they are interacting with.
`PATCH /realm`: Added `can_summarize_topics_group` realm setting which is
a [group-setting value](/api/group-setting-values) describing the set of
users with permission to use AI summarization.
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults),
[`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings):
Added new `hide_ai_features` option for hiding all AI features in the UI.
**Feature level 349**