2 min read AI-generated

Claude Code 2.1.181: Config Commands, Better Streaming, and 30+ Bug Fixes

Copy article as Markdown

The biggest Claude Code update in weeks brings /config commands, line-by-line streaming, auto-retry on connection drops, and over 30 bug fixes. A proper mega-release.

Featured image for "Claude Code 2.1.181: Config Commands, Better Streaming, and 30+ Bug Fixes"

When a release ships 30+ bug fixes and still manages to include features you’ll use on day one — that’s a good release. Claude Code 2.1.181 is exactly that.

/config: Settings Right From the Prompt

The headline feature: /config key=value. You can now set any setting directly in the prompt without digging through menus. /config thinking=false turns off extended thinking, /config model=sonnet switches the model. This works in interactive mode, in -p mode, and through Remote Control. Sounds small, saves surprisingly much time — especially when you’re switching between configurations constantly.

Streaming That Actually Feels Like Streaming

Long paragraphs used to arrive as a single block — Claude waited for the first line break before showing anything. Now text appears line by line. It sounds like a detail, but when you’re watching Claude work through a long explanation, the difference is noticeable.

Auto-Retry on Connection Drops

When the API connection drops mid-thinking, Claude Code now automatically retries the request. No more manual re-runs, no lost context. Especially valuable on flaky connections — hotspots, trains, coffee shop Wi-Fi.

Cleaner Agent Panel

Idle subagents now auto-hide. The list caps at five rows. If you work with Agent Teams a lot, you’ll notice immediately — less noise, more signal.

What Else Is New

  • Bun 1.4 as the bundled runtime — faster startup
  • sandbox.allowAppleEvents as a new opt-in for macOS — for when you need AppleScript through the sandbox
  • CLAUDE_CLIENT_PRESENCE_FILE — an environment variable that suppresses mobile push notifications when your desktop client is active

The Bug Fix Avalanche

Over 30 fixes in one release. The highlights:

  • Prompt caching now works with custom ANTHROPIC_BASE_URL and Foundry
  • Write/Edit no longer produces 0-byte files on network drives and cloud-synced folders — a nasty bug if you ever hit it
  • macOS auth flows failing with error -600 are fixed
  • Startup regression (~120ms) when no MCP servers configured — gone
  • Startup no longer blocks up to 15 seconds on degraded networks
  • Plus fixes for clipboard, stats, agent behavior, and settings

Don’t Forget 2.1.178

Just before this, version 2.1.178 landed with implicit Agent Teams — no setup step needed anymore, teams just work. It also added nested .claude/skills support, which makes organizing larger projects significantly easier.

My Take

This isn’t a flashy feature release. It’s a release that makes the daily grind better. /config saves clicks, improved streaming feels more responsive, and the bug fixes remove real friction points. Especially the fix for 0-byte files on network drives — if that one bit you, you know how maddening it was.

Sources: