Skip to content

Commit 0cef226

Browse files
authored
Merge branch 'main' into sg-next-feb-2025
2 parents 60b1a8a + bb3633c commit 0cef226

File tree

11 files changed

+7027
-6058
lines changed

11 files changed

+7027
-6058
lines changed

contentlayer.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable */
2-
31
import { defineDocumentType, makeSource } from 'contentlayer/source-files';
42
import fs from 'fs';
53
import rehypeAutolinkHeadings from 'rehype-autolink-headings';

docs/cody/capabilities/supported-models.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ Cody uses a set of models for autocomplete which are suited for the low latency
4343

4444
<Callout type="note">The default autocomplete model for Cody Free, Pro and Enterprise users is DeepSeek-Coder-V2.</Callout>
4545

46+
<Callout type="note">The DeepSeek model used by Sourcegraph is hosted by Fireworks.ai, and is hosted as a single-tenant service in a US-based data center. For more information see our [Cody FAQ](https://sourcegraph.com/docs/cody/faq#is-any-of-my-data-sent-to-deepseek).</Callout>
47+
4648
Read here for [Ollama setup instructions](https://sourcegraph.com/docs/cody/clients/install-vscode#supported-local-ollama-models-with-cody). For information on context token limits, see our [documentation here](/cody/core-concepts/token-limits).

docs/cody/faq.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ Cody does not support embeddings on Cody PLG and Cody Enterprise because we have
100100

101101
Leveraging Sourcegraph Search allowed us to deliver these enhancements.
102102

103+
## LLM Data Sharing and Retention
104+
105+
### Is any of my data sent to DeepSeek?
106+
107+
Our autocomplete features uses the open source DeepSeek-Coder-V2 model, which is hosted by Fireworks.ai in a secure single-tenant environment located in the USA. No customer chat or autocomplete data - such as chat messages, or context such as code snippets or configuration - is stored by Fireworks.ai.
108+
109+
Sourcegraph does not use models hosted by DeepSeek (the company), and does not send any data to the same.
110+
103111
## Third party dependencies
104112

105113
### What is the default `sourcegraph` provider for completions?

docs/technical-changelog.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,6 +2242,25 @@ The following PRs were merged onto the previous release branch but could not be
22422242
{/* RSS={"version":"v5.10.0", "releasedAt": "2024-11-27"} */}
22432243

22442244

2245+
# 5.9 Patch 4
2246+
2247+
## v5.9.17785
2248+
2249+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.9.17785)
2250+
2251+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.9.17785)
2252+
2253+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.9.17785)
2254+
2255+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v5.9.17785)
2256+
2257+
### Fix
2258+
2259+
#### Cody
2260+
2261+
- Allow specification of additional chat GPT models for Cody `(PR #3434)`
2262+
Backport 5190f43a4d09810e69400c5d0e6d9176b3c4b815 from #3380
2263+
22452264
# 5.9 Patch 3
22462265

22472266
## v5.9.1590

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@heroicons/react": "^2.0.18",
2222
"@langbase/components": "^0.1.5",
2323
"@mdx-js/mdx": "^3.0.1",
24-
"@next/third-parties": "^15.1.3",
24+
"@next/third-parties": "^14.1.4",
2525
"@radix-ui/react-hover-card": "^1.1.1",
2626
"@radix-ui/react-select": "^2.0.0",
2727
"@radix-ui/react-slot": "^1.0.2",
@@ -45,12 +45,12 @@
4545
"langbase": "^1.1.26",
4646
"lucide-react": "^0.372.0",
4747
"mdx": "^0.3.1",
48-
"next": "^15.1.6",
48+
"next": "^14.2.3",
4949
"next-contentlayer": "^0.3.4",
5050
"next-themes": "^0.2.1",
5151
"prism-react-renderer": "^2.0.6",
52-
"react": "19.0.0",
53-
"react-dom": "19.0.0",
52+
"react": "18.3.1",
53+
"react-dom": "18.3.1",
5454
"react-highlight-words": "^0.20.0",
5555
"react-syntax-highlighter": "^15.5.0",
5656
"rehype-autolink-headings": "^7.1.0",
@@ -63,7 +63,7 @@
6363
"tailwind-merge": "^2.3.0",
6464
"tailwindcss": "^3.3.3",
6565
"tailwindcss-animate": "^1.0.7",
66-
"typescript": "5.7.2",
66+
"typescript": "5.1.6",
6767
"unist-util-visit": "^5.0.0"
6868
},
6969
"devDependencies": {

0 commit comments

Comments
 (0)