feat: add settings configuration for command permissions in Claude

- Introduced a new settings.json file to define permissions for various Bash commands and set the default mode to bypassPermissions.
- Updated the version in package.json to v0.28.7.
This commit is contained in:
Mauricio Siu
2026-03-17 18:18:04 -06:00
parent 827b84f57e
commit 2880327e94
2 changed files with 38 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dokploy",
"version": "v0.28.6",
"version": "v0.28.7",
"private": true,
"license": "Apache-2.0",
"type": "module",