v0.4.8
macOS 11+ (Apple Silicon) - bloop_0.4.8_aarch64.dmg
macOS 11+ (Intel) - bloop_0.4.8_x64.dmg
Ubuntu Linux - bloop_0.4.8_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.4.8_amd64.AppImage
Windows coming soon 📨
Branch Indexing for Cloud ☁️
0.4.8 enables cloud users to sync and search multiple branches. If you're working on, or reviewing a feature on a branch you can use bloop to answer questions just like you would on main.
The latest release also introduces deep links for cloud. Copy-paste bloop URLs to share search results and code with your team.
For all users
- Better search retrieval with Hypothetical Document Embeddings (HyDE)
- Code navigation for R
- Bug fixes and performance improvements
What's Changed
- Set max retries to 2 times when refetching a repo by @anastasiya1155 in #712
- Pin Rust toolchain, use Rustls by @calyptobai in #679
- Catch non-existent paths in single file answer contexts by @calyptobai in #704
- Fix duplicate analytics cancellations by @calyptobai in #713
- Use versioned GPT model for proc by @ggordonhall in #717
- Revert Rudderstack field names by @ggordonhall in #716
- Render citations and chat messages as markdown by @anastasiya1155 in #720
- Windows builds 2 by @rsdy in #714
- support file links with either line range, one line or no line specified by @anastasiya1155 in #721
- Handle long input by @anastasiya1155 in #722
- Search with hypothetical documents by @ggordonhall in #711
- Prompt to improve quality of generated links by @ggordonhall in #723
- Introduce
Agent
struct, simplifyExchange
data structure by @calyptobai in #724 - Remove redundant
gpt2
tokenizer by @ggordonhall in #726 - Only trigger release flow on
published
by @ggordonhall in #727 - add scope-queries for R by @nerdypepper in #725
- Documentation refresh by @ggordonhall in #731
- Fix viewing results from 'all conversations' by @anastasiya1155 in #732
- Remove HyDE logic by @ggordonhall in #734
- Multilevel caches by @rsdy in #639
- Re-introduce HyDE, work around batched calls by @calyptobai in #735
- Fix deleting auth cookie on cloud by @anastasiya1155 in #737
- Hide repository filter in regex results by @anastasiya1155 in #738
- App routing by @anastasiya1155 in #719
- Empty pending exchange queue after each
step
by @calyptobai in #740 - fix opening file modal on a line in article results by @anastasiya1155 in #742
- Tweak prompt text by @ggordonhall in #741
- Bump version to 0.4.8 by @ggordonhall in #745
- Sync-related consistency improvements by @rsdy in #739
- Fix bundle issues by @rsdy in #746
Full Changelog: v0.4.7...v0.4.8