Skip to content

Commit 6c5ac06

Browse files
committed
Update image URLs in docs/cody/capabilities/chat.mdx
1 parent c7edfa3 commit 6c5ac06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cody/capabilities/chat.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ There are several features that you can use to make your chat experience better.
3333

3434
When you start a new Cody chat, the input window opens with a default `@-mention` context chips for the opened file and the current repository.
3535

36-
![context-retrieval](https://storage.googleapis.com/sourcegraph-assets/Docs/context-retrieval-102024.png)
36+
![context-retrieval](https://storage.googleapis.com/sourcegraph-assets/Docs/context-retrieval-repo-file-2025.png)
3737

3838
At any point in time, you can edit these context chips or remove them entirely 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 or symbols to let Cody use it as a new context source.
3939

@@ -74,15 +74,15 @@ Cody allows you to select the LLM you want to use for your chat, which is optimi
7474

7575
You can read about these supported LLM models [here](/cody/capabilities/supported-models#chat-and-commands).
7676

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

7979
## Smart Apply and Execute code suggestions
8080

8181
Cody lets you dynamically insert code from chat into your files with **Smart Apply**. Whenever Cody provides 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.
8282

8383
Smart Apply also supports the executing of commands in the terminal. When you ask Cody a question related to terminal commands, you can now execute the suggestion in your terminal by clicking the `Execute` button in the chat window.
8484

85-
![smart-apply](https://storage.googleapis.com/sourcegraph-assets/Docs/smart-apply-102024.png)
85+
![smart-apply](https://storage.googleapis.com/sourcegraph-assets/Docs/smart-apply-2025.png)
8686

8787
## Chat history
8888

0 commit comments

Comments
 (0)