anthropic Claude Code Releases · · 2.1.175

Claude Code v2.1.175: Enforce Available Models Setting

sdkai
patch feature

A new `enforceAvailableModels` setting is introduced in Claude Code v2.1.175, enhancing security and control. When enabled, this setting ensures that the default model respects the `availableModels` allowlist, preventing fallback to disallowed models. This change primarily impacts organizations and administrators managing model access for their development teams.

Features (1)
  • Add `enforceAvailableModels` managed setting

    A new managed setting, `enforceAvailableModels`, has been added. When enabled, it enforces the `availableModels` allowlist for the default model, preventing fallbacks to disallowed models and overriding user or project-level settings that might attempt to widen the list.

Read the original announcement →

https://github.com/anthropics/claude-code/releases/tag/v2.1.175