Skip to main content

Module detect

Module detect 

Source
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.
CustomCliDef
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 CliInfo entries.