Claude Code changelog

Claude Code 2.1.227

This release delivers a series of user experience enhancements and critical fixes. Improvements include a refined slash-command menu with clearer selection, bolded matches, and accurate display of special characters. Performance is also boosted with fewer event-loop stalls during file suggestions and at-mention checks. Key fixes address incorrect feature flag evaluation for Max plan users regarding Fable, prevent Bash command failures on GitHub-hosted runners, and ensure correct /tui conversation retrieval. These updates provide a more robust and intuitive experience for all users, particularly those on Max plans and those utilizing automated actions.

Improved

  • Improved slash-command menu: blue now marks only the selected row, matched characters are bolded instead of recolored, and emoji or accented names keep their glyphs
  • Improved performance: fewer event-loop stalls on file-not-found suggestions and at-mention size checks

Fixed

  • Fixed feature flags being evaluated without the user's subscription tier when a session started with an expired login token, which could wrongly prompt Max plan users to enable usage credits for Fable
  • Fixed every Bash command failing under `claude-code-action` with `allowed_non_write_users` on GitHub-hosted runners
  • Fixed `/tui` bringing back a conversation that had been rewound to before its first message