Auto-completion
Enable shell autocompletion for the CLI. Once activated, the CLI automatically suggests commands, flags, and arguments as you type, improving speed and reducing errors.
Enable for bash
source < (ai-services completion bash)
Enable for fish
source < (ai-services completion fish)
Enable for zsh
source < (ai-services completion zsh)
Enable for powershell
source < (ai-services completion powershell)