Merge pull request #600 from samratjha96/fix/discord-duplicate-messages

fix(queue): deduplicate followup queue entries
This commit is contained in:
Peter Steinberger
2026-01-09 19:45:10 +00:00
committed by GitHub
4 changed files with 181 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
- Auto-reply: relax reply tag parsing to allow whitespace. (#560) — thanks @mcinteerj
- Auto-reply: add per-provider block streaming toggles and coalesce streamed blocks to reduce line spam. (#536) — thanks @mcinteerj
- Auto-reply: fix /status usage summary filtering for the active provider.
- Auto-reply: deduplicate followup queue entries using message id/routing to avoid duplicate replies. (#600) — thanks @samratjha96
- 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).
- Status: show active auth profile and key snippet in /status.