Expand description
AI CLI detection.
Scans PATH for known AI coding CLI binaries and merges with custom CLIs from the user’s configuration. Provides the combined list for interactive selection or direct use.
Structs§
- CliInfo
- Information about an available AI CLI.
- Custom
CliDef - A custom CLI definition provided by the user’s configuration.
Enums§
- CliSource
- How a CLI was discovered.
Functions§
- detect_
clis - Detects all available AI CLIs by combining auto-detected and custom CLIs.
- detect_
known_ clis - Scans PATH for known AI CLI binaries.
- resolve_
custom_ clis - Resolves custom CLI definitions to
CliInfoentries.