Improved the developer experience by updating executable tab completion to support longest common prefix matching. When multiple matches exist, the first tab press now completes to the common prefix, while the second tab press lists all available suggestions. This adjustment ensures more intuitive navigation when working with similar command names. Autocomplete flow

Implemented tab completion for executables with longest common prefix support - zhengqunkoo/codecrafters-shell-rust