diff --git a/docs/cody/capabilities/autocomplete.mdx b/docs/cody/capabilities/autocomplete.mdx index 9d73350ba..3d9954c67 100644 --- a/docs/cody/capabilities/autocomplete.mdx +++ b/docs/cody/capabilities/autocomplete.mdx @@ -25,11 +25,11 @@ On the technical side, Cody's autocomplete is optimized for both server-side and To view how Cody provides code completions , you'll need to have the following: - A Free or Pro account via Sourcegraph.com or a Sourcegraph Enterprise account -- A supported editor extension (VS Code, JetBrains, and Neovim) installed +- A supported editor extension (VS Code, JetBrains) installed ## Working with code autocomplete -The autocomplete feature is enabled by default on all IDE extensions, i.e., VS Code, JetBrains, and Neovim. Generally, there's a checkbox in the extension settings that confirms whether the autocomplete feature is enabled or not. In addition, some autocomplete settings are optionally and explicitly supported by some IDEs. For example, JetBrains IDEs have custom settings that allow you to customize colors and styles of the autocomplete suggestions. +The autocomplete feature is enabled by default on all IDE extensions, i.e., VS Code and JetBrains. Generally, there's a checkbox in the extension settings that confirms whether the autocomplete feature is enabled or not. In addition, some autocomplete settings are optionally and explicitly supported by some IDEs. For example, JetBrains IDEs have custom settings that allow you to customize colors and styles of the autocomplete suggestions. You can start typing and Cody will automatically provide suggestions and context-aware completions based on your coding patterns and the code context. These autocomplete suggestions appear as grayed text. To accept the suggestion, press the `Enter` or `Tab` key. diff --git a/docs/cody/capabilities/chat.mdx b/docs/cody/capabilities/chat.mdx index a78191752..57ae53a8d 100644 --- a/docs/cody/capabilities/chat.mdx +++ b/docs/cody/capabilities/chat.mdx @@ -2,7 +2,7 @@

Use Cody's chat to get contextually-aware answers to your questions.

-Cody **chat** allows you to ask coding-related questions about any part of your codebase or specific code snippets. You can do it from the **Chat** panel of the supported editor extensions (VS Code, JetBrains, and Neovim) or in the web app. +Cody **chat** allows you to ask coding-related questions about any part of your codebase or specific code snippets. You can do it from the **Chat** panel of the supported editor extensions (VS Code, JetBrains) or in the web app. Key functionalities in the VS Code extension include support for multiple simultaneous chats, enhanced chat context configurability through @-mentions, detailed visibility into the code that Cody read before providing a response, and more. @@ -13,7 +13,7 @@ You can learn more about the IDE support for these functionalities in the [featu To use Cody's chat, you'll need to have the following: - A Free or Pro account via Sourcegraph.com or a Sourcegraph Enterprise account -- A supported editor extension (VS Code, JetBrains, and Neovim) installed +- A supported editor extension (VS Code, JetBrains) installed ## How does chat work? diff --git a/docs/cody/capabilities/debug-code.mdx b/docs/cody/capabilities/debug-code.mdx index 5fe3db203..08b26e7a0 100644 --- a/docs/cody/capabilities/debug-code.mdx +++ b/docs/cody/capabilities/debug-code.mdx @@ -2,7 +2,7 @@

Learn how Cody helps you identify errors in your code and provides code fixes.

-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. All Cody IDE extensions (VS Code, JetBrains, and Neovim) support code debugging and fixes capabilities. +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. All Cody IDE extensions (VS Code, JetBrains) support code debugging and fixes capabilities. ## Use chat for code fixes diff --git a/docs/cody/clients/cody-with-sourcegraph.mdx b/docs/cody/clients/cody-with-sourcegraph.mdx index 17b46f521..68b834160 100644 --- a/docs/cody/clients/cody-with-sourcegraph.mdx +++ b/docs/cody/clients/cody-with-sourcegraph.mdx @@ -2,7 +2,7 @@

Learn how to use Cody in the web interface with your Sourcegraph.com instance.

-In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains) IDEs, and [Neovim](/cody/clients/install-neovim), Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance. +In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode) and [JetBrains](/cody/clients/install-jetbrains) IDEs, Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance. diff --git a/docs/cody/clients/index.mdx b/docs/cody/clients/index.mdx index a71e1f90c..bffb7d227 100644 --- a/docs/cody/clients/index.mdx +++ b/docs/cody/clients/index.mdx @@ -5,7 +5,6 @@ - diff --git a/docs/cody/clients/install-neovim.mdx b/docs/cody/clients/install-neovim.mdx index 6bd466efb..480758f85 100644 --- a/docs/cody/clients/install-neovim.mdx +++ b/docs/cody/clients/install-neovim.mdx @@ -5,7 +5,7 @@

