You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/v1_100.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ Welcome to the April 2025 release of Visual Studio Code. There are many updates
21
21
* Custom instructions and reusable prompts ([more...](#prompt-and-instructions-files)).
22
22
* Smarter results with tools for GitHub, extensions, and notebooks ([more...](#search-code-of-a-github-repository-with-the-githubrepo-tool)).
23
23
* Image and Streamable HTTP support for MCP ([more...](#mcp-support-for-streamable-http)).
24
-
* GPT 4.1 is the base model ([more...](#use-gpt-41-as-the-base-model))
25
24
26
25
***Chat performance**
27
26
* Faster responses on repeat chat requests ([more...](#conversation-summary-and-prompt-caching)).
@@ -125,9 +124,9 @@ We've implemented support for OpenAI's apply patch editing format (GPT 4.1 and o
125
124
126
125
The update for OpenAI models is on by default in VS Code Insiders and gradually rolling out to Stable. The Anthropic update is available for all users in both Stable and Insiders.
127
126
128
-
### Use GPT 4.1 as the base model
127
+
### Base model in chat
129
128
130
-
When you're using chat in VS Code, the base model is now updated to GPT-4.1. You can still use the model switcher in the Chat view to change to another model.
129
+
We're gradually rolling out GPT-4.1 as the default base model in chat in VS Code. You can use the model switcher in the Chat view to change to another model at any time.
131
130
132
131
### Search code of a GitHub repository with the `#githubRepo` tool
0 commit comments