docs: update changelog for mention patterns (#3303) (thanks @HirokiKobayashi-R)

This commit is contained in:
Ayaan Zaidi
2026-01-29 10:31:08 +05:30
committed by Ayaan Zaidi
parent 22b59d24ce
commit 16a5549ec0

View File

@@ -73,6 +73,7 @@ Status: beta.
- **BREAKING:** Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed).
### Fixes
- Mentions: honor mentionPatterns even when explicit mentions are present. (#3303) Thanks @HirokiKobayashi-R.
- Discord: restore username directory lookup in target resolution. (#3131) Thanks @bonald.
- Agents: align MiniMax base URL test expectation with default provider config. (#3131) Thanks @bonald.
- Agents: prevent retries on oversized image errors and surface size limits. (#2871) Thanks @Suksham-sharma.