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 v2.1.8 Home All releases olderv2.1.7 v2.1.9newer
Claude Code v2.1.8

.claude Folder Session Permissions

What

A new permission scope for allowing Claude to edit its own configuration files within .claude/ directories.

Details
  • When Claude requests to edit files in .claude/, a new option appears: "Yes, and allow Claude to edit its own settings for this session"
  • Grants session-scoped permission for the /.claude/** glob pattern
  • Streamlines workflows where Claude needs to update its own configuration
Evidence

GrA at line 96077 ("/.claude/**"), LN7() at line 517637 (scope: "claude-folder")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.8 →