Change8

v2.1.227

Claude Code
3 fixes2 improvementscli

Summary

This release addresses several critical bugs, including issues with feature flag evaluation, Bash command failures on GitHub runners, and conversation rewinding. Performance has also been improved with fewer event-loop stalls, and the slash-command menu has been refined for a clearer user experience.

Bug Fixes

  • Fixed feature flags being evaluated incorrectly for Max plan users when a session started with an expired login token, preventing wrongful prompts to enable usage credits for Fable.
  • Fixed all Bash commands failing under `claude-code-action` with `allowed_non_write_users` on GitHub-hosted runners.
  • Fixed an issue where `/tui` would incorrectly restore a conversation that had been rewound to before its first message.

Improvements

  • Improved slash-command menu: the selected row is now clearly marked with blue, matched characters are bolded for better visibility, and emoji or accented names are displayed correctly.
  • Improved performance by reducing event-loop stalls during file-not-found suggestions and at-mention size checks.

Claude Code Documentation