Skip to content

v2.0.12

Compare
Choose a tag to compare
@pelikhan pelikhan released this 26 Jun 18:01
· 0 commits to main since this release
  • πŸš€ Enhanced Test Evaluation: Introduced a new evaluateTestResult framework, supporting advanced assertions like levenshtein distance checks for more flexible and precise test validations.
  • πŸ§ͺ Levenshtein Distance Support: Added a levenshtein utility to calculate string similarity, now integrated into parsers and test evaluations.
  • ⚑ CLI Improvements: Simplified and streamlined CLI options, making commands more intuitive and reducing redundancy.
  • πŸ”§ Randomized Test Runs: Enabled optional randomization of test execution order for diverse testing scenarios.
  • πŸ“Š Detailed Test Summaries: Enhanced test result reporting with error details and token usage stats for better insights.
  • βœ… New Unit Tests: Comprehensive tests for levenshtein and evaluateTestResult ensure robustness and reliability.
  • πŸ—‘οΈ Code Cleanup: Removed unused YAML output options and debug categories, reducing clutter.