Merge branch 'master' of github.com:dnlbauer/dotfiles

This commit is contained in:
Daniel Bauer
2026-01-02 09:54:23 +01:00
2 changed files with 10 additions and 2 deletions

View File

@@ -1,11 +1,14 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"includeCoAuthoredBy": false,
"model": "opusplan",
"enableAllProjectMcpServers": true,
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh",
"padding": 0
},
"enableAllProjectMcpServers": true
"enabledPlugins": {
"code-review@claude-code-marketplace": true
},
"alwaysThinkingEnabled": true
}