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.0.0 Home All releases olderv1.0.128 v2.0.1newer
Claude Code v2.0.0

Config Command Array Functions

What: Removed several project-level config management functions

Removed:

  • Ym1() - Add items to array config (line 439101)
  • YPB() - Remove items from array config (line 439140)
  • VPB() - Set config value (line 439430)
  • KPB() - Delete config key (line 439488)
  • FPB() - Get config value (line 439413)
  • zPB() - List config (line 439507)

Reason: Config management migrated to settings.json system

Migration: Use .claude/settings.json for project configuration instead of CLI commands

Evidence: Functions at lines 439101-439507 in v1.0.128 marked as removed in diff

See this entry in the whole of v2.0.0 →