Skip to content

Instantly share code, notes, and snippets.

@dpanshug
Created October 21, 2025 06:30
Show Gist options
  • Select an option

  • Save dpanshug/69bb0ed6d9ed715b5e0bebf4a4b19742 to your computer and use it in GitHub Desktop.

Select an option

Save dpanshug/69bb0ed6d9ed715b5e0bebf4a4b19742 to your computer and use it in GitHub Desktop.
ODH Dashboard Claude settings
{
"permissions": {
"allow": [
"Bash(npm run *)",
"Bash(npm test*)",
"Bash(npm audit*)",
"Bash(npm ls*)",
"Bash(npm view*)",
"Bash(npm list*)",
"Bash(npm outdated*)",
"Bash(npm ci)",
"Bash(git status*)",
"Bash(git diff*)",
"Bash(git log*)",
"Bash(git show*)",
"Bash(git branch*)",
"Bash(git remote*)",
"Bash(git fetch*)",
"Bash(turbo *)",
"Bash(make build*)",
"Bash(make login*)",
"Bash(npx eslint*)",
"Bash(npx prettier*)",
"Bash(npx tsc*)",
"Bash(gh pr diff*)",
"Bash(gh pr view*)",
"Bash(gh pr list*)",
"Bash(which *)",
"Bash(pwd)"
],
"deny": [
"Bash(npm uninstall*)",
"Bash(npm remove*)",
"Bash(npm publish*)",
"Bash(npm unpublish*)",
"Bash(git reset --hard*)",
"Bash(git push --force*)",
"Bash(git push -f*)",
"Bash(git clean -f*)",
"Bash(git rebase*)",
"Bash(git push origin --delete*)",
"Bash(rm -rf*)",
"Bash(rm *)",
"Bash(sudo *)",
"Bash(chmod *)",
"Bash(chown *)"
],
"ask": [
"Bash(npm install*)",
"Bash(git commit*)",
"Bash(git push*)",
"Bash(git add*)",
"Bash(git checkout*)",
"Bash(git pull*)",
"Bash(git merge*)",
"Bash(git stash*)",
"Bash(make deploy*)",
"Bash(make push*)",
"Bash(make undeploy*)",
"Bash(gh pr create*)",
"Bash(gh pr merge*)"
]
},
"includeCoAuthoredBy": true,
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": true,
"excludedCommands": ["docker", "podman"],
"network": {
"allowUnixSockets": [
"/var/run/docker.sock",
"~/.docker/run/docker.sock",
"~/.local/share/containers/podman/machine/**/*.sock",
"/run/podman/podman.sock",
"/run/user/*/podman/podman.sock"
],
"allowLocalBinding": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment