fix: quiet auth probe diagnostics

This commit is contained in:
Peter Steinberger
2026-01-23 19:51:49 +00:00
parent 6fba598eaf
commit 242add587f
4 changed files with 23 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ Docs: https://docs.clawd.bot
- TUI: forward unknown slash commands (for example, `/context`) to the Gateway.
- TUI: include Gateway slash commands in autocomplete and `/help`.
- CLI: skip usage lines in `clawdbot models status` when provider usage is unavailable.
- CLI: suppress diagnostic session/run noise during auth probes.
- Linux: include env-configured user bin roots in systemd PATH and align PATH audits. (#1512) Thanks @robbyczgw-cla.
- TUI: render Gateway slash-command replies as system output (for example, `/context`).
- Media: preserve PNG alpha when possible; fall back to JPEG when still over size cap. (#1491) Thanks @robbyczgw-cla.