fix: reuse shared ansi stripper

This commit is contained in:
Peter Steinberger
2026-01-17 18:18:14 +00:00
parent 3df2dc0b15
commit 408f4f2dac
2 changed files with 2 additions and 4 deletions

View File

@@ -74,6 +74,7 @@ Docs: https://docs.clawd.bot
- Verbose: wrap tool summaries/output in markdown only for markdown-capable channels.
- Tools: include provider/session context in elevated exec denial errors.
- Tools: normalize exec tool alias naming in tool error logs.
- Logging: reuse shared ANSI stripping to keep console capture lint-clean.
- Telegram: accept tg/group/telegram prefixes + topic targets for inline button validation. (#1072) — thanks @danielz1z.
- Telegram: split long captions into follow-up messages.
- Config: block startup on invalid config, preserve best-effort doctor config, and keep rolling config backups. (#1083) — thanks @mukhtharcm.