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
- stitched-graph gen activity with buildkite `(PR #7209)`
36
+
- feat(release): stitched-graph gen activity with buildkite
37
+
- init minor release prep activities `(PR #7091)`
38
+
- temporal maxVersionConst update activity, minor release prep workflow set up
39
+
- Stitched Migration Graph Gen Library `(PR #7024)`
40
+
- feat(release): introduce stitched graph lib for portability rather than just a bazel target
41
+
42
+
#### Search
43
+
44
+
- Consider existing file: filters for suggestions `(PR #7253)`
45
+
46
+
#### Source
47
+
48
+
- Gate Cody API access behind license feature `(PR #7230)`
49
+
- The Cody API endpoints (anything under `/.api/llm`) are no longer available.
50
+
- Support Bitbucket Server's archived repositories `(PR #7158)`
51
+
- Sourcegraph now supports Bitbucket Server's [official way to archive a repository](https://confluence.atlassian.com/bitbucketserver/archive-a-repository-1128304317.html), and the workaround of applying an "archived" label is no longer supported.
52
+
- Support .git-blame-ignore-revs for Blame commands `(PR #7035)`
53
+
- Sourcegraph now supports `.git-blame-ignore-revs` files in the root of repositories.
54
+
55
+
#### Others
56
+
57
+
- add predefined OAuth client for Visual Studio `(PR #7163)`
58
+
- VS predefined OAuth client added
59
+
- sg msp: use operatorwrite db account `(PR #7132)`
60
+
- add predefined OAuth client for Cody `(PR #7090)`
61
+
- Add "cody" predefined client with device flow support to enable OAuth authentication for Sourcegraph Cody across all IDEs.
62
+
- Embed React prompts pages `(PR #6735)`
63
+
- Embed repo own pages `(PR #6713)`
64
+
65
+
### Fix
66
+
67
+
#### Cody
68
+
69
+
- max output tokens for claude-opus-4-1 `(PR #7260)`
70
+
71
+
#### Deepsearch
72
+
73
+
- Only show follow-up suggestions for most recent QA pair `(PR #6998)`
74
+
75
+
#### Ds-Gating
76
+
77
+
- added testing to telemetry for DS gating on fail open cases `(PR #7017)`
78
+
- Added testing to the telemetry events on fail open cases for DeepSearch gating
79
+
80
+
#### Release
81
+
82
+
- use `--auto-exclude-previous-releases` in changelog call `(PR #7224)`
83
+
- feat: improved changelog gen filtering, prevent duplicate entries on fast forwarded branches
84
+
85
+
#### Source
86
+
87
+
- Git blame check for fs.PathError instead of NotFound error `(PR #7215)`
88
+
- Deduplicate repository permissions on Repo Permissions page `(PR #7202)`
89
+
- Fixed a bug where, on a user's Repo Permissions page, the number of repositories they have access to could be greatly exaggerated.
- Fixed an issue where pagination on a user's Repo Permissions page did not work.
92
+
- show different errors for user and organisation name conflicts `(PR #7166)`
93
+
94
+
#### Others
95
+
96
+
- Fix various style issues with embedded React pages `(PR #7242)`
97
+
- Make Deep Search responsive `(PR #7125)`
98
+
- Add `billingMetadata` to `search:execute` event `(PR #7086)`
99
+
- Add /search/notebook to /notebooks redirect in new web app `(PR #7066)`
100
+
- sg setup check for pre-commit `(PR #7042)`
101
+
- N/A
102
+
- update dev/nix README with Cachix setup documentation `(PR #7007)`
103
+
- N/A
104
+
105
+
### Chore
106
+
107
+
#### Ci
108
+
109
+
- use sourcegraph/go-mockgen fork `(PR #7052)`
110
+
111
+
#### Cody
112
+
113
+
- Deprecated claude opus 4 `(PR #7258)`
114
+
115
+
#### Deepsearch
116
+
117
+
- Remove Deep Search tool from MCP registry `(PR #7314)`
118
+
- Prevent input and follow up boxes from accepting pasted images `(PR #7309)`
119
+
- Add composite index for user_id and updated_at `(PR #7129)`
120
+
121
+
#### Release
122
+
123
+
- consolidate sitiched const to one file `(PR #7122)`
124
+
- chore: consolidate stitched graph generation consts into one file
125
+
126
+
#### Source
127
+
128
+
- wrap FetchUserPerms errors more `(PR #7264)`
129
+
- Simplify code and remove TODO `(PR #7192)`
130
+
131
+
#### Others
132
+
133
+
- Enable react embedded pages for customers `(PR #7243)`
134
+
- deprecate claude sonnet 3.5 model since it's going to be EOL `(PR #7085)`
135
+
- closes: CODY-6235
136
+
137
+
### Reverts
138
+
139
+
- revert pgvector removal and auto-upgrade of versions `(PR #-1)`
140
+
141
+
### Uncategorized
142
+
143
+
#### Others
144
+
145
+
- [Backport 6.8.x] Fix OAuth provider matching when multiple client IDs are present for the same URL `(PR #7282)`
146
+
- Fix repository metadata documentation link `(PR #7244)`
147
+
- bug(deep search): Report suggested follow-ups as raw LLM call in analytics `(PR #7226)`
148
+
- Fixed the analytics event type for follow-up suggestions to use `DeepSearchEventRawLLM` instead of `DeepSearchEventFollowUp` to ensure consistent event tracking.
- Make index picker show the type of index available `(PR #7015)`
189
+
- Add RBAC permission that allows uploading SCIP code index `(PR #7010)`
190
+
- A user can be allowed through RBAC system to upload SCIP indexes for repositories they do not have write access to on code forge. This also applies to service accounts.
191
+
- Update telemetry billing metadata from 'insights' to 'insight' `(PR #7000)`
0 commit comments