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