diff --git a/claude/settings.json b/claude/settings.json index bf14ffe..89fc70c 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -15,14 +15,14 @@ ], "PostToolUse": [ { - "matcher": "*", "hooks": [ { "type": "command", "command": "memelord hook post-tool-use", "timeout": 5 } - ] + ], + "matcher": "*" } ], "Stop": [ @@ -63,6 +63,5 @@ } }, "skipDangerousModePermissionPrompt": true, - "voiceEnabled": true, - "model": "claude-fable-5[1m]" + "voiceEnabled": true } diff --git a/code/settings.json b/code/settings.json index 6df8a4a..c0c18b5 100644 --- a/code/settings.json +++ b/code/settings.json @@ -1,4 +1,5 @@ { + "workbench.browser.openLocalhostLinks": false, "protoc": { "options": ["--proto_path=%LocalAppData%/buf/v1/module/data/buf.build"] },