Add Get-Content to safe commands

Part of #259668
This commit is contained in:
Daniel Imms
2025-09-02 03:49:54 -07:00
parent 5e5685ca72
commit a4e45a7d89
@@ -154,6 +154,7 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
// #region PowerShell
'Get-ChildItem': true,
'Get-Content': true,
'Get-Date': true,
'Get-Random': true,
'Get-Location': true,