You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds `Team` support in SvelteKit ownership panel `(PR #3830)`
24
+
- Implement ownership information for the Sveltekit rewrite. Backport 30f3ea6a6c115c633291c388ff599ff107d7f38b from #3738
25
+
- add ownership panel MVP to sveltekit app `(PR #3829)`
26
+
- Adds read-only ownership panel to Sveltekit frontend
27
+
- Gated behind 'svelte-ownership' feature flag
28
+
Backport 469f2ea37a214f3c0eb1cbde012625bdbef84b6f from #3558
29
+
30
+
### Fix
31
+
32
+
#### Batch Changes
33
+
34
+
- transformChanges.group.directory should not interpret file names as directories `(PR #3726)`
35
+
- fix(batches): transformChanges.group.directory should not interpret file names as directories Backport 6ffff463be1743b89ab865018e46a34ff4e549f5 from #3721
36
+
37
+
#### Cody-Gateway
38
+
39
+
- removes ModelCapabilityEdit from Claude 3.7 Sonnet `(PR #3737)`
40
+
41
+
#### Search
42
+
43
+
- missing symbol changes from merge commits in Rockskip `(PR #3844)`
44
+
- 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
45
+
46
+
#### Source
47
+
48
+
- Fix bug where the token always has to be entered when editing certain code host connections `(PR #3751)`
49
+
- Fixed issue where the code host connection editor would always ask for the token to be re-entered. Backport 428c1eef19d68b38037bd35457632a007a78494d from #3719
50
+
51
+
#### Workspaces
52
+
53
+
- apply jitter to global reconciler `(PR #3772)`
54
+
55
+
#### Others
56
+
57
+
- update cody web to 0.31.1 to fix issue with pasting linebreaks (#3696) `(PR #3729)`
58
+
- fix: prompt templates should not fail when pasting linebreaks
59
+
60
+
### Chore
61
+
62
+
#### Security
63
+
64
+
- Update Caddy `(PR #3906)`
65
+
66
+
### Refactor
67
+
68
+
#### Search
69
+
70
+
- Normalize `displayName` across `Person` and `Team` types `(PR #3825)`
0 commit comments