Skip to content

Commit d3efe38

Browse files
committed
Update screenshots in cody-with-sourcegraph.mdx
1 parent 1e9a552 commit d3efe38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/cody/clients/cody-with-sourcegraph.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode),
1313
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:
1414

1515
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
1717

18-
![cody-web](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-web-0724.jpg)
18+
![cody-web](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-web-2025.png)
1919

2020
Enterprise users can also log in to their Sourcegraph.com Enterprise instance and use Cody in the web interface.
2121

@@ -37,13 +37,13 @@ To help you automate your key tasks in your development workflow, you get **[Pro
3737

3838
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.
3939

40-
![cody-web-with-search](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-web-search-results-1124.png)
40+
![cody-web-with-search](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-web-search-results-2025.png)
4141

4242
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.
4343

4444
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.
4545

46-
![cody-web-no-search](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-web-top-header-1124.png)
46+
![cody-web-no-search](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-web-top-header-2025.png)
4747

4848
### Rerun prompts with different context
4949

@@ -52,12 +52,12 @@ If Cody's answer isn't helpful, you can try asking again with a different contex
5252
- **Public knowledge only**: Cody will not use your code files as context; it’ll only use knowledge trained into the base model
5353
- **Add context**: Provides @-mention context options to improve the response by explicitly including files, symbols, and remote repositories
5454

55-
![re-run-prompts](https://storage.googleapis.com/sourcegraph-assets/Docs/rerun-prompt-web-0724.jpg)
55+
![re-run-prompts](https://storage.googleapis.com/sourcegraph-assets/Docs/rerun-prompt-web-2025.png)
5656

5757
<Callout type="tip">For a detailed breakdown of Cody's capabilities across different clients [read these feature parity docs](/cody/clients/feature-reference).</Callout>
5858

5959
## Prompts
6060

6161
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.
6262

63-
![cody-web-prompts](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-web-prompts-1124.png)
63+
![cody-web-prompts](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-web-prompts-2025.png)

0 commit comments

Comments
 (0)