v0.26.0
What's New in v0.26.0
Test Coverage Improvements
- suggest package: 68% → 83% — Added tests for grader docs generation, prompt templates, skill resolution, and helper functions (#199)
- jsonrpc package: 69% → 91% — Added tests for task list, eval validation errors, run cancel, TCP listener, and method dispatch (#199)
- storage package: 39% → 55% — Added tests for Azure Blob helpers, local store edge cases, and load/list paths (#199)
- mcp package: 58% → 89% — Added comprehensive MCP server, tool, and protocol handler tests (#199)
Documentation
waza cachecommand documented in CLI reference (#198)- Prompt grader
modefield (independent/pairwise) added to graders guide (#198) - Schema reference completed — 6 missing config fields added:
max_attempts,group_by,fail_fast,skill_directories,required_skills,mcp_servers(#198)
Dependency Updates
- Bumped vite 6.4.1 → 6.4.2 (web + site)
- Bumped go.opentelemetry.io/otel/sdk 1.42.0 → 1.43.0
- Bumped astro 5.17.3 → 5.18.1
- Bumped defu, picomatch, smol-toml to latest
Contributor PRs
--output-dirnow groups files by timestamp (@chlowell, #153)- Debug logging improvements (@richardpark-msft, #152)
--discoverfinds eval.yaml in project-root layouts (@copilot, #44)
Full Changelog: v0.25.0...v0.26.0