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
88 changes: 12 additions & 76 deletions docs/cody/clients/feature-reference.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Feature Parity Reference for Cody Clients

<p className="subtitle">This document compares Cody's features and capabilities across different clients and platforms like VS Code, JetBrains, Neovim, and Sourcegraph.com (Web UI). The comparison is based on Cody Free, Pro, and Enterprise users.</p>

<Tabs>
<Tab title="Free">
<p className="subtitle">This document compares Cody's features and capabilities across different clients and platforms like VS Code, JetBrains, Neovim, and Sourcegraph.com (Web UI).</p>

## Chat

Expand All @@ -27,7 +24,7 @@
| Access to prompts and Prompt library | ✅ | ❌ | ✅ |
| Custom commands | ✅ | ❌ | ❌ |
| Edit code | ✅ | ✅ | ❌ |
| Generate unit test | | | ❌ |
| Generate unit test | | | ❌ |
| Ask Cody to Fix | ✅ | ✅ | ❌ |

## Code Autocomplete
Expand All @@ -38,80 +35,19 @@
| Cycle through multiple completion suggestions | ✅ | ✅ |
| Ollama support (experimental) | ✅ | ❌ |

</Tab>
<Tab title="Pro">

## Chat

| **Feature** | **VS Code** | **JetBrains** | **Web** |
| ---------------------------------------- | ----------- | ------------- | ------- |
| Chat with Cody | ✅ | ✅ | ✅ |
| Chat history | ✅ | ✅ | ✅ |
| Clear chat history | ✅ | ✅ | ✅ |
| Edit sent messages | ✅ | ❌ | ✅ |
| Show context files | ✅ | ✅ | ✅ |
| @-file | ✅ | ✅ | ✅ |
| @-symbol | ✅ | ❌ | ✅ |
| LLM selection | ✅ | ✅ | ✅ |
| Ollama support (experimental) | ✅ | ✅ | ❌ |
| **Context Selection** | | | |
| Single-repo context | ✅ | ✅ | ✅ |
| Multi-repo context | ❌ | ❌ | ❌ |
| Local context | ✅ | ✅ | ❌ |
| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ |
| **Prompts and Commands** | | | |
| Access to prompts and prompt library | ✅ | ❌ | ✅ |
| Custom commands | ✅ | ❌ | ❌ |
| Edit code | ✅ | ✅ | ❌ |
| Generate unit test | ❌ | ❌ | ❌ |
| Ask Cody to Fix | ✅ | ✅ | ❌ |

## Code Autocomplete

| **Feature** | **VS Code** | **JetBrains** |
| --------------------------------------------- | ----------- | ------------- |
| Single and multi-line autocompletion | ✅ | ✅ |
| Cycle through multiple completion suggestions | ✅ | ✅ |
| Ollama support (experimental) | ✅ | ❌ |

</Tab>
<Tab title="Enterprise">
Few exceptions that apply to Cody Pro and Cody Enterprise users:

## Chat
<Accordion title="For Cody Pro">

| **Feature** | **VS Code** | **JetBrains** | **Web** |
| ------------------------------------ | ----------- | ------------- | ------- |
| Chat with Cody | ✅ | ✅ | ✅ |
| Chat history | ✅ | ✅ | ✅ |
| Clear chat history | ✅ | ✅ | ✅ |
| Edit sent messages | ✅ | ❌ | ✅ |
| Show context files | ✅ | ✅ | ✅ |
| @-file | ✅ | ✅ | ❌ |
| @-symbol | ✅ | ❌ | ❌ |
| Admin LLM selection | ✅ | ✅ | ✅ |
| **Context Selection** | | | |
| Single-repo context | ✅ | ✅ | ✅ |
| Multi-repo context | ✅ | ✅ | ✅ |
| Local context | ✅ | ✅ | ❌ |
| Embeddings | ❌ | ❌ | ❌ |
| Guardrails | ✅ | ✅ | ✅ |
| Repo-based Cody Context Filters | ✅ | ✅ | ✅ |
| **Prompts and Commands** | | | |
| Access to prompts and prompt library | ✅ | ❌ | ✅ |
| Custom commands | ✅ | ❌ | ❌ |
| Edit code | ✅ | ✅ | ❌ |
| Generate unit test | ❌ | ❌ | ❌ |
| Ask Cody to Fix | ✅ | ✅ | ❌ |
- Multi-repo context is not supported in VS Code, JetBrains, or the Web UI for Cody Pro

</Accordion>

## Code Autocomplete
<Accordion title="For Cody Enterprise">

| **Feature** | **VS Code** | **JetBrains** |
| --------------------------------------------- | ----------- | ------------- |
| Single and multi line autocompletion | ✅ | ✅ |
| Cycle through multiple completion suggestions | ✅ | ✅ |
| Admin LLM selection | ✅ | ✅ |
| OpenCtx context providers (experimental) | ✅ | ❌ |
- Admin LLM selection is suported on VS Code, JetBrains, and Web both for chat and code autocomplete
- Multi-repo context is supported on VS Code, JetBrains, and Web
- [Guardrails](/cody/clients/enable-cody-enterprise#guardrails) are supported on VS Code, JetBrains, and Web
- [Repo-based Cody Context Filters](/cody/capabilities/ignore-context#cody-context-filters) are supported on VS Code, JetBrains, and Web

</Tab>
</Tabs>
</Accordion>