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
Copy file name to clipboardExpand all lines: docs/analytics/index.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,8 @@ Many of the metrics above are also available for Cody only. However, some user d
72
72
| Hours saved | The number of hours saved by Cody users, assuming 2 minutes saved per completion |
73
73
| Completions by day | The number of completions suggested by day and by editor. |
74
74
| Completion acceptance rate (CAR) | The percent of completions presented to a user for at least 750ms accepted by day, the editor, day, and month. |
75
-
| Weighted completion acceptance rate (wCAR) | Similar to CAR, but weighted by the number of characters presented in the completion, and only counting those fully retained by the user for X minutes after accepting the completion, by the editor, day, and month. |
75
+
| Weighted completion acceptance rate (wCAR) | Similar to CAR, but weighted by the number of characters presented in the completion, by the editor, day, and month. This assigns more "weight" to accepted completions that provide more code to the user. |
76
+
| Completion persistence rate | Percent of completions that are retained or mostly retained (67%+ of inserted text) after various time intervals. |
76
77
| Average completion latency (ms) | The average milliseconds of latency before a user is presented with a completion suggestion by an editor. |
77
78
| Acceptance rate by language | CAR and total completion suggestions broken down by editor during the selected time |
78
79
@@ -85,8 +86,11 @@ Many of the metrics above are also available for Cody only. However, some user d
85
86
| Hours saved by chats | Total hours saved through Cody chat interactions during the selected time , assuming 5 minutes saved per chat |
86
87
| Cody chats by day | Daily count of chat interactions |
87
88
| Cody chat users | Daily count of chat users |
88
-
| Prompts created, edited, and deleted by day | Daily count of prompt management activities, including creation, modification, and removal |
89
-
| Users creating, editing, and deleting prompts by day | Number of unique users performing prompt management activities each day |
89
+
| Lines of code inserted | Lines of code generated by Cody in chat that get applied, inserted, or pasted into the editor. Only VS Code is included in this metric for now |
90
+
| Insert rate | Percent of code generated by Cody in chat that gets applied, inserted, or pasted into the editor. Only VS Code is included in this metric for now |
91
+
| Chat apply & insert persistence rate | Percent of code inserted by Apply and Insert actions that are retained or mostly retained (67%+ of inserted text) after various time intervals |
92
+
| Prompts created, edited, and deleted by day | Daily count of prompt management activities, including creation, modification, and removal |
93
+
| Users creating, editing, and deleting prompts by day | Number of unique users performing prompt management activities each day |
Copy file name to clipboardExpand all lines: docs/cloud/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ For unsupported private connectivity methods, Sourcegraph offers connectivity vi
112
112
### Health monitoring, support, and SLAs
113
113
114
114
- Instance performance and health [monitored](/admin/observability/) by our team's on-call engineers.
115
-
-[Support and SLAs](https://handbook.sourcegraph.com/support#for-customers-with-managed-instances).
115
+
-[Support and SLAs](../sla/index.mdx).
116
116
117
117
### Backup and restore
118
118
@@ -198,7 +198,7 @@ Your managed instance will be accessible over HTTPS/TLS, provide storage volumes
198
198
199
199
For all managed instances, we will provide security capabilities from Cloudflare such as WAF and rate-limiting to protect your instance from malicious traffic.
200
200
201
-
Your instance will be hosted in isolated Google Cloud infrastructure. See our [employee handbook](https://handbook.sourcegraph.com/departments/cloud/technical-docs/)to learn more about the cloud architecture we use. Both your team and limited Sourcegraph personnel will have application-level administrator access to the instance.
201
+
Your instance will be hosted in isolated Google Cloud infrastructure. See our [FAQ](#faq) below to learn more about the cloud architecture. Both your team and limited Sourcegraph personnel will have application-level administrator access to the instance.
202
202
203
203
Only essential Sourcegraph personnel will have access to the instance, server, code, and any other sensitive materials, such as tokens or keys. The employees or contractors with access are bound by the same terms as Sourcegraph itself. Learn more in our [security policies for Sourcegraph Cloud](https://about.sourcegraph.com/security) or [contact us](https://about.sourcegraph.com/contact/sales) with any questions or concerns. You may also request a copy of our SOC 2 Report on our [security portal](https://security.sourcegraph.com).
- A supported editor extension (VS Code, JetBrains, Visual Studio)
23
23
24
24
The autocomplete feature is enabled by default on all IDE extensions, i.e., VS Code and JetBrains. Generally, there's a checkbox in the extension settings that confirms whether the autocomplete feature is enabled or not. In addition, some autocomplete settings are optionally and explicitly supported by some IDEs. For example, JetBrains IDEs have settings that allow you to customize colors and styles of the autocomplete suggestions.
Copy file name to clipboardExpand all lines: docs/cody/capabilities/chat.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<Tabtitle="Free/Pro">
7
7
You can **chat** with Cody to ask questions about your code, generate code, and edit code. By default, Cody has the context of your open file and entire repository, and you can use `@` to add context for specific files, symbols, remote repositories, or other non-code artifacts.
8
8
9
-
You can do it from the **chat** panel of the supported editor extensions ([VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio), [Eclispe](/cody/clients/install-eclipse)) or in the [web](/cody/clients/cody-with-sourcegraph) app.
9
+
You can do it from the **chat** panel of the supported editor extensions ([VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio)) or in the [web](/cody/clients/cody-with-sourcegraph) app.
<Callouttype="note">To use Claude 3 Sonnet models with Cody Enterprise, make sure you've upgraded your Sourcegraph instance to the latest version.</Callout>
<Callouttype="note">To use Claude 3 Sonnet models with Cody Enterprise, make sure you've upgraded your Sourcegraph instance to the latest version. Claude 3.7 Sonnet with thinking is not supported for BYOK deployments.</Callout>
Copy file name to clipboardExpand all lines: docs/cody/clients/cody-with-sourcegraph.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<pclassName="subtitle">Learn how to use Cody in the web interface with your Sourcegraph.com instance.</p>
4
4
5
-
In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio), and [Eclispe](/cody/clients/install-eclipse) IDEs, Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance.
5
+
In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), and [Visual Studio](/cody/clients/install-visual-studio) IDEs, Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance.
6
6
7
7
<LinkCards>
8
8
<LinkCardhref="https://sourcegraph.com/cody/chat"imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg"imgAlt="Cody for Web"title="Cody for Web"description="Use Cody in the Sourcegraph Web App." />
0 commit comments