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.5 Home All releases olderv1.0.4 v1.0.6newer
Claude Code v1.0.5

🆕 Flexible Configuration Directory

  • New function b9(): Returns the Claude configuration directory, defaulting to ~/.claude if CLAUDE_CONFIG_DIR environment variable is not set
  • New function vJ(): Intelligently determines the configuration file path:
  • First checks for .config.json in the Claude config directory
  • Falls back to .claude.json in either the custom config directory or home directory
  • Example: If you set CLAUDE_CONFIG_DIR=/custom/path, Claude will look for /custom/path/.config.json first

See this entry in the whole of v1.0.5 →