Hotfix update focused on cleaner and more consistent command tab completion.
| Changed - Refactored XRR tab-completion suggestion handling for cleaner internal logic. - Standardized tab-completion sorting to be case-insensitive. - Reused shared suggestion lists for booleans, locations, numbers, scheduler formats, and create/edit prompts.
| Fixed - Fixed scheduler tab-completion suggestions to avoid invalid substring handling when the typed input is already longer than the expected format.