diff --git a/docs/cody/clients/feature-reference.mdx b/docs/cody/clients/feature-reference.mdx index 4872ec782..84fb4c389 100644 --- a/docs/cody/clients/feature-reference.mdx +++ b/docs/cody/clients/feature-reference.mdx @@ -4,28 +4,28 @@ ## 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 @@ -33,6 +33,7 @@ | --------------------------------------------- | ----------- | ------------- | | 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: