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.51 Home All releases olderv2.1.50 v2.1.52newer
Claude Code v2.1.51

Expanded Safe Command Auto-Approval

What

The bash permission classifier now auto-approves significantly more read-only commands without prompting the user.

Details
  • Docker Compose: docker compose ps, docker compose logs, docker compose top, docker compose config
  • Docker: docker logs, docker inspect (with safe flag validation)
  • Ripgrep (rg): comprehensive flag support for search operations
  • Pyright: type-checking with safe flags (blocks --watch mode)
  • Package managers: npm list, pip list with safe flags
  • Version checks: node -v, npm -v, python --version, python3 --version
  • Python removed from the "suspicious command" blocklist — python and python3 are no longer flagged
Evidence

New safe command definitions for "docker compose ps", "docker compose logs", rg, pyright, "npm list", "pip list" (search for "docker compose ps")

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.51 →