Releases: sourcebot-dev/sourcebot
Releases · sourcebot-dev/sourcebot
v4.6.4
What's Changed
- feat(gerrit): Multi-branch indexing support for Gerrit by @brendan-kellam in #433
- fix(structured_logs): Remove prefix by @msukkari in #443
- chore(ask_sb): Bump AI SDK libs by @brendan-kellam in #444
- chore(docs): Remove dead links to terms / privacy. Also change some MIT -> FSL references. by @brendan-kellam in #445
- feat(ask_sb): Add reasoningEffort option to openai provider by @brendan-kellam in #446
- fix(ask_sb): Fix long generation times on first message in thread by @brendan-kellam in #447
- fix(ask_sb): Allow unauthed generation of titles for a chat by @brendan-kellam in #450
- feat(ask_sb): Add
headers
param to config to allow users to specify custom headers by @brendan-kellam in #449 - Update issue templates by @brendan-kellam in #451
Full Changelog: v4.6.3...v4.6.4
v4.6.3
What's Changed
- docs: fix link in deployment guide next steps by @nullun in #420
- fix(mcp): Remove logs interfering with the stdio transport by @brendan-kellam in #429
- feat(ask_sb): OpenAI compatible language models by @brendan-kellam in #424
- fix(github): Fix issue with
users
not getting picked up in GitHub config by @brendan-kellam in #428
New Contributors
Full Changelog: v4.6.2...v4.6.3
v4.6.2
Changed
- Bumped AI SDK and associated packages version. #417
Fixed
- [ask sb] Fixed "413 content too large" error when starting a new chat with many repos selected. #416
Added
- [ask sb] PostHog telemetry for chat thread creation. #418
Full Changelog: v4.6.1...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