AI Catalog: Hide agent tools selection behind ai_catalog_agent_tools FF
What does this MR do and why?
AI Catalog: Hide agent tools selection behind ai_catalog_agent_tools FF
Introduce ai_catalog_agent_tools feature flag Behind :global_ai_catalog feature flag
References
FF roll out issue: #569043 (closed)
Screenshots or screen recordings
FF off | FF on |
---|---|
![]() |
![]() |
How to set up and validate locally
-
Enable the Feature Flag:
Feature.enable(:global_ai_catalog)
-
Go to Agents > New Agent or Edit an existing agent
-
Verify that the tools selector does not display
-
Enable the Feature Flag:
Feature.enable(:ai_catalog_agent_tools)
-
Verify that the tools selector in now available on the agent form
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #568915 (closed)