A Windows Terminal profile that opens Claude with --permission-mode bypassPermissions, skipping the workspace trust prompt.
Run this one-liner in PowerShell:
irm 'https://gist.githubusercontent.com/bstee615/9b43dd9e40f91f0f082f5697968f04b3/raw/setup.ps1' | iexOpen Windows Terminal settings (Ctrl+, → Open JSON file) and add this to the profiles.list array:
{
"commandline": "cmd.exe /c claude --permission-mode bypassPermissions",
"guid": "{a1b2c3d4-e5f6-7890-abcd-ef1234567890}",
"hidden": false,
"name": "Claude",
"startingDirectory": "%USERPROFILE%"
}Note: Only use this in directories you own or fully trust. This flag disables all safety checks.