On Mon, Apr 13, 2026 at 9:57 AM Alex <
kalli...@gmail.com> wrote:
>
> We upgraded to v3.13 to find the AI Review Prompt button. Is there any way to disable this?
> We were looking through the documentation and couldn't figure it out.
We just upgraded to 3.12 and have started the very early process of
3.13 upgrade preparation so I was curious about this myself. Digging
through the change history it looks like this was added in
https://gerrit-review.googlesource.com/c/gerrit/+/479041 back in June
as an experiment requiring the GET_AI_PROMPT flag to be set. There
wasn't any documentation. Then in September this update enabled it by
default, and I don't see any way to disable it:
https://gerrit-review.googlesource.com/c/gerrit/+/510984/5/polygerrit-ui/app/elements/change/gr-change-summary/gr-change-summary.ts
Additionally, it looks like the prompt templates are hardcoded:
https://gerrit-review.googlesource.com/c/gerrit/+/479041/5/polygerrit-ui/app/elements/change/gr-ai-prompt-dialog/prompts.ts
and not configurable like the email templates. I think it would
probably be a good idea to make this opt in (rather than opt out) at a
project/repo level. Different projects may have different approaches
to the use of AI tooling. And making that configurable to meet the
needs of individual projects would also be important (which probably
includes the ability to set different templates in each project).
Finally, should experiments include documentation when they are added
so that when they are enabled by default we don't have to worry about
missing that additional step? Also, I don't know if there is a formal
process for experiments, but I think that only people deploying from
Gerrit master would've been exposed to this experiment due to the
short period of time it was running.