0% found this document useful (0 votes)
12 views2 pages

Settings

The settings.json file outlines permissions for various Bash commands, allowing specific git and Python operations, among others. It also specifies a model named 'haiku' and lists enabled plugins, with some set to true and others to false. The default mode for permissions is set to 'default'.

Uploaded by

haxetag140
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

Settings

The settings.json file outlines permissions for various Bash commands, allowing specific git and Python operations, among others. It also specifies a model named 'haiku' and lists enabled plugins, with some set to true and others to false. The default mode for permissions is set to 'default'.

Uploaded by

haxetag140
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

File: settings.

json

{
"permissions": {
"allow": [
"Bash(git status:*)",
"Bash(git log:*)",
"Bash(git diff:*)",
"Bash(git show:*)",
"Bash(git branch:*)",
"Bash(git remote:*)",
"Bash(git config:*)",
"Bash(git blame:*)",
"Bash(git tag:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(wc:*)",
"Bash(tree:*)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(source:*)",
"Bash(npm run test:*)",
"Bash(npm run build:*)",
"Bash(npm run lint:*)",
"Bash(python -m pytest:*)",
"Bash(python3 -m py_compile:*)",
"Bash(pytest:*)",
"Bash(python -m pytest tests/ -v --tb=short)",
"Bash(tee:*)",
"Bash(python:*)"
],
"defaultMode": "default"
},
"model": "haiku",
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"github@claude-plugins-official": false,
"typescript-lsp@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"vercel@claude-plugins-official": false,
"code-simplifier@claude-plugins-official": false,
"rust-analyzer-lsp@claude-plugins-official": true
}
}

You might also like