fix: allow whitespace in reply tags (#560) (thanks @mcinteerj)

This commit is contained in:
Peter Steinberger
2026-01-09 17:03:44 +01:00
parent 4381b03412
commit 7d9300e0f5
3 changed files with 14 additions and 1 deletions

View File

@@ -37,6 +37,7 @@
- Auto-reply: block reply ordering fix (duplicate PR superseded by #503). (#483) — thanks @AbhisekBasu1
- Auto-reply: avoid splitting outbound chunks inside parentheses. (#499) — thanks @philipp-spiess
- Auto-reply: preserve spacing when stripping inline directives. (#539) — thanks @joshp123
- Auto-reply: relax reply tag parsing to allow whitespace. (#560) — thanks @mcinteerj
- Auto-reply: fix /status usage summary filtering for the active provider.
- Status: show provider prefix in /status model display. (#506) — thanks @mcinteerj
- Status: compact /status with session token usage + estimated cost, add `/cost` per-response usage lines (tokens-only for OAuth).