Meta: Table of all uses of AI Catalog items that will need to observe pinned version

Table of all uses of AI Catalog items that will need to observe pinned version

Some parts of our app will need to be updated to observe the pinned version of an item consumer correctly. Some parts already do.

These tables track our progress.

Please keep these tables updated as things change.

Core aspects for security

Use Correctly observes pinned version? Notes Being fixed in MR
frontend Duo Chat with custom agents Will be addressed in #580936
frontend Duo Chat with foundational agents n/a - it doesn't need to Foundational agents are managed by GitLab and only ever have 1 version n/a
backend frontend Creating flow triggers It does already, see #578589 (comment 2885357084) n/a
backend Executing flow triggers It does already, see #578589 (comment 2885357084) n/a
backend Testing agents n/a - it doesn't need to It operates from a given version to test n/a
backend Testing flows n/a - it doesn't need to It operates from a given version to test n/a

Bugfixes for user experience

Use Correctly observes pinned version? Notes Being fixed in MR
frontend VIEWING the details of an enabled item at project-level Will be addressed in #580382 MR: !212450 (closed)
frontend VIEWING the details of an enabled item at project-level ("Managed" tab where project is null) This is project level, so it will have been enabled and pinned, but query returns null for configurationForProject
frontend EDITING the details of an enabled item at project-level Will be addressed in #580382 MR: !212450 (closed)
frontend EDITING the details of an enabled item at project-level ("Managed" tab where project is null This is project level, so it will have been enabled and pinned, but query returns null for configurationForProject
frontend DUPLICATING an item at project-level Will be addressed in #580382 MR: !212450 (closed)
frontend VIEWING the details of an enabled item at group-level As of MR !212450 (closed), group-level items will show only the latest. Fix coming in another MR.
frontend EDITING the details of an enabled item at group-level
frontend DUPLICATING an item at group-level
Edited by Luke Duncalfe