27ff6b6c9b
Adds three new keys documented on the official settings/env-vars pages: - preferredNotifChannel (Display Settings) — task-complete/permission notification channel with 7 enum values; default "auto" sends desktop notifications in iTerm2/Ghostty/Kitty - ANTHROPIC_BEDROCK_SERVICE_TIER (Env Vars, v2.1.122) — Bedrock service tier (default/flex/priority) sent as X-Amzn-Bedrock-Service-Tier header - CLAUDE_CODE_PROVIDER_MANAGED_BY_HOST (Env Vars, v2.1.126) — set by embedding host platforms; provider/auth env vars in settings.json are ignored when set Enriches existing descriptions for v2.1.126 behavior changes: - bypassPermissions exemption extended to .claude/, .git/, .vscode/, and shell config files - defaultShell: PowerShell becomes primary shell when CLAUDE_CODE_USE_POWERSHELL_TOOL=1; PowerShell 7 detection covers Microsoft Store, MSI off-PATH, and .NET global tool installs - spinnerTipsOverride.excludeDefault now also suppresses time-based tips (v2.1.121) - /config now persists changes to ~/.claude/settings.json (v2.1.126) Quick Reference example showcases the new keys. Co-Authored-By: Claude <noreply@anthropic.com>