Skip to content

Commit 27287e6

Browse files
committed
Update images in jetbrains
1 parent 277aa5b commit 27287e6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/cody/clients/install-jetbrains.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ The chat interface is designed intuitively. Your very first chat input lives at
8585

8686
Since your first message to Cody anchors the conversation, you can return to the top chat box anytime, edit your prompt, or re-run it using a different LLM model.
8787

88-
<video width="1920" height="1080" loop playsInline controls style={{ width: '100%', height: 'auto', aspectRatio: '1920 / 1080' }}>
89-
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/Media/jb-chat-interface-0824.mp4" type="video/mp4" />
90-
</video>
88+
![chat-interface](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-chat-interface-102024.png)
9189

9290
<Callout type="info"> Users should be on the Cody for JetBrains extension v2023.2 or more to get this new and improved chat UI.</Callout>
9391

@@ -138,7 +136,7 @@ For chat messages where Cody provides multiple code suggestions, you can apply e
138136

139137
When you start a new Cody chat, the chat input window opens with a 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).
140138

141-
![jb-context-retrieval](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-context-retrieval-0824.jpg)
139+
![jb-context-retrieval](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-context-retrieval-102024.png)
142140

143141
At any point in time, you can edit these 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 source of context.
144142

@@ -210,7 +208,7 @@ Cody with JetBrains offers quick, ready-to-use [prompts and commands](/cody/capa
210208
- **Smell Code**: Finds code smells in your file
211209
- **Explain Code**: Expains code in your file
212210

213-
![jetbrains-prompts-commands](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-prompts-commands-0824.jpg)
211+
![jetbrains-prompts-commands](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-prompts-commands-102024.png)
214212

215213
Let's learn about how to use some of these commands:
216214

0 commit comments

Comments
 (0)