Skip to content

Commit 4c4b58e

Browse files
committed
Promote terminal auto approve to GA
Part of microsoft/vscode#259583
1 parent a1bd3d0 commit 4c4b58e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/copilot/chat/chat-agent-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ In case you want to auto-approve _all_ tools and terminal commands, you can now
189189
190190
As an enhanced boundary, you might choose to set `setting(chat.tools.autoApprove)` only when connected to a [remote environment](/docs/remote/remote-overview.md). You'll want to set this as a remote, rather than user-level, setting. Note that remote environments that are part of your local machine (like dev containers) or that have access to your credentials will still pose different levels of risk.
191191

192-
### Auto-approve terminal commands (Experimental)
192+
### Auto-approve terminal commands
193193

194194
Before agent mode runs a terminal command, it requests confirmation to run it. If you want more fine-grained control over which terminal commands are auto-approved, use the `setting(chat.tools.terminal.autoApprove)` setting.
195195

release-notes/v1_103.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ We're gradually rolling out support for this feature on the services side, so no
7373

7474
We have migrated the tools for running tasks and commands within the terminal from the Copilot extension into the core [microsoft/vscode repository](https://github.com/microsoft/vscode). This gives the tools access to lower-level and richer APIs, allowing us to fix many of the terminal hanging issues. This update also comes with the benefit of more easily implementing features going forward, as we're no longer restricted to the capabilities of the extension API, especially any changes that need custom UI within the Chat view.
7575

76-
### Terminal auto-approve improvements (Experimental)
76+
### Terminal auto-approve improvements
7777

7878
Early terminal auto approve settings were introduced last month. This release the feature got many improvements. Learn more about [terminal auto-approval](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode#_autoapprove-terminal-commands-experimental) in our documentation.
7979

0 commit comments

Comments
 (0)