You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cody/clients/cody-with-sourcegraph.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode),
13
13
Create a [Sourcegraph.com account](https://sourcegraph.com/sign-up) by logging in through codehosts like GitHub and GitLab or via traditional Google sign-in. This takes you to Sourcegraph’s web interface. From here, there are two ways to access the Cody chat:
14
14
15
15
1. Run any search query via **Code Search** and click the **Cody** button on the left to open the chat window
16
-
2. Directly click the **Cody** tab from the top header to open the chat interface
16
+
2. Directly click the **Chat** tab from the top header to open the chat interface
Enterprise users can also log in to their Sourcegraph.com Enterprise instance and use Cody in the web interface.
21
21
@@ -37,13 +37,13 @@ To help you automate your key tasks in your development workflow, you get **[Pro
37
37
38
38
If you use Cody with your search results, the chat input will, by default, have the context of your searched codebase. This context is based on your current repository and file.
You can add or delete any new or existing context by `@-mentioning` files, symbols, directories, repositories, and web URLs. Enterprise users can `@-mention` remote directories as well. When you have both a repository and files as context, Cody will search the repository for context while prioritizing the mentioned files.
43
43
44
44
If you use Cody directly from the top header, the chat input will have no pre-filled context chips by default. You can chat without context or add or delete any new or existing context by `@-mentioning` context chips.
<Callouttype="tip">For a detailed breakdown of Cody's capabilities across different clients [read these feature parity docs](/cody/clients/feature-reference).</Callout>
58
58
59
59
## Prompts
60
60
61
61
Cody allows you create quick, ready-to-use [prompts](/cody/capabilities/commands) to automate key tasks in your workflow. Prompts are created and saved in the Prompt Library and can be accessed from the **Tools > Prompt Library** in the top navigation bar in your Sourcegraph instance.
0 commit comments