MARCH 05, 2025
Sourcegraph 6.1.2889
A newer patch release is available: 6.1.5633. See all changes in Sourcegraph 6.1.
Details
Improvements
- Code Search Adds `Team` support in SvelteKit ownership panel
Implement ownership information for the Sveltekit rewrite.
Backport 30f3ea6a6c115c633291c388ff599ff107d7f38b from #3738 - Code Search Add ownership panel MVP to sveltekit app
- Adds read-only ownership panel to Sveltekit frontend
- Gated behind 'svelte-ownership' feature flag
Backport 469f2ea37a214f3c0eb1cbde012625bdbef84b6f from #3558
Fixes
- Code Search Missing symbol changes from merge commits in Rockskip
This fixes a bug in Rockskip (symbol search) where we would miss symbol changes introduced by merge commits. This bug manifested in incorrect search results and errors of symbols service similar to "pathspec (...) did not match any files".
Backport d8426a9aec4930ce71922562fdebdcfd0d657cb4 from #3699 - Source Fix bug where the token always has to be entered when editing certain code host connections
- Fixed issue where the code host connection editor would always ask for the token to be re-entered.
Backport 428c1eef19d68b38037bd35457632a007a78494d from #3719
- Fixed issue where the code host connection editor would always ask for the token to be re-entered.
- Update cody web to 0.31.1 to fix issue with pasting linebreaks (#3696)
fix: prompt templates should not fail when pasting linebreaks
- Batch Changes TransformChanges.group.directory should not interpret file names as directories
fix(batches): transformChanges.group.directory should not interpret file names as directories
Backport 6ffff463be1743b89ab865018e46a34ff4e549f5 from #3721