diff options
Diffstat (limited to 'default/.claude/settings.json')
| -rw-r--r-- | default/.claude/settings.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/default/.claude/settings.json b/default/.claude/settings.json new file mode 100644 index 0000000..70f4509 --- /dev/null +++ b/default/.claude/settings.json @@ -0,0 +1,20 @@ +{ + "model": "sonnet", + "cleanupPeriodDays": 365, + "hooks": { + "Stop": [ + { + "matcher": "*", + "hooks": [ + { + "type": "command", + "command": "notify-send -i dialog-information '🤖 Claude Code' \"Session Complete\\nFinished working in $(basename \"$PWD\")\" -t 10000" + } + ] + } + ] + }, + "enabledPlugins": { + "typescript-lsp@claude-plugins-official": true + } +} |
