Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.54 Home All releases olderv1.0.53 v1.0.55newer
Claude Code v1.0.54

Settings Configuration Improvements

  • Better validation messages: Settings file validation now provides more descriptive error messages with specific field names
  • Schema documentation: All settings fields now include helpful descriptions in the schema
  • New settings options:
  • permissions.allow/deny: Glob patterns for file/directory access control
  • permissions.defaultMode: Default permission mode when Claude Code needs access
  • permissions.disableBypassPermissionsMode: Option to disable permission bypass
  • permissions.additionalDirectories: Additional directories to include in permission scope
  • hooks: Custom commands to run before/after tool executions
  • forceLoginMethod: Force specific login method ("claudeai" or "console")
  • otelHeadersHelper: Path to script for OpenTelemetry headers

See this entry in the whole of v1.0.54 →