From 3a5292ced00f1fbfbc45922e9bd9fc957596a22a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 12 Aug 2026 09:26:12 -0500 Subject: chore: switch default model to fable The em-dash in the AskUserQuestion deny message is now the literal character rather than the \u2014 escape. The decoded string is unchanged. --- .claude/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.claude/settings.json') diff --git a/.claude/settings.json b/.claude/settings.json index 5e1cfcc..63cf40e 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -7,7 +7,7 @@ "permissions": { "defaultMode": "bypassPermissions" }, - "model": "opus", + "model": "fable", "hooks": { "PreToolUse": [ { @@ -24,7 +24,7 @@ "hooks": [ { "type": "command", - "command": "echo '{\"hookSpecificOutput\":{\"hookEventName\":\"PreToolUse\",\"permissionDecision\":\"deny\",\"permissionDecisionReason\":\"Popup choice menus are disabled per interaction.md (No Popup Menus for Choices) \u2014 present options inline in chat as a numbered list and ask the user to reply with a number.\"}}'" + "command": "echo '{\"hookSpecificOutput\":{\"hookEventName\":\"PreToolUse\",\"permissionDecision\":\"deny\",\"permissionDecisionReason\":\"Popup choice menus are disabled per interaction.md (No Popup Menus for Choices) — present options inline in chat as a numbered list and ask the user to reply with a number.\"}}'" } ] } -- cgit v1.2.3