You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/foundrytools_cli/utils/__init__.py: Changed the --recalc-bboxes CLI option to --no-recalc-bboxes, updated its default value to True, and revised the help text to reflect the new behavior. This was necessary because some commands failed without recalculating bounding boxes.
Logging Enhancements:
src/foundrytools_cli/utils/task_runner.py: Replaced logger.error with logger.exception to include stack traces in error logs for better debugging.