mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-15 13:17:32 +00:00
When the “Frequently Used” section is visible, command clicks/hover could use a UI-local index instead of the canonical `filteredCommands` index, causing the wrong command to execute (e.g. clicking `/help` running `/clear`). - map rendered menu items back to canonical command indices using a stable key (`name + namespace/type + path`) - use canonical index for hover/click selection callbacks - deduplicate frequent commands from other grouped sections to avoid duplicate rows and selection ambiguity - keep and restore original inline comments, with clarifications where needed