From b89844a399eb59316061c700104e962f08af8542 Mon Sep 17 00:00:00 2001 From: Raja Sekhar Rao Dheekonda Date: Mon, 21 Sep 2026 18:00:23 -0700 Subject: [PATCH] fix(ai-red-teaming): bump version to 1.17.0 to unblock dev/staging sync The agentic-probes 2026 additions (new transforms/scorers + agentvigil/eva tools) changed capability content while the version stayed 1.16.3, which is already published and immutable - the Sync Capabilities job failed dev+staging with 409 Conflict. Minor bump (new backward-compatible features). --- capabilities/ai-red-teaming/capability.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capabilities/ai-red-teaming/capability.yaml b/capabilities/ai-red-teaming/capability.yaml index a1e1713..8f32bab 100644 --- a/capabilities/ai-red-teaming/capability.yaml +++ b/capabilities/ai-red-teaming/capability.yaml @@ -1,6 +1,6 @@ schema: 1 name: ai-red-teaming -version: "1.16.3" +version: "1.17.0" description: > Probe the security and safety of AI applications, agents, and foundation models. Orchestrates adversarial attack workflows to discover vulnerabilities in LLMs,