Claude Code v2.1.227 Fixes Feature Flag Subscriptions and Bash Errors in CI
Claude Code v2.1.227 (released Aug 10) is primarily a bugfix release but includes a few quality-of-life improvements for the slash-command menu and performance. Here's what changed.
Bug Fixes
- Feature flags with expired tokens: When a session started with an expired login token, feature flags were previously evaluated without the user's subscription tier. This could wrongly prompt Max plan users to enable usage credits for Fable. Now flags respect the correct tier.
- Bash failures in
claude-code-action: Every Bash command failed when running underclaude-code-actionifallowed_non_write_userswas set on GitHub-hosted runners. That's been resolved. /tuirewound conversations: Fixed/tuiincorrectly bringing back a conversation that had been rewound to before its first message.
Slash-command Menu Improvements
- Blue highlight now only marks the selected row (not the whole menu).
- Matched characters in commands are shown in bold instead of being recolored.
- Emoji and accented names keep their original glyphs (no more broken rendering).
Performance
Reduced event-loop stalls on file-not-found suggestions and at-mention size checks. This should make large repo navigation feel snappier.
Who It's For
If you use Claude Code in CI pipelines or rely on /tui and slash-command menus, this update addresses specific pain points. The feature-flag fix is especially relevant for Max plan users who saw spurious Fable credit prompts.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Developer's Dilemma: National Security Concerns Limit Open Model Choices
A developer working with security-sensitive clients reports being forced to choose between outdated U.S. open models like gpt-oss-120b or more capable Chinese models like GLM and MiniMax, which clients reject as national security risks.

Anthropic-xAI Compute Deal: Beyond Claude Code Limits
Anthropic signed a 300MW / 220k GPU compute deal with competitor xAI. This signals tighter GPU supply and structural cross-lab compute sharing, with implications for inference pricing and multi-provider routing.

OpenClaw's Context Management Criticized as Token-Intensive and Architecturally Flawed
A Reddit post criticizes OpenClaw for inefficient context handling that leads to excessive token usage. The framework appends all actions to global history, creating bloated prompts that overwhelm smaller models and force reliance on expensive frontier models like Claude Opus.

Claude Code v2.1.193: New Shell Classification, Telemetry, and Fixes
Claude Code v2.1.193 adds autoMode.classifyAllShell to route all shell commands through the classifier, new OpenTelemetry log events, live file path autocomplete in bash mode, and fixes for background agents and MCP auth.