This commit is contained in:
2026-02-07 23:52:21 -08:00
parent 8e171bf47f
commit 781262a881
12 changed files with 83 additions and 43 deletions

View File

@@ -16,7 +16,7 @@
"hooks": [
{
"type": "command",
"command": "notify-send 'Claude Code' 'Claude Code needs your attention'"
"command": "osascript -e 'display notification \"Claude Code needs your attention\" with title \"Claude Code\"'"
}
]
}
@@ -25,7 +25,8 @@
"enabledPlugins": {
"pyright-lsp@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true,
"clangd-lsp@claude-plugins-official": true
"clangd-lsp@claude-plugins-official": true,
"claude-mem@thedotmack": true
},
"sandbox": {
"enabled": false,