fix: wrap telegram reasoning italics per line (#2181)

Landed PR #2181.

Thanks @YuriNachos!

Co-authored-by: YuriNachos <YuriNachos@users.noreply.github.com>
This commit is contained in:
Yuri Chukhlib
2026-01-26 16:05:06 +01:00
committed by GitHub
parent 961b4adc1c
commit 300cda5d7d
4 changed files with 48 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ Status: unreleased.
- macOS: keep custom SSH usernames in remote target. (#2046) Thanks @algal.
### Fixes
- Telegram: wrap reasoning italics per line to avoid raw underscores. (#2181) Thanks @YuriNachos.
- Security: harden Tailscale Serve auth by validating identity via local tailscaled before trusting headers.
- Build: align memory-core peer dependency with lockfile.
- Security: add mDNS discovery mode with minimal default to reduce information disclosure. (#1882) Thanks @orlyjamie.