pub fn command_names() -> Vec<String>Expand description
List of all known command names (without the / prefix).
Includes subcommand forms so tab-completion works for them.
Model completions include ALL providers (use command_names_for_provider
for provider-scoped completions).