🟢 🏥 In Practice Published: · 2 min read ·

Anthropic: Claude Code v2.1.206 Brings /cd with Path Suggestions, /doctor Advice for CLAUDE.md, and Auto Git Push in /commit-push-pr

Editorial illustration: a terminal window with commands and an arrow pushing a branch to a remote

Claude Code v2.1.206 is a new release of Anthropic's CLI tool that introduces a /cd command with path suggestions, a /doctor check that recommends trimming CLAUDE.md files, and automatic git push approval to the configured remote in /commit-push-pr. Background agents now update immediately after an upgrade, without a slow update on the next connection.

🤖

This article was generated using artificial intelligence from primary sources.

Anthropic released Claude Code v2.1.206 on July 10, 2026 — a new version of its command-line development tool. Claude Code is a CLI that gives developers an agentic assistant directly in the terminal, and releases come frequently — multiple times a week — so each one delivers small but practical workflow improvements.

Changes for Project Navigation

The /cd command now offers path suggestions when changing directories, similar to the existing /add-dir, speeding up navigation through larger projects. The /doctor check has gained a useful feature: it recommends trimming CLAUDE.md files by removing content Claude can infer from the code itself. Since CLAUDE.md is loaded into context at the start of every session, a shorter file means more room for actual work.

Git and Security Changes

The /commit-push-pr command now automatically approves git push to the configured remote — not just origin — which is practical for teams working with multiple remotes. At the same time, EnterWorktree now requires confirmation for worktrees outside .claude/worktrees/, adding protection against unintended changes outside the designated workspace. Logging in via /login now supports Anthropic’s public gateway endpoints.

A Small but Useful Infrastructure Change

Background agents now update immediately after a Claude Code upgrade, without the slow stale-session update that previously delayed the first reconnection. For users who keep long-running background sessions, this removes a noticeable lag. The release is a typical example of Anthropic’s iteration cadence for Claude Code — no big announcements, just continuous polishing of the everyday developer workflow.

Frequently Asked Questions

What does the /doctor command bring in v2.1.206?
A check that recommends trimming CLAUDE.md files by removing content Claude can infer from the code itself, saving context space.
How has /commit-push-pr changed?
It now automatically approves git push to the configured remote — not just origin — streamlining the commit → push → pull request flow.