v0.31.2
TabbyML/tabbyv0.31.2Sep 25, 2025by github-actions[bot]
AI Summary
A patch release focused on improving indexing performance for large repositories by introducing sharding capabilities when repository counts exceed 20.
Key Highlights
- Added environment variable `TABBY_INDEX_REPO_IN_SHARD` for hourly sharded indexing.
- Optimization for handling large-scale repository indexing efficiently.
New Features
- Hourly sharded indexing for repositories exceeding 20 items.
Full Release Notes
## ⚠️ Notice * This is a patch release, please also check [the full release note](https://github.com/TabbyML/tabby/releases/tag/v0.31.0) for 0.31. ## 🧰 Fixed and Improvements * Added environment variable `TABBY_INDEX_REPO_IN_SHARD` to enable hourly sharded indexing when repository count exceeds 20. [#4366](https://github.com/TabbyML/tabby/pull/4366)