Skip to content

Commit 88d9e51

Browse files
author
Chris Concannon
authored
add parity ref for CLI and update autocomplete features (#693)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval Although pull request approval is not enforced for this repository in order to reduce friction, merging without a review will generate a ticket for the docs team to review your changes. So if possible, have your pull request approved before merging.
1 parent 8e3ff65 commit 88d9e51

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

docs/cody/clients/feature-reference.mdx

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,36 @@
44

55
## Chat
66

7-
| **Feature** | **VS Code** | **JetBrains** | **Web** |
8-
| ---------------------------------------- | ----------- | ------------- | -------------------- |
9-
| Chat with Cody ||||
10-
| Chat history ||||
11-
| Clear chat history ||||
12-
| Edit sent messages ||||
13-
| Show context files ||||
14-
| @-file ||||
15-
| @-symbol ||||
16-
| Ollama support (experimental) ||||
17-
| LLM Selection ||||
18-
| **Context Selection** | | | |
19-
| Single-repo context ||||
20-
| Multi-repo context ||| ✅ (public code only) |
21-
| Local context ||||
22-
| OpenCtx context providers (experimental) ||||
7+
| **Feature** | **VS Code** | **JetBrains** | **Web** | **CLI** |
8+
| ---------------------------------------- | ----------- | ------------- | -------------------- | ------- |
9+
| Chat with Cody |||||
10+
| Chat history |||||
11+
| Clear chat history |||||
12+
| Edit sent messages |||||
13+
| Show context files |||||
14+
| @-file |||||
15+
| @-symbol |||||
16+
| Ollama support (experimental) |||||
17+
| LLM Selection |||||
18+
| **Context Selection** | | | | |
19+
| Single-repo context |||||
20+
| Multi-repo context ||| ✅ (public code only) ||
21+
| Local context |||||
22+
| OpenCtx context providers (experimental) |||||
2323
| **Prompts and Commands** | | | |
24-
| Access to prompts and Prompt library ||||
25-
| Custom commands ||||
26-
| Edit code ||||
27-
| Generate unit test ||||
28-
| Ask Cody to Fix ||||
24+
| Access to prompts and Prompt library |||||
25+
| Custom commands |||||
26+
| Edit code |||||
27+
| Generate unit test |||||
28+
| Ask Cody to Fix |||||
2929

3030
## Code Autocomplete
3131

3232
| **Feature** | **VS Code** | **JetBrains** |
3333
| --------------------------------------------- | ----------- | ------------- |
3434
| Single and multi-line autocompletion |||
3535
| Cycle through multiple completion suggestions |||
36+
| Accept suggestions word-by-word |||
3637
| Ollama support (experimental) |||
3738

3839
Few exceptions that apply to Cody Pro and Cody Enterprise users:

0 commit comments

Comments
 (0)