Releases: sourcebot-dev/sourcebot
Releases · sourcebot-dev/sourcebot
v4.6.2
v4.6.1
Added
- Add search context to ask sourcebot context selector. #397
- Add ability to include/exclude connection in search context. #399
- Search context refactor to search scope and demo card UI changes. #405
- Add GitHub star toast. #409
- Added a onboarding modal when first visiting the homepage when
ask
mode is selected. #408 - [ask sb] Added
searchReposTool
andlistAllReposTool
. #400
Fixed
- Fixed multiple writes race condition on config file watcher. #398
Changed
- Bumped AI SDK and associated packages version. #404
- Bumped form-data package version. #407
- Bumped next version. #406
- [ask sb] Improved search code tool with filter options. #400
- [ask sb] Removed search scope constraint. #400
- Update README with new features and videos. #410
- [ask sb] Add back search scope requirement and other UI changes. #411
v4.6.0
What's Changed
Added Ask Sourcebot - ask questions about your codebase in natural language. Get Markdown responses with inline citations. Bring your own LLM API key.
hero_demo_v3_lowres.mp4
Read more here: https://docs.sourcebot.dev/docs/features/ask/overview
Other changes
- [bug] onboarding: fix infinite loop when using GCP IAP by @drew-u410 in #381
Full Changelog: v4.5.3...v4.6.0
v4.5.3
What's Changed
- Relicense core to FSL by @msukkari in #388
- fix(gitlab): Add configurable query timeout to GitLab client by @brendan-kellam in #390
Full Changelog: v4.5.2...v4.5.3
v4.5.2
What's Changed
- chore: Update docs for vscode MCP GA by @brendan-kellam in #380
- chore: Misc typos (UI, docs, code...), Makefile PATH with spaces by @GabDug in #369
- docs: Add instructions for using GitHub fine grained PATs by @brendan-kellam in #384
- Add anonymous access option to core by @msukkari in #385
Full Changelog: v4.5.1...v4.5.2
v4.5.1
What's Changed
- Correctly build URLs to file paths containing spaces by @NasaGeek in #364
- chore(devex): Add workflow to remind users to add a changelog entry by @brendan-kellam in #378
- [indexing] make retry configurable by @drew-u410 in #377
- fix(browse): Fix issue where files would sometimes never load by @brendan-kellam in #365
- Revamp onboarding flow by @msukkari in #376

Full Changelog: v4.5.0...v4.5.1
v4.5.0
What's Changed
- fix(invites): Fix regression to invite creation by @brendan-kellam in #359
- feat(analytics): Adds analytics dashboard by @msukkari in #358
- Adds code navigation and highlighting support for Tcl by @msukkari in #362
analytics_demo.1.mp4
Full Changelog: v4.4.0...v4.5.0
v4.4.0
What's Changed
- feat(audit-logging): Adds audit logging support by @msukkari in #355
- Fix web build warnings by @msukkari in #348
- chore: Move bitbucket dependency to backend from workspace root by @brendan-kellam in #351
- Delete account join request when redeeming an invite by @msukkari in #352
- fix(search-contexts): Fix issue where a repository would not appear in a search context if it was created after the search context was created by @brendan-kellam in #354
- chore(api): Changed the search api to return raw source (instead of base64 encoding) by @brendan-kellam in #356
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
Basic file search (#341)
Added a file search (exact substring search) when browsing code. It can be opened using the search button or with the hotkey cmd/ctrl
+ p
.
file-search.mp4
Other changes
- [search/browse] link repo name to file browser; link code image to external by @drew-u410 in #340
- [selection] highlight clarity by @drew-u410 in #342
- Clean up successful and failed jobs by @msukkari in #343
- fix(gitlab): Properly handle auth for Gitlab project avatars by @GabDug in #345
- Fix repo column header styling by @msukkari in #344
- fix: Add default debounce & staleTime to file/folder prefetching by @brendan-kellam in #346
New Contributors
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
File Explorer
Added support for a file explorer in #336
file-tree-1.mp4
Other Changes
- improvement: Add separate login / signup screens by @brendan-kellam in #331
- Adds support for encrypted license keys by @msukkari in #335
- Fix repo images in authed instance case and add manifest json by @msukkari in #332
- Add repo index validation by @msukkari in #339
- Added hover tooltip for long repo names in filter panel by @msukkari in #338
Full Changelog: v4.1.1...v4.2.0