fix: forward unknown TUI slash commands

This commit is contained in:
Peter Steinberger
2026-01-23 18:41:02 +00:00
parent b77e730657
commit 1af227b619
3 changed files with 49 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Docs: https://docs.clawd.bot
- Markdown: add per-channel table conversion (bullets for Signal/WhatsApp, code blocks elsewhere). (#1495) Thanks @odysseus0.
### Fixes
- TUI: forward unknown slash commands (for example, `/context`) to the Gateway.
- Media: preserve PNG alpha when possible; fall back to JPEG when still over size cap. (#1491) Thanks @robbyczgw-cla.
- Agents: treat plugin-only tool allowlists as opt-ins; keep core tools enabled. (#1467)