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.89 Home All releases olderv1.0.88 v1.0.90newer
Claude Code v1.0.89

Permission Persistence

What: Permanent permissions granted during tool use are now automatically saved to settings files How to use: When you grant permanent permissions to a tool during execution, they are now automatically saved to the appropriate settings file (.claude/settings.json for project, ~/.claude/settings.json for user). No manual configuration needed. Details:

  • Supports all permission types: file paths, tool rules, and directories
  • Respects settings hierarchy (project vs user settings)
  • Eliminates the need to re-grant permissions in future sessions
  • Includes comprehensive debug logging for troubleshooting

See this entry in the whole of v1.0.89 →