Skip to content

Commit a88aafc

Browse files
committed
Update alt text
1 parent 9ccc21a commit a88aafc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

release-notes/v1_103.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Early terminal auto-approve settings were introduced last month. This release, t
102102

103103
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.
104104

105-
![A message saying "Enable shell integration to improve command detection" will appear](images/1_103/terminal-chat-si-none.png)
105+
![Screenshot of a message in the Chat view saying "Enable shell integration to improve command detection".](images/1_103/terminal-chat-si-none.png)
106106

107107
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.
108108

@@ -281,7 +281,7 @@ The AI search results toggle in the search box of the Settings editor, indicated
281281

282282
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".
283283

284-
![AI results for "increase text size" showing editor.fontSize setting](images/1_103/settings-editor-toggle.png)
284+
![Screenshot of AI results in the Settings editor for "increase text size" showing editor.fontSize setting.](images/1_103/settings-editor-toggle.png)
285285

286286
### New menu for moving editors
287287

@@ -430,11 +430,11 @@ Building off [last iteration's Copilot coding agent integration](https://code.vi
430430

431431
* Follow the progress of coding agent in an attached chat editor.
432432

433-
![Coding Agent progress](images/1_103/coding-agent-progress.png)
433+
![Screenshot showing Coding Agent progress.](images/1_103/coding-agent-progress.png)
434434

435435
* Provide follow-up instructions directly from chat.
436436

437-
![Providing a followup in chat to coding agent](images/1_103/coding-agent-follow-up.png)
437+
![Screenshot showing providing a followup in chat to coding agent.](images/1_103/coding-agent-follow-up.png)
438438

439439
##### Chat sessions view (Experimental)
440440

@@ -444,11 +444,11 @@ Enable the `setting(chat.agentSessionsViewLocation)` setting to try this experim
444444

445445
* 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.
446446

447-
![Coding Agent Sessions View](images/1_103/coding-agent-sessions-view.png)
447+
![Screenshot showing the Coding Agent Sessions view.](images/1_103/coding-agent-sessions-view.png)
448448

449449
* When set to `showChatsMenu`, coding agent chat sessions are shown alongside the local chat history.
450450

451-
![Coding Agent Sessions Quick Pick](images/1_103/coding-agent-sessions-quick-pick.png)
451+
![Screenshot showing the Coding Agent Sessions Quick Pick.](images/1_103/coding-agent-sessions-quick-pick.png)
452452

453453
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).
454454

0 commit comments

Comments
 (0)