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
This change is a quick fix for a broken changelog release in `v6.7.1104`
## Pull Request approval
You will need to get your PR approved by at least one member of the
Sourcegraph team. For reviews of docs formatting, styles, and component
usage, please tag the docs team via the #docs Slack channel.
- Google Vertex: fix critical regression; add support for Gemin models and Workload Identity auth `(PR #7080)`
24
-
- Google Vertex: added Workload Identity authentication support, as an alternative to access token authentication.
25
-
- Google Vertex: fixed issues preventing Gemini models from being used.
26
-
Backport f80ec0d84a54336daf66fa6e9c8a43cea9ac1fc2 from #7075
27
-
28
-
### Fix
29
-
30
-
#### Cody
31
-
32
-
- add reasoning to GPT-5 models `(PR #7107)`
33
-
- Fixed OpenAI GPT-5 reasoning model to use correct temperature and top_p parameters. These models now default to 0 for both parameters, allowing OpenAI to use its optimized defaults for reasoning tasks. Backport 59a57c27d8c27a665d596b4324f85177914758a3 from #7092
34
-
- Include `UseLegacyCompletions` in the config conversion layer `(PR #7089)`
35
-
- Addresses `422 Unprocessable Entity` errors due to Cody client using `/v1/chat/completions` instead of the legacy `/v1/completions`.
36
-
Backport 231d6ebe20ec8e327fc9695f4df5e6039bb8208e from #7054
37
-
38
19
### Chore
39
20
40
21
#### Deepsearch
41
22
42
23
- Bump timeout for executing turn `(PR #7143)`
43
-
- Add default case to deep search telemetry (#6977) `(PR #7019)`
- Added a shareable URL to DeepSearch conversations, making it easier to share conversations with others. Backport 08602f581464e9f8c1c766cf7542649159bacfc8 from #7078
- Removed the `references` field from the DeepSearch conversation model and related functionality. This simplifies the codebase by removing the unused file permission tracking system for DeepSearch conversations. Backport affb5349bedef24188a7e992f9581ee76fbe151d from #7021
57
-
- [Backport 6.7.x] feat(deep search): allow sync processing via API (#7055) `(PR #7074)`
- Adds `v1` prefix to deepsearch APIsBackport `bcd3192` from [https://github.com/sourcegraph/sourcegraph/pull/7002](https://github.com/sourcegraph/sourcegraph/pull/7002)
@@ -112,10 +74,23 @@ The following PRs were merged onto the previous release branch but could not be
112
74
#### Cody
113
75
114
76
- Add reasoning to GPT-5 models `(PR #7107)`
115
-
- Fixed OpenAI GPT-5 reasoning model to use correct temperature and top_p parameters. These models now default to 0 for both parameters, allowing OpenAI to use its optimized defaults for reasoning tasks. Backport 59a57c27d8c27a665d596b4324f85177914758a3 from #7092
77
+
- Fixed OpenAI GPT-5 reasoning model to use correct temperature and top_p parameters. These models now default to 0 for both parameters, allowing OpenAI to use its optimized defaults for reasoning tasks.
78
+
Backport 59a57c27d8c27a665d596b4324f85177914758a3 from #7092
116
79
- Include `UseLegacyCompletions` in the config conversion layer `(PR #7089)`
117
80
- Addresses `422 Unprocessable Entity` errors due to Cody client using `/v1/chat/completions` instead of the legacy `/v1/completions`.
118
-
Backport 231d6ebe20ec8e327fc9695f4df5e6039bb8208e from #7054
81
+
Backport 231d6ebe20ec8e327fc9695f4df5e6039bb8208e from #7054
82
+
83
+
### Chore
84
+
85
+
#### Security
86
+
87
+
- Auto-update all packages in Sourcegraph container images `(PR #7094)`
88
+
89
+
### Uncategorized
90
+
91
+
#### Others
92
+
93
+
- Deep search: fix ranking of repo suggestions `(PR #7100)`
119
94
120
95
### Reverts
121
96
@@ -190,7 +165,7 @@ The following PRs were merged onto the previous release branch but could not be
190
165
- Google Vertex: fix critical regression; add support for Gemin models and Workload Identity auth `(PR #7080)`
191
166
- Google Vertex: added Workload Identity authentication support, as an alternative to access token authentication.
192
167
- Google Vertex: fixed issues preventing Gemini models from being used.
193
-
Backport f80ec0d84a54336daf66fa6e9c8a43cea9ac1fc2 from #7075
168
+
Backport f80ec0d84a54336daf66fa6e9c8a43cea9ac1fc2 from #7075
194
169
- Add fullscreen option to page layout `(PR #6733)`
0 commit comments