v0.1.0
What's Changed
- feat: Add initial code for hybrid code search by @Pringled in #1
- feat: Add embedding caching by @Pringled in #2
- feat: Add MCP by @Pringled in #3
- feat: Add query boosting and filetype penalties by @Pringled in #4
- chore: Upgrade Vicinity and typing by @Pringled in #5
- docs: Update docs by @Pringled in #6
- feat: Add benchmarks by @Pringled in #7
- chore: Update model location by @Pringled in #8
- feat: Add from_git by @Pringled in #9
- feat: add p90,95,99 percentile latencies by @stephantul in #11
- chore: Drop embedding cache by @Pringled in #10
- feat: turn Index to package by @stephantul in #12
- feat: simplify code by @stephantul in #13
- feat: Improve MCP by @Pringled in #14
- fix: small bug in file_walker by @stephantul in #15
- feat: speed up bm25 inference by @stephantul in #16
- feat: Use FastMCP by @Pringled in #17
- chore: Small cleanup by @Pringled in #18
- feat: add language and document selector by @stephantul in #19
- chore: Move chunker and file_walker to index, move CLI to MCP by @Pringled in #20
- fix: Fix tests by @Pringled in #21
- chore: Add CI by @Pringled in #22
- feat: Improve ranking diversity by @Pringled in #23
- feat: Expand benchmark, update params by @Pringled in #24
- feat: Add multi-chunk file boosting and embedded CamelCase boosting by @Pringled in #25
- feat: Update benchmarks, add baselines, add plots by @Pringled in #26
- docs: Update main docs by @Pringled in #27
- fix: Fix from_path absolute paths and git argument injection by @Pringled in #28
- fix: Selector bug fix and API cleanup by @Pringled in #29
- tests: Increase test coverage by @Pringled in #30
- docs: Update tagline by @Pringled in #31
- docs: Update docs, add benchmark plot by @Pringled in #32
- feat: Improve find_related API, fix chunk boundary bug, update MCP instructions by @Pringled in #33
- docs: Improve main docs, add badges by @Pringled in #34
- docs: Add identifier stem example, add more speed results by @Pringled in #35
- feat: Respect gitignore by @Pringled in #36
- docs: Add uv note by @Pringled in #37
- docs: Add codecov badge by @Pringled in #38
- fix: Fix codecov dir by @Pringled in #39
- chore: Prepare release by @Pringled in #40
- chore: Add MANIFEST.in by @Pringled in #41
New Contributors
- @Pringled made their first contribution in #1
- @stephantul made their first contribution in #11
Full Changelog: https://github.com/MinishLab/semble/commits/v0.1.0