Claude Code v2.1.252 Fixes Bash Errors, Remote Control Stalls
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.
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.jsonfile, 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
👀 See Also

Qwen 3.6 27B Benchmarked on DeepSWE: 2% Score, 70 Hours, 44k Avg Output Tokens
Qwen 3.6 27B (FP8, BF16 KV cache, 262k context) scored 2% on DeepSWE in 70 hours. Output tokens averaged 44k per task — comparable to larger models like Qwen 3.6 Plus. Ran on 1x RTX6000 Pro Blackwell via RunPod.

Reddit discussion highlights 68% token reduction for AI agents through infrastructure changes
A Reddit user reports cutting AI agent token usage by 68.5% by switching from standard infrastructure to an agent-native OS with JSON-native state access, reducing state checks from ~9 shell commands to 1 structured call.
NYC & LAUSD Impose Strict AI Bans in Schools: How It Impacts Devs and EdTech
NYC banned AI in K-8 classes, LAUSD imposed a 1-year moratorium on AI use for all students. Here's the breakdown for developers building educational tools.

Claude Cowork unifies slash commands and skills under single concept
Claude Cowork has unified slash commands and skills under a single concept called 'skills', eliminating separate headers in the / menu. Legacy commands continue to function as before.