From 61cb2dd79efbcdd91f102231d0fdcdd1b61a97c7 Mon Sep 17 00:00:00 2001 From: Chris Concannon Date: Mon, 7 Oct 2024 10:09:34 -0700 Subject: [PATCH] add parity ref for CLI and update autocomplete features --- docs/cody/clients/feature-reference.mdx | 43 +++++++++++++------------ 1 file changed, 22 insertions(+), 21 deletions(-) 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: