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_103.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Early terminal auto-approve settings were introduced last month. This release, t
102
102
103
103
When the `run in terminal` tool is used but [shell integration](https://code.visualstudio.com/docs/terminal/shell-integration) is not detected, a message is displayed calling this out and pointing at the documentation.
104
104
105
-

105
+

106
106
107
107
While we do strive to allow agent mode to run commands in terminals without shell integration, the experience will always be inferior as the terminal is essentially a black box at that point. Examples of issues that can occur without shell integration are no exit code reporting and the inability to differentiate between a command idling and a prompt idling, resulting in output possibly not being reported to the agent.
108
108
@@ -281,7 +281,7 @@ The AI search results toggle in the search box of the Settings editor, indicated
281
281
282
282
The AI settings search results are based on semantic similarity instead of string matching. For example, `editor.fontSize` appears as an AI settings search result when you search for "increase text size".
283
283
284
-

284
+

285
285
286
286
### New menu for moving editors
287
287
@@ -430,11 +430,11 @@ Building off [last iteration's Copilot coding agent integration](https://code.vi
430
430
431
431
* Follow the progress of coding agent in an attached chat editor.
* Provide follow-up instructions directly from chat.
436
436
437
-

437
+

438
438
439
439
##### Chat sessions view (Experimental)
440
440
@@ -444,11 +444,11 @@ Enable the `setting(chat.agentSessionsViewLocation)` setting to try this experim
444
444
445
445
* When set to `view`, you will see a new **Chat Sessions** view is shown in the VS Code Side Bar. This view enables you to manage and interact with your local chat sessions, as well as the coding agent sessions.

452
452
453
453
This integration requires the latest GitHub Pull Request extension and a repository open that supports Copilot coding agent. For more information, see the new documentation on how to [use coding agent in VS Code](https://aka.ms/coding-agent-docs).
0 commit comments