-Cody support for Neovim is in the experimental stage. +Cody for Neovim is currently in the experimental stage and is no longer actively maintained, so support will be limited. The Cody extension for Neovim by Sourcegraph enhances your coding experience in your IDE by providing intelligent code suggestions, context-aware completions, and advanced code analysis. diff --git a/docs/cody/faq.mdx b/docs/cody/faq.mdx index 6cf55d7be..c532222c1 100644 --- a/docs/cody/faq.mdx +++ b/docs/cody/faq.mdx @@ -27,7 +27,7 @@ Yes, Cody is compatible with self-hosted Sourcegraph instances. However, there a ### Is Cody licensed for private code, and does it allow GPL-licensed code? -There are no checks or exclusions for Cody PLG (VS Code, JetBrains, Neovim) for private and GPL-licensed code. We are subject to whatever the LLMs are trained on. However, Cody can be used with [StarCoder for autocomplete](/cody/clients/enable-cody-enterprise#use-starcoder-for-autocomplete) which is trained only on permissively licensed code. +There are no checks or exclusions for Cody PLG (VS Code, JetBrains) for private and GPL-licensed code. We are subject to whatever the LLMs are trained on. However, Cody can be used with [StarCoder for autocomplete](/cody/clients/enable-cody-enterprise#use-starcoder-for-autocomplete) which is trained only on permissively licensed code. ### Is there a public facing Cody API? diff --git a/docs/cody/index.mdx b/docs/cody/index.mdx index 4064259cf..c16406e8f 100644 --- a/docs/cody/index.mdx +++ b/docs/cody/index.mdx @@ -19,8 +19,7 @@ You can start using Cody with one of the following clients: - - + diff --git a/docs/cody/usage-and-pricing.mdx b/docs/cody/usage-and-pricing.mdx index 9b34e1e8f..340e29ed6 100644 --- a/docs/cody/usage-and-pricing.mdx +++ b/docs/cody/usage-and-pricing.mdx @@ -10,7 +10,7 @@ The free plan is designed for individuals to get started with Cody. It comes wit The free plan provides access to local context with keyword search and embeddings on open-source code via Sourcegraph.com. You get **200 MB** of embeddings over your lifetime and can manage these from the user settings in VS Code, with JetBrains IDE support coming soon. If you embed 150 MB of code, you can only embed another 50 MB of code. If you delete that 150 MB of code embedding, the original 200 MB of code embeddings will be available again. -The free plan ensures local context utilization and allows you to seamlessly integrate Cody into your preferred client, whether it's VSCode, JetBrains, or Neovim. Finally, you'll have default support with Anthropic (Claude 3.5 Sonnet for Chat and Commands) and StarCoder as the officially supported LLMs. +The free plan ensures local context utilization and allows you to seamlessly integrate Cody into your preferred client, whether it's VSCode or JetBrains. Finally, you'll have default support with Anthropic (Claude 3.5 Sonnet for Chat and Commands) and StarCoder as the officially supported LLMs. ### Billing cycle @@ -117,7 +117,7 @@ The following table shows a high-level comparison of the three plans available o | **Keyword Context (local code)** | Supported | Supported | Supported | | **Developer Limitations** | 1 developer | Up to 50 devs | Scalable, consumption-based pricing | | **LLM Support** | Anthropic + StarCoder for Chat, Commands, and Autocomplete | Choice of LLMs for Chat and Commands (VS Code and JetBrains only), StarCoder and Autocomplete | Claude 3 and Bring Your Own LLM Key (experimental) | -| **Code Editor Support** | VS Code, JetBrains IDEs, and Neovim | VS Code, JetBrains IDEs, and Neovim | VS Code, JetBrains IDEs, and Neovim | +| **Code Editor Support** | VS Code and JetBrains IDEs | VS Code and JetBrains IDEs | VS Code and JetBrains IDEs | | **Single-Tenant and Self Hosted** | N/A | N/A | Yes | | **SAML/SSO** | N/A | N/A | Yes | | **Guardrails** | N/A | N/A | Yes | diff --git a/docs/cody/use-cases/generate-unit-tests.mdx b/docs/cody/use-cases/generate-unit-tests.mdx index 97284362c..12969fc9a 100644 --- a/docs/cody/use-cases/generate-unit-tests.mdx +++ b/docs/cody/use-cases/generate-unit-tests.mdx @@ -13,7 +13,7 @@ Before you begin, make sure you have the following: - Access to Sourcegraph and are logged into your account - Cody VS Code extension installed and connected to your Sourcegraph instance -> NOTE: Cody also provides extensions for JetBrains and Neovim, which are not covered in this guide. +> NOTE: Cody also provides extensions for JetBrains which are not covered in this guide. ## Generate unit tests with Cody diff --git a/src/data/navigation.ts b/src/data/navigation.ts index 3ef66e121..cbd107243 100644 --- a/src/data/navigation.ts +++ b/src/data/navigation.ts @@ -36,7 +36,6 @@ export const navigation: NavigationItem[] = [ subsections: [ { title: "Cody for VS Code", href: "/cody/clients/install-vscode", }, { title: "Cody for JetBrains", href: "/cody/clients/install-jetbrains", }, - { title: "Cody for Neovim", href: "/cody/clients/install-neovim", }, { title: "Cody for Web", href: "/cody/clients/cody-with-sourcegraph", }, { title: "Cody for CLI", href: "/cody/clients/install-cli", }, { title: "Cody for Enterprise", href: "/cody/clients/enable-cody-enterprise", },