diff --git a/docs/cody/clients/feature-reference.mdx b/docs/cody/clients/feature-reference.mdx
index 84fb4c389..799c3c7d6 100644
--- a/docs/cody/clients/feature-reference.mdx
+++ b/docs/cody/clients/feature-reference.mdx
@@ -4,28 +4,27 @@
 
 ## Chat
 
-|               **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                          | ✅           | ✅             | ❌                    | ❌      |
+|               **Feature**                | **VS Code** | **JetBrains** |       **Web**        | **Visual Studio** | **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     | ✅           | ✅             | ✅                    | ✅                 | ❌       |
+| Edit code                                | ✅           | ✅             | ❌                    | ❌                 | ❌       |
+| Generate unit test                       | ✅           | ✅             | ❌                    | ❌                 | ❌       |
+| Ask Cody to Fix                          | ✅           | ✅             | ❌                    | ❌                 | ❌       |
 
 ## Code Autocomplete
 
@@ -46,10 +45,10 @@ Few exceptions that apply to Cody Pro and Cody Enterprise users:
 
 
Learn how to use Cody and its features with the Visual Studio editor.
+ +