Under the hood
Internal renaming inside the footer/keyboard-shortcut component, no behavior change found
What
The component behind Claude Code's footer and its keyboard shortcuts had internal variable and function names reshuffled, including one renamed memoization array. The actual switch cases (for tasks, workflows, memories, and other footer sections), key bindings like footer:up and footer:down, and control flow all remain the same as before.
Why
This is a code cleanup with no effect on behavior; there is nothing new for users to expect from it.