v0.2.0
What's Changed
- feat: check depth and chunk bounds to prevent recursion errors by @stephantul in #122
- feat: remove
modeargument from Semble by @stephantul in #119 - chore: upper pin tree sitter by @stephantul in #129
- fix: Add agent-specific init files by @Pringled in #132
- chore: pin actions by @stephantul in #134
- feat: Make model loading non-blocking in MCP serve by @Pringled in #136
Deprecation warnings ⚠️
modeis no longer supported in search as of #119. Search behavior can still be controlled by enabling/disabling reranking with thererankargument, and by setting the alpha value to use more semantic vs lexical search, though the recommended use is to not touch this and rely on the defaults which are tuned for code search.
Full Changelog: v0.1.10...v0.2.0