contac
-**Custom Commands** allow you to create and define reusable prompts for Cody tailored to your development workflows. They are defined in `JSON` format and will enable you to call CLI tools, write custom prompts, and select context to be sent to Cody. This provides a flexible way to configure Cody to handle use cases like:
+**Custom commands** allow you to create and define reusable prompts for Cody tailored to your development workflows. They are defined in `JSON` format and will enable you to call CLI tools, write custom prompts, and select context to be sent to Cody. This provides a flexible way to configure Cody to handle use cases like:
- Integrate with your build system to suggest fixes for errors/warnings in the latest build
- Analyze software dependencies output to explain compatibility or suggest upgrades
- Read in test command failures to explain and suggest fixes
- Explain code quality output like linter warnings
-> NOTE: Cody supports Custom Commands only for VS Code version 0.8 and above.
+> NOTE: Cody supports Custom commands only for VS Code version 0.8 and above.
-### Creating a Custom Command
+### Creating a custom command
You can create a custom command by editing the configuration JSON file or using the command builder within the VS Code editor. To access the command builder within VS Code:
- Open the Cody commands menu (`⌥C` on Mac or `Alt-C` on Windows/Linux)
-- Select **Custom commands > New Custom Command**
+- Select **Custom Commands > New Custom Command**
- Type the slash `/` name you want to use, for example, `/my-custom-command`
- Next, write a suitable description for the command in the sentence case. For example, `Compare files in open tabs` or `Explain current directory`
- Provide the relevant instructions for Cody that it will follow. This is the `prompt` that Cody will use to pass relevant context to the LLM
@@ -71,7 +71,7 @@ You can create a custom command by editing the configuration JSON file or using
- Press **Enter** to complete the process, and your custom command is successfully created
- You can hit `esc` key at any time to discard a new custom command
-### Running Custom Commands
+### Running custom commands
You can invoke custom commands with the same hotkey as predefined commands. Once created, your custom commands will appear with the rest of the predefined commands in the list. Let's type `/my-custom-command` in the chat window, and it will appear. Now, you can run this new command on your code and get answers to your questions accordingly.
@@ -81,7 +81,7 @@ Alternatively, you can right-click the selected code and select **Cody > Custom
### Configuring file paths
-Custom Commands can be defined in the following two file paths:
+Custom commands can be defined in the following two file paths:
- **User Settings (`~/.vscode/code.json`)**: Stored locally. Use this for personal commands to use across all your projects
- **Workspace Settings (`.vscode/cody.json`)**: Stored in project’s repository. Use this to share commands with others working on the same codebase and for project-specific commands
diff --git a/doc/cody/capabilities/index.md b/doc/cody/capabilities/index.md
index 068b65f140f..cac3224a49a 100644
--- a/doc/cody/capabilities/index.md
+++ b/doc/cody/capabilities/index.md
@@ -1,4 +1,4 @@
-# Cody Capabilities
+# Cody capabilities
Learn and understand more about Cody's features and core AI functionality.
@@ -8,12 +8,12 @@ Cody offers a rich set of capabilities and features that help you write better c
- Chat: Allows users to ask general programming questions or inquire about specific code
- Autocomplete: Suggests code completions as you type, utilizing context from your code, open files, and file history
-- Commands & Custom Commands: Provide predefined, reusable prompts for common actions, such as documenting code, explaining code, generating unit tests, and identifying code smells
+- Commands & Custom commands: Provide predefined, reusable prompts for common actions, such as documenting code, explaining code, generating unit tests, and identifying code smells
- Debug code: Helps you with identifying and fixing code errors and bugs.
Learn more about each by exploring their respective documentation:
- [Chat](./chat.md)
- [Autocomplete](./autocomplete.md)
-- [Commands & Custom Commands](./commands.md)
+- [Commands & Custom commands](./commands.md)
- [Debug Code](./debug-code.md)
diff --git a/doc/cody/overview/install-jetbrains.md b/doc/cody/overview/install-jetbrains.md
index bc7d5e1fc20..c30b89a2a08 100644
--- a/doc/cody/overview/install-jetbrains.md
+++ b/doc/cody/overview/install-jetbrains.md
@@ -147,7 +147,7 @@ Follow these steps to install the Cody plugin:

-Alternatively, you can [Download and install the extension from the Jetbrains marketplace](https://plugins.jetbrains.com/plugin/9682-sourcegraph).
+Alternatively, you can [Download and install the extension from the JetBrains marketplace](https://plugins.jetbrains.com/plugin/9682-sourcegraph).
## Connect the extension to Sourcegraph
diff --git a/doc/cody/overview/install-vscode.md b/doc/cody/overview/install-vscode.md
index 6de82b1ea3d..4c16a8797b6 100644
--- a/doc/cody/overview/install-vscode.md
+++ b/doc/cody/overview/install-vscode.md
@@ -187,12 +187,12 @@ In addition, you can also select which files and symbols to add as additional co
The file paths are relative to your workspace, and you can start with the root folder and type out the rest of the path, for example `src/util/`.
-### Custom Commands
+### Custom commands
-In addition, to support customization and advanced use cases, you can create **Custom Commands** tailored to your requirements. Custom Commands are currently supported by Cody for the VS Code extension version 0.8 and above.
+In addition, to support customization and advanced use cases, you can create **Custom commands** tailored to your requirements. Custom commands are currently supported by Cody for the VS Code extension version 0.8 and above.
-## Cody VS Code Actions
+## Cody VS Code actions
Cody VS Code extension users can also use the **Code Actions** feature to `fix`, `explain`, and `edit` code. These Code Actions are triggered by the following:
@@ -237,7 +237,7 @@ You can view the [list of repositories with embeddings here](../embedded-repos.m
To use Cody with code graph on private code, it's recommended to [enable Cody for Enterprise](enable-cody-enterprise.md).
-### Configure Code Graph Context
+### Configure code graph context
The `Cody: Codebase` setting in VS Code enables codebase-aware answers for the Cody extension. Enter the repository's name with embeddings, and Cody can provide more accurate and relevant answers to your coding questions based on that repository's content. To configure this setting in VS Code:
diff --git a/doc/getting-started/index.md b/doc/getting-started/index.md
index 4cbb7a9dbc2..e54bf91cb94 100644
--- a/doc/getting-started/index.md
+++ b/doc/getting-started/index.md
@@ -60,7 +60,7 @@ Sourcegraph Enterprise is Sourcegraph’s primary offering and includes all code
Sourcegraph extensions are also OSS licensed (Apache 2), such as:
- [Sourcegraph browser extension](https://github.com/sourcegraph/sourcegraph/tree/master/client/browser)
-- [Sourcegraph Jetbrains extension](https://github.com/sourcegraph/sourcegraph/tree/main/client/jetbrains)
+- [Sourcegraph JetBrains extension](https://github.com/sourcegraph/sourcegraph/tree/main/client/jetbrains)
## How is Sourcegraph different than GitHub code search?
@@ -122,7 +122,7 @@ Read the [Notebooks documentation](../notebooks/index.md) to learn more, and che
## Batch Changes
-_Note: Enterprise Feature_
+_Note: Enterprise feature_
Automate changes to your codebase. Reduce effort, reduce errors and enable developers to focus on high value work.
@@ -130,7 +130,7 @@ Read the [batch changes documentation](../batch_changes/index.md) to learn more,
## Code Insights
-_Note: Enterprise Feature_
+_Note: Enterprise feature_
Sourcegraph lets you understand and analyze code trends by visualizing how the codebase is changing over time. Measure and act on engineering goals such as migration and component deprecation.