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
43 changes: 22 additions & 21 deletions docs/cody/clients/feature-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,36 @@

## Chat

| **Feature** | **VS Code** | **JetBrains** | **Web** |
| ---------------------------------------- | ----------- | ------------- | -------------------- |
| Chat with Cody | ✅ | ✅ | ✅ |
| Chat history | ✅ | ✅ | ✅ |
| Clear chat history | ✅ | ✅ | ✅ |
| Edit sent messages | ✅ | ❌ | ✅ |
| Show context files | ✅ | ✅ | ✅ |
| @-file | ✅ | ✅ | ✅ |
| @-symbol | ✅ | ❌ | ✅ |
| Ollama support (experimental) | ✅ | ✅ | ❌ |
| LLM Selection | ✅ | ✅ | ✅ |
| **Context Selection** | | | |
| Single-repo context | ✅ | ✅ | ✅ |
| Multi-repo context | ❌ | ❌ | ✅ (public code only) |
| Local context | ✅ | ✅ | ❌ |
| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ |
| **Feature** | **VS Code** | **JetBrains** | **Web** | **CLI** |
| ---------------------------------------- | ----------- | ------------- | -------------------- | ------- |
| Chat with Cody | ✅ | ✅ | ✅ | ✅ |
| Chat history | ✅ | ✅ | ✅ | ❌ |
| Clear chat history | ✅ | ✅ | ✅ | ❌ |
| Edit sent messages | ✅ | ❌ | ✅ | ❌ |
| Show context files | ✅ | ✅ | ✅ | ❌ |
| @-file | ✅ | ✅ | ✅ | ❌ |
| @-symbol | ✅ | ❌ | ✅ | ❌ |
| Ollama support (experimental) | ✅ | ✅ | ❌ | ❌ |
| LLM Selection | ✅ | ✅ | ✅ | ❌ |
| **Context Selection** | | | | |
| Single-repo context | ✅ | ✅ | ✅ | ❌ |
| Multi-repo context | ❌ | ❌ | ✅ (public code only) | ❌ |
| 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 | ✅ | ✅ | ❌ |
| 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 | ✅ | ✅ |
| Accept suggestions word-by-word | ✅ | ❌ |
| Ollama support (experimental) | ✅ | ❌ |

Few exceptions that apply to Cody Pro and Cody Enterprise users:
Expand Down
Loading