Skip to content

Commit 3c1eaaa

Browse files
authored
Merge feature parity table into one (#600)
This PR merge feature parity table into one.
1 parent 8d64a28 commit 3c1eaaa

File tree

1 file changed

+12
-76
lines changed

1 file changed

+12
-76
lines changed
Lines changed: 12 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Feature Parity Reference for Cody Clients
22

3-
<p className="subtitle">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.</p>
4-
5-
<Tabs>
6-
<Tab title="Free">
3+
<p className="subtitle">This document compares Cody's features and capabilities across different clients and platforms like VS Code, JetBrains, Neovim, and Sourcegraph.com (Web UI).</p>
74

85
## Chat
96

@@ -27,7 +24,7 @@
2724
| Access to prompts and Prompt library ||||
2825
| Custom commands ||||
2926
| Edit code ||||
30-
| Generate unit test | | ||
27+
| Generate unit test | | ||
3128
| Ask Cody to Fix ||||
3229

3330
## Code Autocomplete
@@ -38,80 +35,19 @@
3835
| Cycle through multiple completion suggestions |||
3936
| Ollama support (experimental) |||
4037

41-
</Tab>
42-
<Tab title="Pro">
43-
44-
## Chat
45-
46-
| **Feature** | **VS Code** | **JetBrains** | **Web** |
47-
| ---------------------------------------- | ----------- | ------------- | ------- |
48-
| Chat with Cody ||||
49-
| Chat history ||||
50-
| Clear chat history ||||
51-
| Edit sent messages ||||
52-
| Show context files ||||
53-
| @-file ||||
54-
| @-symbol ||||
55-
| LLM selection ||||
56-
| Ollama support (experimental) ||||
57-
| **Context Selection** | | | |
58-
| Single-repo context ||||
59-
| Multi-repo context ||||
60-
| Local context ||||
61-
| OpenCtx context providers (experimental) ||||
62-
| **Prompts and Commands** | | | |
63-
| Access to prompts and prompt library ||||
64-
| Custom commands ||||
65-
| Edit code ||||
66-
| Generate unit test ||||
67-
| Ask Cody to Fix ||||
68-
69-
## Code Autocomplete
70-
71-
| **Feature** | **VS Code** | **JetBrains** |
72-
| --------------------------------------------- | ----------- | ------------- |
73-
| Single and multi-line autocompletion |||
74-
| Cycle through multiple completion suggestions |||
75-
| Ollama support (experimental) |||
76-
77-
</Tab>
78-
<Tab title="Enterprise">
38+
Few exceptions that apply to Cody Pro and Cody Enterprise users:
7939

80-
## Chat
40+
<Accordion title="For Cody Pro">
8141

82-
| **Feature** | **VS Code** | **JetBrains** | **Web** |
83-
| ------------------------------------ | ----------- | ------------- | ------- |
84-
| Chat with Cody ||||
85-
| Chat history ||||
86-
| Clear chat history ||||
87-
| Edit sent messages ||||
88-
| Show context files ||||
89-
| @-file ||||
90-
| @-symbol ||||
91-
| Admin LLM selection ||||
92-
| **Context Selection** | | | |
93-
| Single-repo context ||||
94-
| Multi-repo context ||||
95-
| Local context ||||
96-
| Embeddings ||||
97-
| Guardrails ||||
98-
| Repo-based Cody Context Filters ||||
99-
| **Prompts and Commands** | | | |
100-
| Access to prompts and prompt library ||||
101-
| Custom commands ||||
102-
| Edit code ||||
103-
| Generate unit test ||||
104-
| Ask Cody to Fix ||||
42+
- Multi-repo context is not supported in VS Code, JetBrains, or the Web UI for Cody Pro
10543

44+
</Accordion>
10645

107-
## Code Autocomplete
46+
<Accordion title="For Cody Enterprise">
10847

109-
| **Feature** | **VS Code** | **JetBrains** |
110-
| --------------------------------------------- | ----------- | ------------- |
111-
| Single and multi line autocompletion |||
112-
| Cycle through multiple completion suggestions |||
113-
| Admin LLM selection |||
114-
| OpenCtx context providers (experimental) |||
48+
- Admin LLM selection is suported on VS Code, JetBrains, and Web both for chat and code autocomplete
49+
- Multi-repo context is supported on VS Code, JetBrains, and Web
50+
- [Guardrails](/cody/clients/enable-cody-enterprise#guardrails) are supported on VS Code, JetBrains, and Web
51+
- [Repo-based Cody Context Filters](/cody/capabilities/ignore-context#cody-context-filters) are supported on VS Code, JetBrains, and Web
11552

116-
</Tab>
117-
</Tabs>
53+
</Accordion>

0 commit comments

Comments
 (0)