Changelog#
Unreleased#
Removed generated demo videos from the repository.
Removed the in-repo conda recipe’s
ccconsole script metadata and test to avoid shipping a binary name that is easy to confuse with C compilers.
0.3.0 (2026-06-14)#
Added
--command-nameandCONDA_COMPLETION_COMMAND_NAMEso shell hooks can target wrapper executables such ascx.Added plugin-provided completion metadata for explicit completion types, rule-based positional completions, runtime directory sources, and manifest-provided command aliases.
Added static completions for conda configuration parameters and conda doctor health checks.
Fish installs now write a generated autoload completion file instead of running
conda completion init fishduring shell startup.Environment positional completions now include registered environment prefixes as well as named environments.
Fixed zsh completion display so candidates and descriptions stay aligned in the generated zsh function.
0.2.0 (2026-05-28)#
Manifest and context cache files now use msgpack.
Package names and versions are extracted from repodata for install/remove-style completions.
Version data is stored in indexed
versions.indexandversions.storefiles.Added
conda completion refreshto force-refresh package metadata.Added
--no-repodataforgenerateandinstallin offline or automated environments.Added
conda completion --cache-dirandCONDA_COMPLETION_CACHE_DIRfor overriding the completion cache directory.Added fuzzy package matching for prefix, substring, and near-miss queries.
0.1.0 (2026-05-21)#
Initial release of conda-completion and conda-completer.