Skip to content

Commit 49d2d3a

Browse files
author
Jacob Pleiness
committed
update docs
1 parent ac39a0f commit 49d2d3a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/releases.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph:
1212

1313
| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
1414
|--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------|
15+
| 6.7 Patch 2 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v67375) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 6.7 Patch 1 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v67229) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.7 Patch 0 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v670) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 6.6 Patch 2 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v662517) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44

55
{/* CHANGELOG_START */}
66

7-
# 6.7 Patch 3
7+
# 6.7 Patch 2
88

99
## v6.7.375
1010

@@ -46,7 +46,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change
4646

4747
#### Cody
4848

49-
- add reasoning to GPT-5 models `(PR #7107)`
49+
- Add reasoning to GPT-5 models `(PR #7107)`
5050
- 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
5151
- Include `UseLegacyCompletions` in the config conversion layer `(PR #7089)`
5252
- Addresses `422 Unprocessable Entity` errors due to Cody client using `/v1/chat/completions` instead of the legacy `/v1/completions`.
@@ -1045,7 +1045,7 @@ The following PRs were merged onto the previous release branch but could not be
10451045
- Add color back to conversation pane `(PR #6046)`
10461046
- Add Deep Search title back in and offset UI `(PR #6038)`
10471047
- Add info text if new share link has not been generated yet `(PR #6023)`
1048-
- 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)`
10491049
- Reduce search input width `(PR #6012)`
10501050
- Add opacity to input placeholder `(PR #6008)`
10511051
- Example query and search input visual tweaks `(PR #6006)`

0 commit comments

Comments
 (0)