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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,14 @@ Use `#extensions` tool to find extensions from the Marketplace. This tool is ava
116
116
117
117
<videosrc="images/1_100/extensions-agent-tool.mp4"title="Video that shows using the extensions tool to display popular Java extensions."autoplayloopcontrolsmuted></video>
118
118
119
+
### Faster agent mode edits with GPT 4.1
120
+
121
+
We've implemented support for OpenAI's apply patch editing format when using GPT 4.1 and o4-mini in agent mode. This means significantly faster edits, especially in large files. The tool is enabled by default in VS Code Insiders and will be progressively rolled out in VS Code Stable.
122
+
123
+
### Autofix diagnostics from agent mode edits
124
+
125
+
If a file edit in agent mode introduces new errors, agent mode can now detect them and automatically propose a followup edit. You can disable this behavior with `setting(github.copilot.chat.agent.autoFix)`.
0 commit comments