Releases: sourcebot-dev/sourcebot
Releases · sourcebot-dev/sourcebot
v4.16.5
What's Changed
- docs(api): improve public API reference documentation by @brendan-kellam in #1068
- chore: remove all Stripe billing code and database schema by @brendan-kellam in #1069
- chore(web): remove unused code and dead exports by @brendan-kellam in #1070
- refactor(web): migrate all auth to withAuthV2/withOptionalAuthV2 by @brendan-kellam in #1071
- feat(web): replace placeholder avatars with minidenticon-based UserAvatar by @brendan-kellam in #1072
- refactor(web): rename withAuthV2 to withAuth by @brendan-kellam in #1073
- refactor(web): remove domain param from getBrowsePath, use SINGLE_TENANT_ORG_DOMAIN internally by @brendan-kellam in #1074
- refactor: remove SOURCEBOT_TENANCY_MODE and multi-tenancy code paths by @brendan-kellam in #1075
- feat: add GET /api/commit endpoint and improve git API response formats by @brendan-kellam in #1077
- chore(deps): bump simple-git from 3.27.0 to 3.33.0 by @dependabot[bot] in #1078
Full Changelog: v4.16.4...v4.16.5
v4.16.4
What's Changed
- feat(api): document public API authentication by @KonradStanski in #1038
- feat(web): add GET /api/diff endpoint by @brendan-kellam in #1063
- fix(web): return 405 for GET /api/mcp instead of hanging connection by @brendan-kellam in #1064
- chore(web): Remove general settings by @brendan-kellam in #1065
- docs: Improve API docs by @brendan-kellam in #1066
- fix(shared): trim tokens in getTokenFromConfig to prevent broken git clone URLs by @msukkari in #1067
Full Changelog: v4.16.3...v4.16.4
v4.16.3
What's Changed
- fix(web): center chat box on Ask GitHub landing page by @msukkari in #1046
- feat(web): support .gitattributes linguist-language overrides in file viewer by @brendan-kellam in #1048
- fix(worker): skip non-directory paths in file-based git connection config by @brendan-kellam in #1049
- fix(web): treat parens and | as word chars when regex mode is enabled by @brendan-kellam in #1050
- docs: add GCP IAP to external identity providers documentation by @msukkari in #1051
- feat(web): add Basic language support in file viewer by @brendan-kellam in #1054
Full Changelog: v4.16.2...v4.16.3
v4.16.2
What's Changed
- fix(web): fix line numbers selectable in Safari by @brendan-kellam in #1037
- fix(backend): abort GitLab sync on non-404 API errors to prevent repo deletion by @brendan-kellam in #1039
- debug: Add react-scan by @brendan-kellam in #1040
- fix(web): fix hydration mismatch in KeyboardShortcutHint by @brendan-kellam in #1041
- fix(web): reduce unnecessary re-renders in chat reference panel by @brendan-kellam in #1042
Full Changelog: v4.16.1...v4.16.2
v4.16.1
What's Changed
- fix(web): fix scroll position for references further down in a file by @brendan-kellam in #1036
Full Changelog: v4.16.0...v4.16.1
v4.16.0
What's Changed
- chore: add macOS universal-ctags v6.1.0 install script by @brendan-kellam in #1023
- fix(web): Handle ambiguous languages by @brendan-kellam in #1026
- feat(web): improve agent performance, MCP tools, and much more by @brendan-kellam in #1014
- feat: Add support for
topicsto Search Contexts by @fatmcgav in #1028 - feat(web): replace manual auto-scroll with useStickToBottom in chat thread by @brendan-kellam in #1031
- fix(web): don't include sources in grep tool when groupByRepo=true by @brendan-kellam in #1032
- refactor(web): move chat storage keys to constants and clear search scope on thread creation by @brendan-kellam in #1033
- fix(web): fix inaccurate scroll position when selecting chat references by @brendan-kellam in #1035
Full Changelog: v4.15.11...v4.16.0
v4.15.11
v4.15.10
What's Changed
- chore: increase SOURCEBOT_CHAT_MAX_STEP_COUNT default to 100 by @brendan-kellam in #1017
- fix(sso/jumpcloud): Ensure that
stateparam is passed by @fatmcgav in #1020 - feat: make OSS license audit runnable locally by @msukkari in #1021
New Contributors
Full Changelog: v4.15.9...v4.15.10
v4.15.9
What's Changed
Full Changelog: v4.15.8...v4.15.9
v4.15.8
What's Changed
- fix(mcp): filterByFilepaths now accepts regular expressions by @brendan-kellam in #1008
- fix(backend): log failedReason when connection sync job fails by @brendan-kellam in #1012
- feat: add Redis TLS support by @brendan-kellam in #1011
Full Changelog: v4.15.7...v4.15.8