fix: hide probe logs without verbose

This commit is contained in:
Peter Steinberger
2026-01-24 00:27:01 +00:00
parent d2bfcd70e7
commit 31e59cd583
2 changed files with 18 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ Docs: https://docs.clawd.bot
- CLI: suppress diagnostic session/run noise during auth probes.
- CLI: hide auth probe timeout warnings from embedded runs.
- CLI: render auth probe results as a table in `clawdbot models status`.
- CLI: suppress probe-only embedded logs unless `--verbose` is set.
- 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.