-
Notifications
You must be signed in to change notification settings - Fork 259
Comparing changes
Open a pull request
base repository: sourcebot-dev/sourcebot
base: v4.15.11
head repository: sourcebot-dev/sourcebot
compare: v4.16.0
- 12 commits
- 94 files changed
- 6 contributors
Commits on Mar 21, 2026
-
chore: add macOS universal-ctags v6.1.0 install script and update con…
…tributing docs (#1023) Co-authored-by: Claude Sonnet 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0d4ff9 - Browse repository at this point
Copy the full SHA e0d4ff9View commit details
Commits on Mar 22, 2026
-
fix(web): Handle ambiguous languages (#1026)
* feat(web): replace language param with path in symbol tools, make repo mandatory - find_symbol_definitions and find_symbol_references now accept `path` (the file where the symbol was encountered) instead of `language` - Language is derived internally via detectLanguageFromFilename - `repo` is now required in both tool schemas - Also fixes ambiguous extension overrides in languageDetection.ts Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * delete * changelog --------- Co-authored-by: Claude Sonnet 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee74234 - Browse repository at this point
Copy the full SHA ee74234View commit details
Commits on Mar 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 220a790 - Browse repository at this point
Copy the full SHA 220a790View commit details -
feat: Add support for
topicsto Search Contexts (#1028)* feat: Add support for `topics` to Search Contexts This commit updates Sourcebot to include support for using `topics` as part of the Search Context definition. As part of this: * Updated `repoMetadataSchema` to store `topics` for `github` and `gitlab` host types * Populate the topic list when compiling GitHub and Gitlab repos * Updated schemas to support `includeTopics/excludeTopics` * Expanded test coverage * Updated Docs * Replace some references to `GitLab` with `repository` * One more replace * Add CHANGELOG.md entry --------- Co-authored-by: Gavin Williams <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38a54bc - Browse repository at this point
Copy the full SHA 38a54bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 621ce07 - Browse repository at this point
Copy the full SHA 621ce07View commit details -
feat(web): replace manual auto-scroll with useStickToBottom in chat t…
…hread (#1031) * feat(web): replace manual auto-scroll with useStickToBottom in chat thread Replaces the custom scroll tracking implementation (manual scroll listeners, scrollIntoView calls, isAutoScrollEnabled state) with the useStickToBottom library already used in detailsCard. Fixes layout regressions for sticky answer headers and chat box visibility. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * chore: update CHANGELOG for #1031 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * changelog * feedabck --------- Co-authored-by: Claude Sonnet 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a3bd2a - Browse repository at this point
Copy the full SHA 2a3bd2aView commit details -
fix(web): don't include sources in grep tool when groupByRepo=true (#…
…1032) * fix(web): don't include sources in grep tool when groupByRepo=true When `groupByRepo=true`, the LLM only sees a repo-level summary and never references individual files. Previously, all matched files were still streamed to the client as sources, causing 1000+ individual setSources() calls and cascading re-renders that froze the UI. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * chore: update CHANGELOG for #1032 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> --------- Co-authored-by: Claude Sonnet 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 783acaa - Browse repository at this point
Copy the full SHA 783acaaView commit details -
fix(web): move chat storage keys to constants and clear search scope …
…on thread creation (#1033) * refactor(web): move chat storage keys to constants and clear search scope on thread creation Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * chore: update CHANGELOG for #1033 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * changelog --------- Co-authored-by: Claude Sonnet 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8acfae - Browse repository at this point
Copy the full SHA d8acfaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ae24d - Browse repository at this point
Copy the full SHA b6ae24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d910b8d - Browse repository at this point
Copy the full SHA d910b8dView commit details
Commits on Mar 24, 2026
-
fix(web): fix inaccurate scroll position when selecting chat referenc…
…es (#1035) * fix(web): fix inaccurate scroll position when selecting chat references (SOU-724) Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * chore: update CHANGELOG for #1035 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> --------- Co-authored-by: Claude Sonnet 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8001af2 - Browse repository at this point
Copy the full SHA 8001af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ee456 - Browse repository at this point
Copy the full SHA c7ee456View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.15.11...v4.16.0