Skip to content

v0.29.0

Choose a tag to compare

@spboyer spboyer released this 22 Apr 17:57
· 84 commits to main since this release
0194e61

What's New in v0.29.0

New Features

  • Per-task skill directories (#156) — Tasks can now override eval-level skill_directories with their own, enabling multi-skill eval suites. (@LarryOsterman)

  • Disable skill loading (#126) — New disabled_skills config field and --no-skills CLI flag. Use disabled_skills: ["*"] to disable all skills for baseline/comparison testing. (@richardpark-msft)

  • Debug workspace preservation (#123) — New --keep-workspace flag preserves temp workspace directories after execution for debugging fixture and agent file issues. (@richardpark-msft)

  • Version update notifications (#104) — waza run now checks for new versions in the background (cached 24h, non-blocking). Disable with --no-update-check or WAZA_NO_UPDATE_CHECK=1. (@RickWinter)

Test Coverage

  • Copilot log parsing edge cases (#115) — 23 new tests covering malformed JSON, truncated logs, binary data, unknown event types, and more. (@richardpark-msft)

Dependencies

  • Bumped astro + @astrojs/starlight in site

Full Changelog: v0.28.0...v0.29.0