fix: land /help + /commands formatting (#2504) (thanks @hougangdev)

This commit is contained in:
Gustavo Madeira Santana
2026-01-27 02:42:54 -05:00
committed by Gustavo Madeira Santana
parent cc1782b105
commit 2ad550abe8
2 changed files with 1 additions and 41 deletions

View File

@@ -6,6 +6,7 @@ Docs: https://docs.clawd.bot
Status: unreleased.
### Changes
- Commands: group /help and /commands output with Telegram paging. (#2504) Thanks @hougangdev.
- macOS: limit project-local `node_modules/.bin` PATH preference to debug builds (reduce PATH hijacking risk).
- Tools: add per-sender group tool policies and fix precedence. (#1757) Thanks @adam91holt.
- Agents: summarize dropped messages during compaction safeguard pruning. (#2509) Thanks @jogi47.