Skip to content

Add AI Agents navbar item behind feature flag

Marshall Cottrell requested to merge marshall_ai-agent-nav into master

What does this MR do and why?

Adds Deploy > AI Agents to the navbar behind a new :agent_registry_nav feature flag. See #441080 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:agent_registry)
    Feature.enable(:agent_registry_nav)
  2. Visit any project page.
  3. Look for Deploy > AI Agents in the sidebar.
Edited by Marshall Cottrell

Merge request reports