From e66a3e86efbc9e428bb5ace45501d6f6ac92d36e Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Sun, 17 May 2026 12:44:11 -0700 Subject: [PATCH] chore(acp): bump registry manifest to 0.14.0 matching pyproject --- acp_registry/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acp_registry/agent.json b/acp_registry/agent.json index b94a48e089..b23d1642a9 100644 --- a/acp_registry/agent.json +++ b/acp_registry/agent.json @@ -1,7 +1,7 @@ { "id": "hermes-agent", "name": "Hermes Agent", - "version": "0.13.0", + "version": "0.14.0", "description": "Self-improving open-source AI agent by Nous Research with ACP editor integration, persistent memory, skills, and rich tool support.", "repository": "https://github.com/NousResearch/hermes-agent", "website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp", @@ -9,7 +9,7 @@ "license": "MIT", "distribution": { "uvx": { - "package": "hermes-agent[acp]==0.13.0", + "package": "hermes-agent[acp]==0.14.0", "args": ["hermes-acp"] } }