From d6c51f3425bc8de370946b8d5ffa825d7c1cd6f4 Mon Sep 17 00:00:00 2001 From: michaelmass <10071388+michaelmass@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:41:43 -0400 Subject: [PATCH] update --- claude/settings.json | 7 +++---- code/settings.json | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) 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"] },