Hello, thanks for Gerrit.We noticed that Gerrit 3.13.1 has AI buttons now, we would like to disable all these features at the server level forever. I looked at the code and saw no feature flag to disable these things. Is there plan or appetite to receive a contribution to add this?
Kind regards.--Ryan--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/58eb8bd4-72e6-4d8a-997c-8a9bed9183b4n%40googlegroups.com.
On Wed, Dec 31, 2025 at 9:41 AM Ryan Lahfa <maste...@gmail.com> wrote:Hello, thanks for Gerrit.We noticed that Gerrit 3.13.1 has AI buttons now, we would like to disable all these features at the server level forever. I looked at the code and saw no feature flag to disable these things. Is there plan or appetite to receive a contribution to add this?I'd be ok with a global server config that turns off features related to AI use, but it would probably be more of a "best effort" thing than promising perfection. For example, I don't think we'd do anything to restrict a plugin registering Checks API results with the "isAiPowered" flag set to true and instead we would suggest you not install any plugin doing that. I don't know of any plan to implement that config flag.
Just in case there's any confusion, as of right now, there's nothing in Gerrit itself that directly uses any AI services. There are plugins available that provide varying levels of integration with AI services and (this is probably what you're referring to in 3.13.1) there's the core feature to provide copyable prompt text that a user can paste into their own AI chat/agent service.