Skip to content

CLI

Version 0.3.7

Added

  • Test coverage for CLI commands (deploy, generate, init, register)
  • Test job in CI workflow with build job dependency on tests
  • CLAUDE.md with project structure and development documentation

Changed

  • Refactor create_default_dict to handle single and multiple functions more consistently
  • Add get_function_defaults method to simplify default retrieval
  • Replace CopierAnswersInterrupt with KeyboardInterrupt for improved compatibility
  • Update dependency uv_build to >=0.10.0,<0.11.0