Skip to content

Commit a2605d6

Browse files
committed
Update image URLs in install-vscode.mdx
1 parent 4b543b3 commit a2605d6

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/cody/clients/install-vscode.mdx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,9 @@ To try it out, add context providers to your VS Code settings. For example, to u
194194
If Cody's answer isn't helpful, you can try asking again with different context:
195195

196196
- Public knowledge only: Cody will not use your own code files as context; it’ll only use knowledge trained into the base model.
197-
- Current file only: Re-run the prompt again using just the current file as context.
198197
- Add context: Provides @-mention context options to improve the response by explicitly including files, symbols, remote repositories, or even web pages (by URL).
199198

200-
![re-run-with-context](https://storage.googleapis.com/sourcegraph-assets/Docs/re-run-with-context.png)
199+
![re-run-with-context](https://storage.googleapis.com/sourcegraph-assets/Docs/re-run-with-context-2025.png)
201200

202201
## Context fetching mechanism
203202

@@ -234,17 +233,15 @@ To help you get started, there are a few prompts that are available by default.
234233
- Detect code smells
235234
- Generate unit tests
236235

237-
![default-prompts](https://storage.googleapis.com/sourcegraph-assets/Docs/default-prompts-1124.png)
236+
![default-prompts](https://storage.googleapis.com/sourcegraph-assets/Docs/default-prompts-2025.png)
238237

239238
## Smart Apply code suggestions
240239

241240
Cody lets you dynamically insert code from chat into your files with **Smart Apply**. Every time Cody provides you with a code suggestion, you can click the **Apply** button. Cody will then analyze your open code file, find where that relevant code should live, and add a diff. For chat messages where Cody provides multiple code suggestions, you can apply each in sequence to go from chat suggestions to written code.
242241

243-
![smart-apply-code](https://storage.googleapis.com/sourcegraph-assets/Docs/smart-apply-102024.png)
244-
245242
Smart Apply also supports executing commands in the terminal. When you ask Cody a question related to terminal commands, you can execute the suggestion in your terminal by clicking the `Execute` button in the chat window.
246243

247-
![smart-apply-execute](https://storage.googleapis.com/sourcegraph-assets/Docs/smart-apply-102024.png)
244+
![smart-apply-execute](https://storage.googleapis.com/sourcegraph-assets/Docs/smart-apply-2025.png)
248245

249246
## Keyboard shortcuts
250247

@@ -274,7 +271,7 @@ Claude 3.5 Sonnet is the default LLM model for inline edits and prompts. If you'
274271

275272
Users on Cody **Free** and **Pro** can choose from a list of [supported LLM models](/cody/capabilities/supported-models) for chat.
276273

277-
![LLM-models-for-cody-free](https://storage.googleapis.com/sourcegraph-assets/Docs/llm-dropdown-options-102024.png)
274+
![LLM-models-for-cody-free](https://storage.googleapis.com/sourcegraph-assets/Docs/llm-dropdown-options-2025.png)
278275

279276
Enterprise users get Claude 3 (Opus and Sonnet) as the default LLM models without extra cost. Moreover, Enterprise users can use Claude 3.5 models through Cody Gateway, Anthropic BYOK, Amazon Bedrock (limited availability), and GCP Vertex.
280277

@@ -312,9 +309,9 @@ To get autocomplete suggestions from Ollama locally, follow these steps:
312309
### Cody chat with Ollama
313310

314311
<img
315-
src="https://storage.googleapis.com/sourcegraph-assets/blog/cody-vscode-1.8.0/localollama.png"
312+
src="https://storage.googleapis.com/sourcegraph-assets/Docs/local-ollama-2025.jpg"
316313
alt="Chat model selector"
317-
style={{ aspectRatio: '1110 / 443' }}
314+
style={{ width: '100%', height: 'auto' }}
318315
/>
319316

320317
To generate chat with Ollama locally, follow these steps:

0 commit comments

Comments
 (0)