Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 8 additions & 34 deletions docs/cody/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,40 +29,14 @@ You can start using Cody with one of the following options:

Cody's main features include:

<table>
<thead>
<tr>
<th>Feature</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/cody/capabilities/chat">Chat</a></td>
<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>
</tr>
<tr>
<td><a href="/cody/capabilities/autocomplete">Autocomplete</a></td>
<td>Cody predicts what you're trying to write before you type it. It makes single-line and multi-line suggestions as you type, using the context of the code around your cursor to make accurate suggestions.</td>
</tr>
<tr>
<td><a href="/cody/capabilities/commands">Prompts</a></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>
</tr>
<tr>
<td><a href="/cody/core-concepts/context">Context</a></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>
</tr>
<tr>
<td><a href="/cody/capabilities/debug-code">Debug code</a></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>
</tr>
<tr>
<td><a href="/cody/capabilities/ignore-context">Cody Context Filters</a></td>
<td>Cody can ignore selected repositories from chat and autocomplete results, which helps you control and manage what context your codebase uses.</td>
</tr>
</tbody>
</table>
| **Feature** | **Description** |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **[Chat](/cody/capabilities/chat)** | 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. |
| **[Autocomplete](/cody/capabilities/autocomplete)** | Cody predicts what you're trying to write before you type it. It makes single-line and multi-line suggestions as you type, using the context of the code around your cursor to make accurate suggestions. |
| **[Prompts](/cody/capabilities/commands)** | 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. |
| **[Context](/cody/core-concepts/context)** | 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. |
| **[Debug code](/cody/capabilities/debug-code)** | 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. |
| **[Context Filters](/cody/capabilities/ignore-context)** | Cody can ignore selected repositories from chat and autocomplete results, which helps you control and manage what context your codebase uses. |

## What data is collected, and how is it used?

Expand Down
Loading