You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to optionally scope cve.find to a specific subcomponent:
/cve.find llm-d autoscaler
/cve.find "AI Evaluations" trustyai-ragas
Reverse-looks up all containers for the given subcomponent from
component-repository-mappings.json and adds pscomponent: label
filters to the JQL using OR when multiple containers exist
(e.g. lm-evaluation-harness has both odh-ta-lmes-driver and
odh-ta-lmes-job containers).
cve.fix requires no changes — it reads from the scoped find output
and its container-based repo scoping handles the rest automatically.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments