diff --git a/src/changelog/2026/05/ai-opt-out.md b/src/changelog/2026/05/ai-opt-out.md new file mode 100644 index 0000000000..8254e1b5a1 --- /dev/null +++ b/src/changelog/2026/05/ai-opt-out.md @@ -0,0 +1,22 @@ +--- +title: AI Feature Opt-Out for Teams +description: Team owners and platform admins can now disable all AI features at the team level, giving full control over AI functionality across the platform. +date: 2026-05-28 12:00:00 +authors: ['serban-costin'] +tags: +- changelog +issues: +- https://github.com/FlowFuse/flowfuse/issues/7316 +--- + +You can now turn off AI features for your team from the team settings page. When disabled, the Expert Assistant, inline code completions, snapshot description generation, and the nr-assistant plugin are all removed for your team. Running instances will need a restart for the change to fully take effect. + +![AI Features toggle in team settings](./images/ai-opt-out-toggle.png){data-zoomable} +*Opt out of AI features from the Danger section in team settings.* + +The toggle is on by default for all teams. Flipping it off shows a confirmation dialog so you don't accidentally disable it. If you change your mind later, just flip it back on. + +Self Hosted Enterprise customers also get a platform-level and team-type-level AI feature flag, so admins can control AI availability across the entire installation or per plan before it ever reaches team owners. + +This feature is available to all FlowFuse Cloud users and Enterprise Self Hosted users from v2.31. + diff --git a/src/changelog/2026/05/images/ai-opt-out-toggle.png b/src/changelog/2026/05/images/ai-opt-out-toggle.png new file mode 100644 index 0000000000..6face23e42 Binary files /dev/null and b/src/changelog/2026/05/images/ai-opt-out-toggle.png differ