fix: scope telegram skill commands per bot (#4360) (thanks @robhparker)

This commit is contained in:
Ayaan Zaidi
2026-01-30 11:57:25 +05:30
parent c6ddc95fc0
commit 9025da2296
3 changed files with 90 additions and 3 deletions
+1
View File
@@ -73,6 +73,7 @@ Status: stable.
### Fixes
- Telegram: avoid silent empty replies by tracking normalization skips before fallback. (#3796)
- Telegram: scope native skill commands to bound agent per bot. (#4360) Thanks @robhparker.
- 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.