fix: surface gateway slash commands in TUI

This commit is contained in:
Peter Steinberger
2026-01-23 18:58:41 +00:00
parent 1af227b619
commit 8195497cec
4 changed files with 28 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ Docs: https://docs.clawd.bot
### Fixes
- TUI: forward unknown slash commands (for example, `/context`) to the Gateway.
- TUI: include Gateway slash commands in autocomplete and `/help`.
- 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)