fix: move probe errors below table

This commit is contained in:
Peter Steinberger
2026-01-24 00:32:45 +00:00
parent ed560e466f
commit f7dc27f2d0
2 changed files with 13 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ Docs: https://docs.clawd.bot
- 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.
- CLI: move auth probe errors below the table to reduce wrapping.
- 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.