Skip to content

Release 0.25.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 07:11
433bd9f

📋 Release Summary

Configuration now uses typed reasoning-effort settings, and ranking can be tuned with a configurable thinking budget (40a3c58, a5762cf). Cross-platform path handling was improved, including Windows environments and missing symlinked paths, with expanded test coverage for greater reliability (8eb1ddf, 73703bc, 409c22a, cc0b0ec, aee6065, 122eeb1). Website deployment has been removed from the project (dbc9a5f).

🚨 Breaking Changes

⚠️ Important: This release contains breaking changes that may require code updates.

  • config: type reasoning effort settings 40a3c58e
  • website: remove site deployment dbc9a5f1

✨ New Features & Enhancements

  • reasoning: configure ranking thinking budget a5762cf7

🔧 Improvements & Optimizations

  • config: update expected loader version fca8b064
  • indexer: cover symlinked root path handling 2bfc29f5

🐛 Bug Fixes & Stability

  • indexer: use forward slashes in node ID tests 8eb1ddf7
  • paths: normalize cross-platform paths 73703bc0
  • tests: support Windows Python and paths 409c22a3
  • indexer: handle missing symlinked paths cc0b0ecc
  • tests: add more tests to expand coverage beyond 80%+ aee6065a
  • tests: expand test coverage 122eeb18

🔄 Other Changes

2 maintenance, dependency, and tooling updates not listed individually.