fix: list all slash commands in /commands (#497) (thanks @lc0rp)

This commit is contained in:
Peter Steinberger
2026-01-09 17:46:13 +01:00
parent 08d9d9f9e3
commit 3ed1f230ff

View File

@@ -10,6 +10,7 @@
- Slack: honor reply tags + replyToMode while keeping threaded replies in-thread. (#574) — thanks @bolismauro
- Commands: accept /models as an alias for /model.
- Commands: add `/usage` as an alias for `/status`. (#492) — thanks @lc0rp
- Commands: add `/commands` list including text-only entries. (#497) — thanks @lc0rp
- Models/Auth: show per-agent auth candidates in `/model status`, and add `clawdbot models auth order {get,set,clear}` (per-agent auth rotation overrides). — thanks @steipete
- Debugging: add raw model stream logging flags and document gateway watch mode.
- Gateway: decode dns-sd escaped UTF-8 in discovery output and show scan progress immediately. — thanks @steipete