Skip to content

Commit 69843aa

Browse files
committed
Add improvements to main Cody homepage
1 parent cad359e commit 69843aa

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/cody/index.mdx

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
{/* Hackathon */}
21
# Cody
32

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.
54

65
<video width="1920" height="1080" loop playsInline controls style={{ width: '100%', height: 'auto' }}>
76
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/Media/cody-in-action-102024.mp4" type="video/mp4"/>
87
</video>
98

10-
Cody connects seamlessly with codehosts like <a target="blank" href="https://github.com/login?client_id=e917b2b7fa9040e1edd4">GitHub</a>, <a target="blank" href="https://gitlab.com/users/sign_in">GitLab</a> and IDEs like <a target="blank" href="https://sourcegraph.com/docs/cody/clients/install-vscode">VS Code</a>, <a target="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:
1110

1211
1. Developer chat with the most powerful models and context
1312
2. Code completions, code edits, and customizable prompts
@@ -19,9 +18,9 @@ You can start using Cody with one of the following clients:
1918

2019
<ProductCards>
2120
<ProductCard href="/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-
<ProductCard href="/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-
<ProductCard href="/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-
<ProductCard href="/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+
<ProductCard href="/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+
<ProductCard href="/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+
<ProductCard href="/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." />
2524
<ProductCard href="/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." />
2625
</ProductCards>
2726

@@ -39,7 +38,7 @@ Cody's main features include:
3938
<tbody>
4039
<tr>
4140
<td><a href="/cody/capabilities/chat">Chat</a></td>
42-
<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>
4342
</tr>
4443
<tr>
4544
<td><a href="/cody/capabilities/autocomplete">Autocomplete</a></td>
@@ -48,14 +47,18 @@ Cody's main features include:
4847
<tr>
4948
<td><a href="/cody/capabilities/commands">Prompts</a></td>
5049
<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>
50+
</tr>
51+
<tr>
52+
<td><a href="/cody/core-concepts/context">Context</a></td>
53+
<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>
5154
</tr>
5255
<tr>
5356
<td><a href="/cody/capabilities/debug-code">Debug code</a></td>
5457
<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>
5558
</tr>
5659
<tr>
5760
<td><a href="/cody/capabilities/ignore-context">Cody Context Filters</a></td>
58-
<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>
5962
</tr>
6063
</tbody>
6164
</table>

0 commit comments

Comments
 (0)