From 6afccdb765cfebb9c65d62a5fb008885d1a8d246 Mon Sep 17 00:00:00 2001 From: "Junv (via Hermes)" Date: Sat, 11 Jul 2026 16:56:16 +1000 Subject: [PATCH] =?UTF-8?q?fix:=20add=20DISCORD=5FALLOW=5FBOTS=3Dall=20to?= =?UTF-8?q?=20curio-agent=20so=20it=20can=20see=20=E5=B0=8F=E9=BB=91's=20m?= =?UTF-8?q?essages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai/recommendation-agent.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ai/recommendation-agent.yaml b/ai/recommendation-agent.yaml index 24f17af..16d2b1d 100644 --- a/ai/recommendation-agent.yaml +++ b/ai/recommendation-agent.yaml @@ -126,6 +126,12 @@ data: platform_toolsets: discord: - web + - browser + - terminal + - file + - code_execution + - vision + - image_gen discord: require_mention: true @@ -147,7 +153,7 @@ data: enabled: false approvals: - mode: off + mode: smart sessions: auto_prune: true @@ -193,6 +199,8 @@ spec: echo "DISCORD_BOT_TOKEN=${DISCORD_BOT_TOKEN}" >> /opt/data/.env # Allow all users (bot is in a private server + require_mention) echo "DISCORD_ALLOW_ALL_USERS=true" >> /opt/data/.env + # Allow other bots (so 小黑 can see 来财 and vice versa) + echo "DISCORD_ALLOW_BOTS=all" >> /opt/data/.env # Write config.yaml from ConfigMap cp /config/config.yaml /opt/data/config.yaml # Pre-create directories Hermes needs to write to