diff --git a/docs/cody/index.mdx b/docs/cody/index.mdx index bac53d79e..6064d2802 100644 --- a/docs/cody/index.mdx +++ b/docs/cody/index.mdx @@ -29,40 +29,14 @@ You can start using Cody with one of the following options: Cody's main features include: -
| Feature | -Description | -
|---|---|
| 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 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 | -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 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 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. | -
| Cody Context Filters | -Cody can ignore selected repositories from chat and autocomplete results, which helps you control and manage what context your codebase uses. | -