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.82 Home All releases olderv1.0.81 v1.0.83newer
Claude Code v1.0.82

Settings File Validation

What: Real-time validation when editing .claude/settings.json and .claude/settings.local.json files How to use:

# When you edit a settings file with invalid JSON or schema
claude edit .claude/settings.json
# If the edit would create invalid settings, you'll see:
# "Claude Code settings.json validation failed after edit"
# followed by specific errors and the full schema

Details:

  • Validates JSON syntax before applying edits
  • Checks against the official Claude Code settings schema
  • Shows specific field paths and error messages when validation fails
  • Provides the complete schema reference for troubleshooting
  • Prevents invalid configurations from being saved

See this entry in the whole of v1.0.82 →