|
1 | 1 | # Feature Parity Reference for Cody Clients |
2 | 2 |
|
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> |
7 | 4 |
|
8 | 5 | ## Chat |
9 | 6 |
|
|
27 | 24 | | Access to prompts and Prompt library | ✅ | ❌ | ✅ | |
28 | 25 | | Custom commands | ✅ | ❌ | ❌ | |
29 | 26 | | Edit code | ✅ | ✅ | ❌ | |
30 | | -| Generate unit test | ❌ | ❌ | ❌ | |
| 27 | +| Generate unit test | ✅ | ✅ | ❌ | |
31 | 28 | | Ask Cody to Fix | ✅ | ✅ | ❌ | |
32 | 29 |
|
33 | 30 | ## Code Autocomplete |
|
38 | 35 | | Cycle through multiple completion suggestions | ✅ | ✅ | |
39 | 36 | | Ollama support (experimental) | ✅ | ❌ | |
40 | 37 |
|
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: |
79 | 39 |
|
80 | | -## Chat |
| 40 | +<Accordion title="For Cody Pro"> |
81 | 41 |
|
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 |
105 | 43 |
|
| 44 | +</Accordion> |
106 | 45 |
|
107 | | -## Code Autocomplete |
| 46 | +<Accordion title="For Cody Enterprise"> |
108 | 47 |
|
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 |
115 | 52 |
|
116 | | - </Tab> |
117 | | -</Tabs> |
| 53 | +</Accordion> |
0 commit comments