feat(claude): tui default + fable5.1

This commit is contained in:
2026-09-18 14:16:55 +02:00
parent 79aa96c08a
commit b5fea2c615

View File

@@ -6,13 +6,16 @@
"Bash(git remote get-url origin)" "Bash(git remote get-url origin)"
] ]
}, },
"model": "claude-fable-5-1[1m]",
"hooks": {}, "hooks": {},
"statusLine": { "statusLine": {
"type": "command", "type": "command",
"command": "sh \"${CLAUDE_CONFIG_DIR:-$HOME/.claude}/statusline-command.sh\"" "command": "sh \"${CLAUDE_CONFIG_DIR:-$HOME/.claude}/statusline-command.sh\""
}, },
"effortLevel": "xhigh", "effortLevel": "high",
"tui": "default",
"skipDangerousModePermissionPrompt": true, "skipDangerousModePermissionPrompt": true,
"theme": "dark",
"voiceEnabled": true, "voiceEnabled": true,
"mcpServers": {} "mcpServers": {}
} }