Skip to content

v2.0.2

Choose a tag to compare

@ftCLI ftCLI released this 28 May 08:21
· 226 commits to main since this release

What's new

CLI Option Improvements:

  • 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.