summaryrefslogtreecommitdiff
path: root/default/.claude/settings.json
blob: 70f4509fc656b508a355bc743154c7c6d2650428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
  }
}