Change8

v2.1.175

Claude Code
1 feature1 improvementcore

Summary

This release introduces the `enforceAvailableModels` managed setting, which tightens security by ensuring the Default model respects the configured `availableModels` allowlist. If the default model is disallowed, it now gracefully falls back to the first available model.

New Features

  • Added the new `enforceAvailableModels` managed setting to constrain the Default model based on the `availableModels` allowlist.

Improvements

  • When the Default model resolves to a disallowed model with `enforceAvailableModels` enabled, it now correctly falls back to the first allowed model.

Claude Code Documentation

Claude Code v2.1.175 - What's New - Change8