From b1bd6d57e82b7f6ea1330dd7044211bb2815d072 Mon Sep 17 00:00:00 2001 From: Drew Cain Date: Thu, 28 May 2026 11:24:50 -0500 Subject: [PATCH] Update MONKEYPATCH.md with upstream issue link Add tracking link for upstream issue regarding slash commands. Signed-off-by: Drew Cain --- integrations/hermes/MONKEYPATCH.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integrations/hermes/MONKEYPATCH.md b/integrations/hermes/MONKEYPATCH.md index bc4f1548..3749f6c4 100644 --- a/integrations/hermes/MONKEYPATCH.md +++ b/integrations/hermes/MONKEYPATCH.md @@ -2,6 +2,8 @@ This document describes the Hermes Agent-side patch needed when `/bm-*` slash commands do not appear in the gateway even though the Basic Memory provider itself is installed and working. +This issue is tracked upstream in https://github.com/NousResearch/hermes-agent/issues/23603 + Agents may use this file as a guide to add support for `/bm-*` slash commands in Hermes Agent builds that do not yet include the upstream fix. ## Current status and compatibility