AI Catalog: Move Flows tab behind new FF

What does this MR do and why?

AI Catalog: Move Flows tab behind new FF

Behind :global_ai_catalog feature flag Introduce :ai_catalog_flows feature flag

References

Feature flag roll out issue: #569060

Screenshots or screen recordings

FF off FF on
Screenshot_2025-09-09_at_12.41.43_pm Screenshot_2025-09-09_at_12.42.40_pm

How to set up and validate locally

  1. Enable the Feature Flag:

    Feature.enable(:global_ai_catalog)
  2. Visit http://gdk.test:3000/explore/ai-catalog

  3. Verify that Flows tab does not display

  4. Enable the Feature Flag:

    Feature.enable(:ai_catalog_flows)
  5. Verify that both Agents and Flows tabs display

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 #568920 (closed)

Merge request reports

Loading