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/cody/index.mdx
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
-
{/* Hackathon */}
2
1
# Cody
3
2
4
-
Cody is an AI coding assistant that uses all the latest LLMs and your development context to help you understand, write, and fix code faster. It uses the powerful Sourcegraph Sourcegraph's advanced Search API to pull context from both local and remote codebases so that you can use context about APIs, symbols, and usage patterns from across your entire codebase.
3
+
Cody is an AI coding assistant that uses all the latest LLMs and your development context to help you understand, write, and fix code faster. It uses the powerful Sourcegraph's advanced Search API to pull context from both local and remote codebases so that you can use context about APIs, symbols, and usage patterns from across your entire codebase.
Cody connects seamlessly with codehosts like <atarget="blank"href="https://github.com/login?client_id=e917b2b7fa9040e1edd4">GitHub</a>, <atarget="blank"href="https://gitlab.com/users/sign_in">GitLab</a> and IDEs like <atarget="blank"href="https://sourcegraph.com/docs/cody/clients/install-vscode">VS Code</a>, <atarget="blank"href="https://sourcegraph.com/docs/cody/clients/install-jetbrains">JetBrains</a> and [Visual Studio](/cody/clients/install-visual-studio). Once connected, Cody acts as your personal AI coding assistant, equipped with the following capabilities:
9
+
Cody connects seamlessly with codehosts like [GitHub](https://github.com/login?client_id=e917b2b7fa9040e1edd4), [GitLab](https://gitlab.com/users/sign_in) and IDEs like [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains) and [Visual Studio](/cody/clients/install-visual-studio). Once connected, Cody acts as your personal AI coding assistant, equipped with the following capabilities:
11
10
12
11
1. Developer chat with the most powerful models and context
13
12
2. Code completions, code edits, and customizable prompts
@@ -19,9 +18,9 @@ You can start using Cody with one of the following clients:
19
18
20
19
<ProductCards>
21
20
<ProductCardhref="/cody/clients/install-vscode"imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/vscode.svg"imgAlt="VS Code"title="Cody for VS Code"description="Install Cody's free extension for VS Code. " />
22
-
<ProductCardhref="/cody/clients/install-jetbrains"imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg"imgAlt="JetBrains"title="Cody for JetBrains"description="Install Cody's free and open source extension for JetBrains." />
23
-
<ProductCardhref="/cody/clients/install-visual-studio"imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-Product-Icon.svg"imgAlt="Visual Studio"title="Cody for Visual Studio (Experimental)"description="Install Cody's free and open source extension for Visual Studio." />
24
-
<ProductCardhref="/cody/clients/cody-with-sourcegraph"imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/cody-logomark-default.svg"imgAlt="Cody Web"title="Cody for Web"description="Use Cody in the Sourcegraph web app." />
21
+
<ProductCardhref="/cody/clients/install-jetbrains"imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg"imgAlt="JetBrains"title="Cody for JetBrains"description="Install Cody's free extension for JetBrains." />
22
+
<ProductCardhref="/cody/clients/install-visual-studio"imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-Product-Icon.svg"imgAlt="Visual Studio"title="Cody for Visual Studio (Experimental)"description="Install Cody's free extension for Visual Studio." />
23
+
<ProductCardhref="/cody/clients/cody-with-sourcegraph"imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/cody-logomark-default.svg"imgAlt="Cody Web"title="Cody for Web"description="Use Cody with the Sourcegraph web app interface." />
25
24
<ProductCardhref="/cody/clients/enable-cody-enterprise"imgSrc="https://sourcegraph.com/.assets/img/sourcegraph-mark.svg"imgAlt="Cody Enterprise"title="Cody Enterprise"description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
<td>Chat directly with AI to ask questions about your code, generate code, and edit code. Cody has context of your open file and repository by default, and you can use `@` to add context on specific files, symbols, remote repositories, or other non-code artifacts.</td>
41
+
<td>Chat directly with AI to ask questions about your code, generate code, and edit code. Cody has the context of your open file and repository by default, and you can use `@` to add context on specific files, symbols, remote repositories, or other non-code artifacts.</td>
<td>Automate key tasks in your workflow with premade and customizable prompts. Any common query or task can be built into a prompt to save and share with your team.</td>
<td>Cody provides the best LLM models and context to power chat. It uses the powerful Sourcegraph's advanced Search API to pull context from both local and remote codebases.</td>
<td>Cody is optimized to identify and fix errors in your code. Its debugging capability and autocomplete suggestions can significantly accelerate your debugging process, increasing developer productivity.</td>
<td>Cody can ignore selected repositories from chat and autocomplete results, which helps you control and manage what context from your codebase is used.</td>
61
+
<td>Cody can ignore selected repositories from chat and autocomplete results, which helps you control and manage what context your codebase uses.</td>
0 commit comments