Currently line completion is not working with Julia 1.11 due to the additional keyword arg hint in complete_line().
Adding the keyword with a default value fixes the problem. The keyword doesn't have any function except matching the dispatch call.
I'll submit a PR.