From c74f89c871909b170f406787c887ee2f3d488c25 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 7 Jan 2026 11:47:24 +0100 Subject: [PATCH] docs: update changelog for PR #286 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8396ad62e..7cb3b6d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ - Auto-reply: add `/reasoning on|off` to expose model reasoning blocks (italic). - Auto-reply: place reasoning blocks before the final reply text when appended. - Auto-reply: flag error payloads and improve Bun socket error messaging. Thanks @emanuelst for PR #331. +- Auto-reply: add per-channel/topic skill filters + system prompts for Discord/Slack/Telegram. Thanks @kitze for PR #286. - Auto-reply: refresh `/status` output with build info, compact context, and queue depth. - Commands: add `/stop` to the registry and route native aborts to the active chat session. Thanks @nachoiacovino for PR #295. - Commands: unify native + text chat commands behind `commands.*` config (Discord/Slack/Telegram). Thanks @thewilloftheshadow for PR #275.