From 3e71f00714db1b33870ff0081f692cea2f912789 Mon Sep 17 00:00:00 2001 From: davida-jfrog Date: Wed, 19 Aug 2026 17:58:15 +0300 Subject: [PATCH 1/3] AX-2128 - Update plugin metadata: description, keywords, author - Expand description and shortDescription to reflect the full bundle (skills, MCP server, Agent Guard, Agent Package Resolution) for Codex. - Broaden keywords with security, agent-guard, ai-catalog, supply-chain, xray, devops, artifacts. - Drop author email. Co-Authored-By: Claude Sonnet 5 --- .codex-plugin/plugin.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 9ef0c11..1d6b4fb 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,26 +1,32 @@ { "name": "jfrog", "version": "0.1.2", - "description": "JFrog skills and the JFrog MCP server for Codex \u2014 interact with the JFrog Platform.", + "description": "The official JFrog agent plugin: skills, MCP server, Agent Guard, and Agent Package Resolution that connect the JFrog Platform to Codex. Centrally deployed via Artifactory with enterprise-grade security, governance, and local audit logging.", "author": { - "name": "JFrog", - "email": "michaelto@jfrog.com" + "name": "JFrog" }, "license": "Apache-2.0", "repository": "https://github.com/jfrog/codex-plugin", "keywords": [ "jfrog", "artifactory", + "xray", + "security", + "mcp", + "agent-guard", + "ai-catalog", + "supply-chain", + "devops", + "artifacts", "codex", "plugin", - "skills", - "mcp" + "skills" ], "skills": "./skills/", "mcpServers": "./.mcp.json", "interface": { "displayName": "JFrog", - "shortDescription": "JFrog Platform skills for Codex", + "shortDescription": "JFrog Platform access, agent governance, and package curation for Codex", "category": "DevOps" } } From 8d760fc41cf90cbf52ad58c5f683313d7bc35e5e Mon Sep 17 00:00:00 2001 From: David Anders Date: Sun, 23 Aug 2026 12:28:30 +0300 Subject: [PATCH 2/3] Update .codex-plugin/plugin.json Co-authored-by: Yoni Melki <58732001+YoniMelki@users.noreply.github.com> --- .codex-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 1d6b4fb..1bd7660 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "jfrog", - "version": "0.1.2", + "version": "0.1.3", "description": "The official JFrog agent plugin: skills, MCP server, Agent Guard, and Agent Package Resolution that connect the JFrog Platform to Codex. Centrally deployed via Artifactory with enterprise-grade security, governance, and local audit logging.", "author": { "name": "JFrog" From 0f80df456ffc76bd543087842bf5daa5576f2d86 Mon Sep 17 00:00:00 2001 From: davida-jfrog Date: Sun, 23 Aug 2026 12:30:41 +0300 Subject: [PATCH 3/3] AX-2128 - Bump package.json version to 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09855c1..32d168e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-plugin", - "version": "0.1.2", + "version": "0.1.3", "private": true, "type": "module", "description": "JFrog skills and MCP server plugin for OpenAI Codex.",