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
- Addressed pagination and performance issues with listing Bitbucket.org repositories in Enterprise Starter repository management. Backport cd8120b70d93d9ab4021f7c284464bcd5b5246de from #7112
@@ -20,7 +46,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change
20
46
21
47
#### Cody
22
48
23
-
- add reasoning to GPT-5 models `(PR #7107)`
49
+
- Add reasoning to GPT-5 models `(PR #7107)`
24
50
- 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
25
51
- Include `UseLegacyCompletions` in the config conversion layer `(PR #7089)`
26
52
- Addresses `422 Unprocessable Entity` errors due to Cody client using `/v1/chat/completions` instead of the legacy `/v1/completions`.
@@ -1019,7 +1045,7 @@ The following PRs were merged onto the previous release branch but could not be
1019
1045
- Add color back to conversation pane `(PR #6046)`
1020
1046
- Add Deep Search title back in and offset UI `(PR #6038)`
1021
1047
- Add info text if new share link has not been generated yet `(PR #6023)`
1022
-
- Increase liklihood go-to-def and find-references uses syntactic or precise data `(PR #6018)`
1048
+
- Increase likelihood go-to-def and find-references uses syntactic or precise data `(PR #6018)`
1023
1049
- Reduce search input width `(PR #6012)`
1024
1050
- Add opacity to input placeholder `(PR #6008)`
1025
1051
- Example query and search input visual tweaks `(PR #6006)`
0 commit comments