diff --git a/README.md b/README.md index fa1829b3e1a..53cc4dfa8a3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Code AI with codebase context** -Cody is an AI coding assistant that uses search and codebase context to help you understand, write, and fix code faster. +Cody is an AI coding assistant that uses the latest LLMs and codebase context to help you understand, write, and fix code faster. [Docs](https://sourcegraph.com/docs/cody) • [cody.dev](https://about.sourcegraph.com/cody?utm_source=github.com&utm_medium=referral) @@ -37,7 +37,7 @@ See [cody.dev](https://about.sourcegraph.com/cody?utm_source=github.com&utm_medi - **Chat:** Ask Cody questions about your codebase. Cody will use semantic search to retrieve files from your codebase and use context from those files to answer your questions. You can @-mention files to target specific context, and you can also add remote repositories as context on Cody Enterprise. - **Autocomplete:** Cody makes single-line and multi-line suggestions as you type, speeding up your coding and shortcutting the need for you to hunt down function and variable names as you type. - **Inline Edit:** Ask Cody to fix or refactor code from anywhere in a file. -- **Commands:** Cody has quick commands for common actions. Simply highlight a code snippet and run a command, like “Document code,” “Explain code,” or “Generate Unit Tests.” +- **Prompts:** Cody has quick, customizable prompts for common actions. Simply highlight a code snippet and run a prompt, like “Document code,” “Explain code,” or “Generate Unit Tests.” - **Swappable LLMs:** Support for Anthropic Claude 3.5 Sonnet, OpenAI GPT-4o, Mixtral, Gemini 1.5, and more. - **Free LLM usage included** Cody Free gives you access to Anthropic Claude 3.5 Sonnet and other models. It's available for individual devs on both personal and work code, subject to reasonable per-user rate limits ([more info](#usage)). diff --git a/vscode/README.md b/vscode/README.md index e14dbae5d45..e71f4e0aedf 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -1,14 +1,14 @@ # AI that uses your codebase as context -[Cody](https://about.sourcegraph.com/cody?utm_source=marketplace.visualstudio.com&utm_medium=referral) is an AI coding assistant that helps you understand, write, and fix code faster. It uses advanced search 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 at any scale, all from within VS Code. Plus, Cody Pro users can choose from the latest large language models—like GPT-4o and Claude 3 Opus—to customize Cody to their needs. +[Cody](https://about.sourcegraph.com/cody?utm_source=marketplace.visualstudio.com&utm_medium=referral) is an AI coding assistant that helps you understand, write, and fix code faster. It uses advanced search 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 at any scale, all from within VS Code. Plus, Cody users can choose from the latest large language models—like GPT-4o and Claude 3.5 Sonnet—to customize Cody to their needs. -Install Cody to get started with free AI-powered autocomplete, chat, commands, and more. +Install Cody to get started with free AI-powered autocomplete, chat, prompts, and more. ## Autocomplete Cody autocompletes single lines, or whole functions, in any programming language, configuration file, or documentation. It’s powered by the latest instant LLM models, for accuracy and performance. -Cody autocomplete +Cody autocomplete ## Chat @@ -23,25 +23,23 @@ For example, you can ask Cody: - "Add helpful debug log statements" - "Make this work" _(seriously, it often works—try it!)_ -Cody Chat +Cody Chat -## Built-In Commands +## Built-In Prompts -Streamline your development process by using Cody commands to understand, improve, fix, document, and generate unit tests for your code. +Streamline your development process by using prompts to understand, improve, fix, document, and generate unit tests for your code. -Explain Code command +Explain Code command -## Custom Commands (Beta) +## Prompt Library -You can also build your own [Custom Commands (Beta)](https://sourcegraph.com/docs/cody/capabilities/commands#custom-commands) to tailor Cody to your workflow. Custom Commands are defined as JSON within your repository and can be saved to your workspace for your teammates to reuse. - -Custom command +You can also create your own prompts and save them in the [Prompt Library](https://sourcegraph.com/docs/cody/capabilities/commands#prompt-library) to tailor Cody to your workflow. ## Choose Your LLM -Cody Pro users can now select the LLM they want to use for chat and experiment to choose the best model for the job. Choose from Claude 3 Opus, Claude 3.5 Sonnet, Claude 3 Sonnet, Claude 3 Haiku, ChatGPT 4o, ChatGPT 4 Turbo, ChatGPT 3.5 Turbo, Google Gemini 1.5 Pro, Gemini 1.5 Flash, and Mixtral. +Cody users can select the LLM they want to use for chat and experiment to choose the best model for the job. Choose from multiple options including Claude 3.5 Sonnet, Gemini 1.5 Pro, and Mixtral 8x7B. Cody Pro users can also select Claude 3 Opus and GPT-4o. [See the full list of model options here](https://sourcegraph.com/docs/cody/capabilities/supported-models). -Administrators for Sourcegraph Enterprise instances can choose betweeen Claude and ChatGPT models to set for their teams as well. +Administrators for Sourcegraph Enterprise instances can configure which model options to let team members choose from. ## Usage