Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/cody/capabilities/autocomplete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/cody/capabilities/chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p className="subtitle">Use Cody's chat to get contextually-aware answers to your questions.</p>

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.

Expand All @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion docs/cody/capabilities/debug-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p className="subtitle">Learn how Cody helps you identify errors in your code and provides code fixes.</p>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/cody/clients/cody-with-sourcegraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p className="subtitle">Learn how to use Cody in the web interface with your Sourcegraph.com instance.</p>

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.

<LinkCards>
<LinkCard href="https://sourcegraph.com/cody/chat" imgSrc="https://sourcegraph.com/.assets/img/sourcegraph-mark.svg" imgAlt="Cody for Web" title="Cody for Web" description="Use Cody in the Sourcegraph Web App." />
Expand Down
1 change: 0 additions & 1 deletion docs/cody/clients/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<ProductCards>
<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. " />
<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." />
<ProductCard href="/cody/clients/install-neovim" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/neovim-logo.png" imgAlt="Neovim" title="Cody for Neovim (experimental)" description="Install Cody's free extension for Neovim." />
<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." />
<ProductCard href="/cody/clients/install-cli" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/command-line-blue.svg" imgAlt="Cody CLI" title="Cody CLI" description="Run Cody from the command line." />
<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." />
Expand Down
2 changes: 1 addition & 1 deletion docs/cody/clients/install-neovim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<Callout type="note" title="Experimental">
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.
</Callout>

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/cody/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
3 changes: 1 addition & 2 deletions docs/cody/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ You can start using Cody with one of the following clients:
<ProductCards>
<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. " />
<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." />
<ProductCard href="/cody/clients/install-neovim" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/neovim-logo.png" imgAlt="Neovim" title="Cody for Neovim (Experimental)" description="Install Cody's free and open source extension for Neovim." />
<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 (Beta)" description="Use Cody in the Sourcegraph web app." />
<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." />
<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." />
</ProductCards>

Expand Down
4 changes: 2 additions & 2 deletions docs/cody/usage-and-pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/cody/use-cases/generate-unit-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion src/data/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
Expand Down
Loading