From 30e22769bb09458abf21c3feed0d61c65defde73 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 3 Jan 2026 22:25:30 +0000 Subject: [PATCH] docs: update changelog for #144 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2f7f356..99ed1446c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ ### Fixes - CI: fix lint ordering after merge cleanup (#156) — thanks @steipete. +- CI: consolidate checks to avoid redundant installs (#144) — thanks @thewilloftheshadow. - Auto-reply: drop final payloads when block streaming to avoid duplicate Discord sends. - Bash tool: default auto-background delay to 10s. - Telegram: chunk block-stream replies to avoid “message is too long” errors (#124) — thanks @mukhtharcm.