From 01211937fcc341f39dd801eff36346e0f90dbc26 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 18 Jan 2026 15:17:04 +0000 Subject: [PATCH] fix: link bash disabled docs --- src/auto-reply/reply/bash-command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto-reply/reply/bash-command.ts b/src/auto-reply/reply/bash-command.ts index 0ae45ec03..74f341910 100644 --- a/src/auto-reply/reply/bash-command.ts +++ b/src/auto-reply/reply/bash-command.ts @@ -189,7 +189,7 @@ export async function handleBashChatCommand(params: { }): Promise { if (params.cfg.commands?.bash !== true) { return { - text: "⚠️ bash is disabled. Set commands.bash=true to enable.", + text: "⚠️ bash is disabled. Set commands.bash=true to enable. Docs: https://docs.clawd.bot/tools/slash-commands#config", }; }