fix: reduce invalid config log noise

This commit is contained in:
Peter Steinberger
2026-01-22 02:47:42 +00:00
parent f1aa260b0e
commit 9d22646120
2 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ Docs: https://docs.clawd.bot
- Signal: add typing indicators and DM read receipts via signal-cli.
### Fixes
- Config: avoid stack traces for invalid configs and log the config path.
- Doctor: warn when gateway.mode is unset with configure/config guidance.
- macOS: include Textual syntax highlighting resources in packaged app to prevent chat crashes. (#1362)
- UI: refresh debug panel on route-driven tab changes. (#1373) Thanks @yazinsai.