docs: add changelog for sandbox memory shorthand

This commit is contained in:
Peter Steinberger
2026-01-12 22:59:15 +00:00
parent a8680f9a09
commit a55c880191

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026.1.12-3
### Changes
- Sandbox: drop legacy `memory` tool-policy shorthand; require explicit `group:memory`.
### Fixes
- Telegram: tolerate mocked bots missing native-command APIs (`setMyCommands`, `command`) during tests.
- Auto-reply: fix streaming block reply media handling (no redeclared/use-before-declare vars).
## 2026.1.12-2
### Changes