#1095516 apt: zsh-autosuggestions not listing or understanding all possible options for apt

#1095516#5
Date:
2025-02-08 17:50:35 UTC
From:
To:
Dear Maintainer,

This may be a minor issue but still a slight inconvenience. I often use autopurge for removing packages, but I cannot get autosuggestion to suggest package names.
Also, when pressing tab, not all options and flags are listed (missing many like autopurge.)
This is an issue for apt-get too, I think the problem is that the autosuggestion file is not comprehensive enough for bash and zsh.

#1095516#10
Date:
2025-02-08 19:34:20 UTC
From:
To:
Control: reassign -1 zsh-common

We do not provide completions for zsh. As far as I can tell they are
provided by zsh-common.

zsh-common: /usr/share/zsh/functions/Completion/Debian/_apt

Please note that we do not provide means to query options and
commands yet. A future version of apt will include the necessary
means to build an autocomplete functionality on top rather than
hardcoding all the bits.

#1095516#19
Date:
2025-02-10 01:03:17 UTC
From:
To:
autopurge for removing packages, but I cannot get autosuggestion to suggest
package names.
like autopurge.)
autosuggestion file is not comprehensive enough for bash and zsh.
You provide completions for bash though?