Commit Graph

3 Commits

Author SHA1 Message Date
Mason Daugherty cd1ef303cf fix(code): add debug-log guidance for truncated startup errors (#3849)
Long server startup failures can exceed the chat banner limit and hide
the actionable part of the exception. Truncated startup errors now keep
the UI readable while pointing users at the debug log path, or telling
them how to re-run with debug logging enabled.
2026-06-10 17:15:16 -04:00
Mason Daugherty 5145ed1f82 fix(code): centralize debug logging setup to package root (#3650)
Move `configure_debug_logging` from individual modules to the package
root in `__init__.py` so all child loggers inherit the same file handler
via propagation. This eliminates duplicate handler attachments when
multiple modules import the debug helper, and makes the logging
configuration idempotent across reloads.
2026-05-28 15:52:22 -04:00
Mason Daugherty 2ac7d41533 feat(code): port from libs/cli (#3388)
Release-As: 0.1.0
2026-05-12 20:45:09 +00:00