Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
file: true,
du: true,
df: true,
jq: true,
// While these PowerShell verbs can have side effects, they are generally innocuous (eg.
// updating OS-level file access info) and and often have prompts if they're more
// involved (eg. Get-Credential)
Expand Down
Loading