Skip to content

Commit b28d269

Browse files
committed
Update image URLs in install-jetbrains.mdx (commit 1/2)
1 parent a2605d6 commit b28d269

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/cody/clients/install-jetbrains.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ After a successful installation, the Cody icon appears in the Tool Windows Bar.
4545

4646
Cody Free and Pro users can sign in to their Sourcegraph.com accounts using SSO through GitHub, GitLab, or Google.
4747

48-
![cody-for-intellij-login](https://storage.googleapis.com/sourcegraph-assets/Docs/Media/sign-in-cody-jb.png)
48+
![cody-for-intellij-login](https://storage.googleapis.com/sourcegraph-assets/Docs/sign-in-cody-jb-2025.jpg)
4949

5050
### Sourcegraph Enterprise Cody Users
5151

@@ -74,6 +74,7 @@ Cody provides intelligent code suggestions and context-aware autocompletion for
7474
function bubbleSort(array){
7575
}
7676
```
77+
7778
- As you start typing, Cody will automatically provide suggestions and context-aware completions based on your coding patterns and the code context
7879
- These autocomplete suggestions appear as grayed text. To accept the suggestion, press the `Tab` key
7980

@@ -89,7 +90,7 @@ The chat interface is designed intuitively. Your very first chat input lives at
8990

9091
Since your first message to Cody anchors the conversation, you can return to the top chat box anytime, edit your prompt, or rerun it using a different LLM model.
9192

92-
![chat-interface](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-chat-interface-102024.png)
93+
![chat-interface](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-chat-interface-2025.png)
9394

9495
<Callout type="info"> Users must be on JetBrains v2023.2 and Cody plugin v7.0.0 or above to get the new and improved chat UI.</Callout>
9596

@@ -132,7 +133,7 @@ You can read more about context limits when selecting context [here](/cody/core-
132133

133134
When you start a new Cody chat, the input window opens with default `@-mention` context chips for all the context it intends to use. This context is based on your current repository and current file (or a file selection if you have code highlighted).
134135

135-
![jb-context-retrieval](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-context-retrieval-102024.png)
136+
![jb-context-retrieval](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-context-retrieval-2025.png)
136137

137138
At any point in time, you can edit these context chips, add additional context chips, or remove them completely if you do not want to use these as context. Any chat without a context chip will instruct Cody to use no codebase context. However, you can always provide an alternate `@-mention` file to let Cody use it as a new context source.
138139

@@ -146,7 +147,7 @@ If Cody's answer isn't helpful, you can try asking again with a different contex
146147
- **Current file only**: Rerun the prompt using just the current file as context.
147148
- **Add context**: Provides @-mention context options to improve the response by explicitly including files, remote repositories, or web pages (URL).
148149

149-
![jb-rerun-context](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-rerun-context-0824.jpg)
150+
![jb-rerun-context](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-rerun-context-2025.png)
150151

151152
## Context fetching mechanism
152153

0 commit comments

Comments
 (0)