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.122 Home All releases olderv1.0.120 v1.0.123newer
Claude Code v1.0.122

Setting Sources Control

What: Control which configuration sources Claude Code loads via a new --setting-sources command-line flag

How to use:

# Only load user settings (ignore project/local configs)
claude --setting-sources=user

# Load user and project settings (ignore local)
claude --setting-sources=user,project

# Managed environment mode (only enterprise policies and CLI flags)
claude --setting-sources=

Details:

  • Valid source values: user, project, local (comma-separated)
  • Policy settings and CLI flags are always loaded (cannot be disabled)
  • Enables controlled environments where project settings should be ignored
  • Affects CLAUDE.md loading, MCP server configuration, and agent definitions
  • Evidence: St5() at line 447294, N4A() at line 348834, pn0() at line 340374, Rg() at line 348856

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v1.0.122 →