What's Changed
Features
- feat(eval): track assertion tokens in token usage by @mldangelo in #3551
- feat(plugins): add CCA plugin with documentation and grader by @MrFlounder in #3590
- feat(providers): add Google valid function call support by @abrayne in #3605
- feat(providers): add Lambda Labs integration by @mldangelo in #3601
- feat(webui): add pass rate column by @will-holley in #3580
Bug Fixes
- fix(dataset): resolve issue when generating a dataset without a
providers
key in configuration by @will-holley in #3603 - fix(server): prevent server crash when unknown model is selected by @schipiga in #3593
Chores
- chore(api): prefix API routes with /api/v1/ by @mldangelo in #3587
- chore(evals): remove print option from evals data grid by @will-holley in #3595
- chore(webui): update provider selector in create eval page by @mldangelo in #3597
- chore(deps): bump vite from 6.2.4 to 6.2.5 in the npm_and_yarn group by @dependabot in #3594
- chore(deps): bump @aws-sdk/client-bedrock-runtime from 3.779.0 to 3.782.0 by @dependabot in #3592
Documentation
- docs(plugins): add llms.txt plugin and convert config to TypeScript by @mldangelo in #3600
- docs(plugins): remove duplicate plugins in list by @typpo in #3599
- docs(providers): add Llama 4 model details by @mldangelo in #3598
- docs(self-hosting): clarify configuration and sharing options by @mldangelo in #3591
Full Changelog: 0.108.0...0.109.0