Claude Code v2.1.227 Fixes Feature Flag Subscriptions and Bash Errors in CI

✍️ OpenClawRadar📅 Published: August 12, 2026🔗 Source
Ad

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 under claude-code-action if allowed_non_write_users was set on GitHub-hosted runners. That's been resolved.
  • /tui rewound conversations: Fixed /tui incorrectly bringing back a conversation that had been rewound to before its first message.
Ad

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

Ad

👀 See Also