Claude Code v2.1.252 Fixes Bash Errors, Remote Control Stalls

✍️ OpenClawRadar📅 Published: September 1, 2026🔗 Source
Ad

Anthropic shipped Claude Code v2.1.252 with four targeted fixes addressing nagging issues reported by developers. The release is a patch, not a feature drop, but the fixes tackle real workflow friction.

Ad

What’s fixed

  • Bash command failures on macOS: Some Macs hit the error task output swap refused (tasks dir moved or linked) when running Bash commands. This release resolves that, so shell tools should work reliably again.
  • “Always allow” not persisting: In projects without a .claude/settings.local.json file, the always allow setting wasn't being saved. v2.1.252 fixes that so permissions stick even when the file doesn't exist yet.
  • Remote Control session stalls: Sessions hosted by Claude Desktop or VS Code could hang for minutes after a tool finished if the connection to claude.ai was degraded. The stall is now eliminated, keeping the flow moving even on flaky networks.
  • Oversized background notifications: When a background task failed with very large output (for example, git errors on a full disk), the resulting notification could push the conversation over the API request size limit. The fix trims large failures so the conversation stays within limits.

If you've been hitting any of these — especially the Bash error on Mac or the annoying stalls in Remote Control — upgrade to v2.1.252. The changelog is straightforward, and the fixes look solid.

📖 Read the full source: GitHub Claude-Code

Ad

👀 See Also