diff --git a/docs/cody/clients/feature-reference.mdx b/docs/cody/clients/feature-reference.mdx
index 77499d3a1..a439265c8 100644
--- a/docs/cody/clients/feature-reference.mdx
+++ b/docs/cody/clients/feature-reference.mdx
@@ -2,199 +2,116 @@
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.
-
## Chat
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ----------------------------- | ----------- | ------------- | ---------- | ------- |
-| Chat with Cody | ✅ | ✅ | ✅ | ✅ |
-| Chat history | ✅ | ✅ | ❌ | ✅ |
-| Clear chat history | ✅ | ✅ | ❌ | ✅ |
-| Stop chat generating | ✅ | ✅ | ❌ | ✅ |
-| Edit sent messages | ✅ | ❌ | ❌ | ✅ |
-| Show context files | ✅ | ✅ | ✅ | ✅ |
-| @-file | ✅ | ✅ | ❌ | ❌ |
-| @-symbol | ✅ | ❌ | ❌ | ❌ |
-| Ollama support (experimental) | ✅ | ✅ | ❌ | ❌ |
-| LLM Selection | ✅ | ✅ | ❌ | ❌ |
-
-### Context Selection
-
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ---------------------------------------- | ----------- | ------------- | ---------- | -------------------- |
-| Single-repo context | ✅ | ✅ | ✅ | ✅ |
-| Multi-repo context | ❌ | ❌ | ❌ | ✅ (public code only) |
-| Local context | ✅ | ✅ | ❌ | ❌ |
-| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ | ❌ |
-
+| **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) | ✅ | ❌ | ❌ |
+| **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** | **Neovim** | **Web** |
-| --------------------------------------------- | ----------- | ------------- | ---------- | ------- |
-| Single-line autocompletion | ✅ | ✅ | ✅ | ❌ |
-| Single-line, multi-part autocompletion | ✅ | ✅ | ✅ | ❌ |
-| Multi-line, inline autocompletion | ✅ | ✅ | ✅ | ❌ |
-| Dynamic multi-line autocompletion | ✅ | ✅ | ❌ | ❌ |
-| Enable/Disable by language | ✅ | ✅ | ❌ | ❌ |
-| Customize autocomplete colors | ❌ | ✅ | ✅ | ❌ |
-| Cycle through multiple completion suggestions | ✅ | ✅ | ✅ | ❌ |
-| Ollama support (experimental) | ✅ | ❌ | ❌ | ❌ |
-
-## Commands
-
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ------------------------------ | ----------- | ------------- | ---------- | ------- |
-| Custom commands | ✅ | ❌ | ❌ | ❌ |
-| Edit code | ✅ | ✅ | ❌ | ❌ |
-| Generate docstring | ✅ | ✅ | ✅ | ✅ |
-| Generate unit test | ❌ | ❌ | ✅ | ✅ |
-| Generate unit test v2 (inline) | ✅ | ✅ | ❌ | ❌ |
-| Explain code | ✅ | ✅ | ✅ | ✅ |
-| Smell code | ✅ | ✅ | ✅ | ✅ |
-| Ask Cody to Fix | ✅ | ❌ | ❌ | ❌ |
-| Reset chat | ✅ | ❌ | ❌ | ❌ |
-| Improve variable names | ❌ | ❌ | ❌ | ✅ |
-| Ollama support (experimental) | ✅ | ✅ | ❌ | ❌ |
-
-## Prompts and Prompt Library
-
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ------------------------------------ | ----------- | ------------- | ---------- | ------- |
-| Access to prompts and prompt library | ✅ | ❌ | ❌ | ✅ |
+| **Feature** | **VS Code** | **JetBrains** |
+| --------------------------------------------- | ----------- | ------------- |
+| Single and multi-line autocompletion | ✅ | ✅ |
+| Cycle through multiple completion suggestions | ✅ | ✅ |
+| Ollama support (experimental) | ✅ | ❌ |
## Chat
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ----------------------------- | ----------- | ------------- | ---------- | ------- |
-| Chat with Cody | ✅ | ✅ | ✅ | ✅ |
-| Chat history | ✅ | ✅ | ❌ | ✅ |
-| Clear chat history | ✅ | ✅ | ❌ | ✅ |
-| Stop chat generating | ✅ | ✅ | ❌ | ✅ |
-| Edit sent messages | ✅ | ❌ | ❌ | ✅ |
-| Show context files | ✅ | ✅ | ✅ | ✅ |
-| @-file | ✅ | ✅ | ❌ | ❌ |
-| @-symbol | ✅ | ❌ | ❌ | ❌ |
-| LLM selection | ✅ | ✅ | ❌ | ❌ |
-| Ollama support (experimental) | ✅ | ✅ | ❌ | ❌ |
-
-### Context Selection
-
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ---------------------------------------- | ----------- | ------------- | ---------- | ------- |
-| Single-repo context | ✅ | ✅ | ✅ | ✅ |
-| Multi-repo context | ❌ | ❌ | ❌ | ❌ |
-| Local context | ✅ | ✅ | ❌ | ❌ |
-| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ | ❌ |
+| **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** | **Neovim** | **Web** |
-| --------------------------------------------- | ----------- | ------------- | ---------- | ------- |
-| Single-line autocompletion | ✅ | ✅ | ✅ | ❌ |
-| Single-line, multi-part autocompletion | ✅ | ✅ | ✅ | ❌ |
-| Multi-line, inline autocompletion | ✅ | ✅ | ✅ | ❌ |
-| Dynamic multi-line autocompletion | ✅ | ✅ | ❌ | ❌ |
-| Enable/Disable by language | ✅ | ✅ | ❌ | ❌ |
-| Customize autocomplete colors | ❌ | ✅ | ✅ | ❌ |
-| Cycle through multiple completion suggestions | ✅ | ✅ | ✅ | ❌ |
-| Ollama support (experimental) | ✅ | ❌ | ❌ | ❌ |
-
-## Commands
-
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ------------------------------ | ----------- | ------------- | ---------- | ------- |
-| Custom commands | ✅ | ❌ | ❌ | ❌ |
-| Edit code | ✅ | ✅ | ❌ | ❌ |
-| Generate docstring | ✅ | ✅ | ✅ | ✅ |
-| Generate unit test | ❌ | ❌ | ✅ | ✅ |
-| Generate unit test v2 (inline) | ✅ | ✅ | ❌ | ❌ |
-| Explain code | ✅ | ✅ | ✅ | ✅ |
-| Smell code | ✅ | ✅ | ✅ | ✅ |
-| Ask Cody to Fix | ✅ | ❌ | ❌ | ❌ |
-| Reset chat | ✅ | ❌ | ❌ | ❌ |
-| Improve variable names | ❌ | ❌ | ❌ | ✅ |
-| Ollama support (experimental) | ✅ | ✅ | ❌ | ❌ |
-
-## Prompts and Prompt Library
-
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ------------------------------------ | ----------- | ------------- | ---------- | ------- |
-| Access to prompts and prompt library | ✅ | ❌ | ❌ | ✅ |
+| **Feature** | **VS Code** | **JetBrains** |
+| --------------------------------------------- | ----------- | ------------- |
+| Single and multi-line autocompletion | ✅ | ✅ |
+| Cycle through multiple completion suggestions | ✅ | ✅ |
+| Ollama support (experimental) | ✅ | ❌ |
## Chat
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| -------------------- | ----------- | ------------- | ---------- | ------- |
-| Chat with Cody | ✅ | ✅ | ✅ | ✅ |
-| Chat history | ✅ | ✅ | ❌ | ✅ |
-| Clear chat history | ✅ | ✅ | ❌ | ✅ |
-| Stop chat generating | ✅ | ✅ | ❌ | ✅ |
-| Edit sent messages | ✅ | ❌ | ❌ | ✅ |
-| Show context files | ✅ | ✅ | ✅ | ✅ |
-| @-file | ✅ | ✅ | ❌ | ❌ |
-| @-symbol | ✅ | ❌ | ❌ | ❌ |
-| Admin LLM selection | ✅ | ✅ | ✅ | ✅ |
-
-
-### Context Selection
-
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ------------------------------- | ----------- | ------------- | ---------- | ------- |
-| Single-repo context | ✅ | ✅ | ✅ | ✅ |
-| Multi-repo context | ✅ | ✅ | ❌ | ✅ |
-| Local context | ✅ | ✅ | ❌ | ❌ |
-| Embeddings | ❌ | ❌ | ❌ | ❌ |
-| Guardrails | ✅ | ✅ | ❌ | ✅ |
-| Repo-based Cody Context Filters | ✅ | ✅ | ❌ | ✅ |
-
+| **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 | ✅ | ✅ | ❌ |
## Code Autocomplete
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| --------------------------------------------- | ----------- | ------------- | ---------- | ------- |
-| Single-line autocompletion | ✅ | ✅ | ✅ | ❌ |
-| Single-line, multi-part autocompletion | ✅ | ✅ | ✅ | ❌ |
-| Multi-line, inline autocompletion | ✅ | ✅ | ✅ | ❌ |
-| Dynamic multi-line autocompletion | ✅ | ✅ | ❌ | ❌ |
-| Enable/Disable by language | ✅ | ✅ | ❌ | ❌ |
-| Customize autocomplete colors | ❌ | ✅ | ✅ | ❌ |
-| Cycle through multiple completion suggestions | ✅ | ✅ | ✅ | ❌ |
-| Admin LLM selection | ✅ | ✅ | ✅ | ✅ |
-| OpenCtx context providers (Experimental) | ✅ | ❌ | ❌ | ❌ |
-
-
-## Commands
-
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ------------------------------ | ----------- | ------------- | ---------- | ------- |
-| Custom commands | ✅ | ❌ | ❌ | ❌ |
-| Edit code | ✅ | ❌ | ❌ | ❌ |
-| Generate docstring | ✅ | ✅ | ✅ | ✅ |
-| Generate unit test | ❌ | ❌ | ✅ | ✅ |
-| Generate unit test v2 (inline) | ✅ | ✅ | ❌ | ❌ |
-| Explain code | ✅ | ✅ | ✅ | ✅ |
-| Smell code | ✅ | ✅ | ✅ | ✅ |
-| Ask Cody to Fix | ✅ | ❌ | ❌ | ❌ |
-| Reset chat | ✅ | ❌ | ❌ | ❌ |
-| Improve variable names | ❌ | ❌ | ❌ | ✅ |
-| Admin LLM selection | ✅ | ✅ | ✅ | ✅ |
-
-## Prompts and Prompt Library
-
-| **Feature** | **VS Code** | **JetBrains** | **Neovim** | **Web** |
-| ------------------------------------ | ----------- | ------------- | ---------- | ------- |
-| Access to prompts and prompt library | ✅ | ❌ | ❌ | ✅ |
+| **Feature** | **VS Code** | **JetBrains** |
+| --------------------------------------------- | ----------- | ------------- |
+| Single and multi line autocompletion | ✅ | ✅ |
+| Cycle through multiple completion suggestions | ✅ | ✅ |
+| Admin LLM selection | ✅ | ✅ |
+| OpenCtx context providers (experimental) | ✅ | ❌ |