Yolo mode init

This commit is contained in:
andrepimenta
2025-07-09 00:32:38 +01:00
parent 1fa94b9c54
commit 2e4c866da2
5 changed files with 62 additions and 13 deletions

View File

@@ -180,6 +180,11 @@
],
"default": "think",
"description": "Thinking mode intensity level. Higher levels provide more detailed reasoning but consume more tokens."
},
"claudeCodeChat.permissions.yoloMode": {
"type": "boolean",
"default": false,
"description": "Enable Yolo Mode to skip all permission checks. Use with caution as Claude can execute any command without asking."
}
}
}